Class ReactiveCassandraRepositoryFactoryBean<T extends Repository<S,ID>,S,ID>
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
org.springframework.data.cassandra.repository.support.ReactiveCassandraRepositoryFactoryBean<T,S,ID>
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,FactoryBean<T>
,InitializingBean
,ApplicationEventPublisherAware
,RepositoryFactoryInformation<S,
ID>
public class ReactiveCassandraRepositoryFactoryBean<T extends Repository<S,ID>,S,ID>
extends RepositoryFactoryBeanSupport<T,S,ID>
FactoryBean
to create
ReactiveCassandraRepository
instances.- Since:
- 2.0
- Author:
- Mark Paluch
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveCassandraRepositoryFactoryBean
(Class<? extends T> repositoryInterface) Create a newReactiveCassandraRepositoryFactoryBean
for the given repository interface. -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected Optional<QueryMethodEvaluationContextProvider>
protected final RepositoryFactorySupport
protected RepositoryFactorySupport
getFactoryInstance
(ReactiveCassandraOperations operations) Creates and initializes aRepositoryFactorySupport
instance.protected void
setMappingContext
(MappingContext<?, ?> mappingContext) void
Configures theReactiveCassandraOperations
used for Cassandra data access operations.Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
addRepositoryFactoryCustomizer, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragments
-
Constructor Details
-
ReactiveCassandraRepositoryFactoryBean
Create a newReactiveCassandraRepositoryFactoryBean
for the given repository interface.- Parameters:
repositoryInterface
- must not be null.
-
-
Method Details
-
setReactiveCassandraOperations
Configures theReactiveCassandraOperations
used for Cassandra data access operations.- Parameters:
operations
-ReactiveCassandraOperations
used to perform CRUD, Query and general data access operations on Apache Cassandra.
-
setMappingContext
- Overrides:
setMappingContext
in classRepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID>
-
createRepositoryFactory
- Specified by:
createRepositoryFactory
in classRepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID>
-
createDefaultQueryMethodEvaluationContextProvider
protected Optional<QueryMethodEvaluationContextProvider> createDefaultQueryMethodEvaluationContextProvider(ListableBeanFactory beanFactory) - Overrides:
createDefaultQueryMethodEvaluationContextProvider
in classRepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID>
-
getFactoryInstance
Creates and initializes aRepositoryFactorySupport
instance.- Parameters:
operations
-- Returns:
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceInitializingBean
- Overrides:
afterPropertiesSet
in classRepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID>
-