java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.SpecificationBuilder

public final class SpecificationBuilder extends Object
Entrypoint to create CQL specifications to add, alter and delete CQL objects such as tables and index.

Specifications can be rendered to CQL using CqlGenerator.toCql(CqlSpecification) for direct usage with the database.

Since:
4.4
Author:
Mark Paluch
See Also: