Uses of Enum Class
org.springframework.data.cassandra.config.SchemaAction
Packages that use SchemaAction
-
Uses of SchemaAction in org.springframework.data.cassandra.config
Subclasses with type arguments of type SchemaAction in org.springframework.data.cassandra.configModifier and TypeClassDescriptionenumEnum identifying any schema actions to take at startup.Methods in org.springframework.data.cassandra.config that return SchemaActionModifier and TypeMethodDescriptionAbstractCassandraConfiguration.getSchemaAction()TheSchemaActionto perform at application startup.CqlSessionFactoryBean.getSchemaAction()static SchemaActionReturns 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.Methods in org.springframework.data.cassandra.config with parameters of type SchemaActionModifier and TypeMethodDescriptionvoidCqlSessionFactoryBean.setSchemaAction(SchemaAction schemaAction) Deprecated.voidSessionFactoryFactoryBean.setSchemaAction(SchemaAction schemaAction) Set theSchemaAction.
SessionFactoryFactoryBeanwithSessionFactoryFactoryBean.setSchemaAction(SchemaAction)instead.