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:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUserTypeNameSpecification(@Nullable com.datastax.oss.driver.api.core.CqlIdentifier keyspace, com.datastax.oss.driver.api.core.CqlIdentifier name) protectedUserTypeNameSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name) -
Method Summary
Modifier and TypeMethodDescription@Nullable com.datastax.oss.driver.api.core.CqlIdentifiercom.datastax.oss.driver.api.core.CqlIdentifiergetName()
-
Constructor Details
-
UserTypeNameSpecification
protected UserTypeNameSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name) -
UserTypeNameSpecification
protected UserTypeNameSpecification(@Nullable com.datastax.oss.driver.api.core.CqlIdentifier keyspace, com.datastax.oss.driver.api.core.CqlIdentifier name)
-
-
Method Details
-
getKeyspace
public @Nullable com.datastax.oss.driver.api.core.CqlIdentifier getKeyspace()- Returns:
- the user type keyspace.
-
getName
public com.datastax.oss.driver.api.core.CqlIdentifier getName()- Returns:
- the user type name.
-