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
  • 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()