List of usage examples for org.springframework.data.cassandra.config SchemaAction RECREATE_DROP_UNUSED
SchemaAction RECREATE_DROP_UNUSED
To view the source code for org.springframework.data.cassandra.config SchemaAction RECREATE_DROP_UNUSED.
Click Source Link
From source file:com.example.CassandraConfiguration.java
@Override public SchemaAction getSchemaAction() { return SchemaAction.RECREATE_DROP_UNUSED; }