Class UserTypeNameSpecification

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.UserTypeNameSpecification
Direct Known Subclasses:
AlterUserTypeSpecification, DropUserTypeSpecification, UserTypeSpecification

public abstract class UserTypeNameSpecification extends Object
Base value object builder class to construction of user type specifications.
Since:
1.5
Author:
Fabio J. Mendes, Mark Paluch
See Also:
  • CqlIdentifier
  • Constructor Details

    • UserTypeNameSpecification

      protected UserTypeNameSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name)
  • Method Details

    • getName

      public com.datastax.oss.driver.api.core.CqlIdentifier getName()
      Returns:
      the user type name.