Uses of Enum Class
org.springframework.data.cassandra.config.SchemaAction
Package
Description
Spring Data Cassandra
factory beans
and configuration.-
Uses of SchemaAction in org.springframework.data.cassandra.config
Modifier and TypeMethodDescriptionAbstractCassandraConfiguration.getSchemaAction()
TheSchemaAction
to perform at application startup.CqlSessionFactoryBean.getSchemaAction()
static SchemaAction
Returns the enum constant of this class with the specified name.static SchemaAction[]
SchemaAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CqlSessionFactoryBean.setSchemaAction
(SchemaAction schemaAction) Deprecated.void
SessionFactoryFactoryBean.setSchemaAction
(SchemaAction schemaAction) Set theSchemaAction
.
SessionFactoryFactoryBean
withSessionFactoryFactoryBean.setSchemaAction(SchemaAction)
instead.