Uses of Class
org.springframework.data.cassandra.config.KeyspaceActions
Packages that use KeyspaceActions
Package
Description
Spring Data Cassandra
factory beans
and configuration.-
Uses of KeyspaceActions in org.springframework.data.cassandra.config
Methods in org.springframework.data.cassandra.config that return KeyspaceActionsMethods 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 TypeMethodDescriptionvoid
CqlSessionFactoryBean.setKeyspaceActions
(List<KeyspaceActions> keyspaceActions) Set aList
ofKeyspaceActions
to be executed on initialization.