Class UserTypeNameSpecification
java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.UserTypeNameSpecification
- Direct Known Subclasses:
AlterUserTypeSpecification
,DropUserTypeSpecification
,UserTypeSpecification
Base value object builder class to construction of user type specifications.
- Since:
- 1.5
- Author:
- Fabio J. Mendes, Mark Paluch
- See Also:
-
CqlIdentifier
-
Constructor Summary
ModifierConstructorDescriptionprotected
UserTypeNameSpecification
(com.datastax.oss.driver.api.core.CqlIdentifier name) -
Method Summary
-
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.
-