Uses of Class
org.springframework.data.cassandra.config.KeyspaceActions
Packages that use KeyspaceActions
-
Uses of KeyspaceActions in org.springframework.data.cassandra.config
Classes in org.springframework.data.cassandra.config that implement interfaces with type arguments of type KeyspaceActionsModifier and TypeClassDescriptionclassA single keyspace XML Element can result in multiple actions.Methods in org.springframework.data.cassandra.config that return KeyspaceActionsModifier and TypeMethodDescription@Nullable KeyspaceActionsKeyspaceActionSpecificationFactoryBean.getObject()Methods in org.springframework.data.cassandra.config that return types with arguments of type KeyspaceActionsMethod parameters in org.springframework.data.cassandra.config with type arguments of type KeyspaceActionsModifier and TypeMethodDescriptionvoidCqlSessionFactoryBean.setKeyspaceActions(List<KeyspaceActions> keyspaceActions) Set aListofKeyspaceActionsto be executed on initialization.