Class TableNameSpecification

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.TableNameSpecification
Direct Known Subclasses:
DropTableSpecification, TableOptionsSpecification

public abstract class TableNameSpecification extends Object
Abstract builder class to support the construction of table specifications.
Author:
Matthew T. Adams, Mark Paluch
  • Constructor Details

    • TableNameSpecification

      protected TableNameSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name)
    • TableNameSpecification

      protected TableNameSpecification(@Nullable com.datastax.oss.driver.api.core.CqlIdentifier keyspace, com.datastax.oss.driver.api.core.CqlIdentifier name)
  • Method Details

    • getKeyspace

      @Nullable public com.datastax.oss.driver.api.core.CqlIdentifier getKeyspace()
    • getName

      public com.datastax.oss.driver.api.core.CqlIdentifier getName()