Class TableNameSpecification
java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.TableNameSpecification
- Direct Known Subclasses:
DropTableSpecification
,TableOptionsSpecification
Abstract builder class to support the construction of table specifications.
- Author:
- Matthew T. Adams
-
Constructor Summary
ModifierConstructorDescriptionprotected
TableNameSpecification
(com.datastax.oss.driver.api.core.CqlIdentifier name) -
Method Summary
-
Constructor Details
-
TableNameSpecification
protected TableNameSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name)
-
-
Method Details
-
getName
public com.datastax.oss.driver.api.core.CqlIdentifier getName()
-