Class ReactiveAerospikeRepositoryFactory
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
org.springframework.data.aerospike.repository.support.ReactiveAerospikeRepositoryFactory
- All Implemented Interfaces:
Aware,BeanClassLoaderAware,BeanFactoryAware
- Author:
- Igor Ermolenko
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveAerospikeRepositoryFactory(ReactiveAerospikeTemplate aerospikeTemplate, Class<? extends AbstractQueryCreator<?, ?>> queryCreator) -
Method Summary
Modifier and TypeMethodDescription<T,ID> EntityInformation <T, ID> getEntityInformation(Class<T> domainClass) Methods inherited from class org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
setEvaluationContextProviderMethods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport
addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getRepository, getRepository, getRepository, setBeanClassLoader, setBeanFactory, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass
-
Constructor Details
-
ReactiveAerospikeRepositoryFactory
-
ReactiveAerospikeRepositoryFactory
public ReactiveAerospikeRepositoryFactory(ReactiveAerospikeTemplate aerospikeTemplate, Class<? extends AbstractQueryCreator<?, ?>> queryCreator)
-
-
Method Details
-
getEntityInformation
- Specified by:
getEntityInformationin classRepositoryFactorySupport
-