Class AlterUserTypeSpecification

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.UserTypeNameSpecification
org.springframework.data.cassandra.core.cql.keyspace.AlterUserTypeSpecification
All Implemented Interfaces:
CqlSpecification

public class AlterUserTypeSpecification extends UserTypeNameSpecification implements CqlSpecification
Object to configure a ALTER TYPE specification.
Since:
1.5
Author:
Fabio J. Mendes, Mark Paluch
See Also:
  • CqlIdentifier