public class ReactiveAerospikeRepositoryFactory
extends org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.repository.core.support.RepositoryFactorySupport.ImplementationMethodExecutionInterceptor, org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor| Constructor and Description |
|---|
ReactiveAerospikeRepositoryFactory(ReactiveAerospikeOperations aerospikeOperations) |
ReactiveAerospikeRepositoryFactory(ReactiveAerospikeOperations aerospikeOperations,
java.lang.Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator) |
| Modifier and Type | Method and Description |
|---|---|
<T,ID> org.springframework.data.repository.core.EntityInformation<T,ID> |
getEntityInformation(java.lang.Class<T> domainClass) |
protected java.util.Optional<org.springframework.data.repository.query.QueryLookupStrategy> |
getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider) |
protected java.lang.Class<?> |
getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata) |
protected java.lang.Object |
getTargetRepository(org.springframework.data.repository.core.RepositoryInformation repositoryInformation) |
addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validatepublic ReactiveAerospikeRepositoryFactory(ReactiveAerospikeOperations aerospikeOperations)
public ReactiveAerospikeRepositoryFactory(ReactiveAerospikeOperations aerospikeOperations, java.lang.Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator)
aerospikeOperations - queryCreator - public <T,ID> org.springframework.data.repository.core.EntityInformation<T,ID> getEntityInformation(java.lang.Class<T> domainClass)
getEntityInformation in class org.springframework.data.repository.core.support.RepositoryFactorySupportprotected java.lang.Object getTargetRepository(org.springframework.data.repository.core.RepositoryInformation repositoryInformation)
getTargetRepository in class org.springframework.data.repository.core.support.RepositoryFactorySupportprotected java.lang.Class<?> getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)
getRepositoryBaseClass in class org.springframework.data.repository.core.support.RepositoryFactorySupportprotected java.util.Optional<org.springframework.data.repository.query.QueryLookupStrategy> getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
getQueryLookupStrategy in class org.springframework.data.repository.core.support.RepositoryFactorySupport