Class AerospikeRepositoryFactory
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
- All Implemented Interfaces:
Aware,BeanClassLoaderAware,BeanFactoryAware
public class AerospikeRepositoryFactory extends RepositoryFactorySupport
- Author:
- Peter Milne, Jean Mercier
-
Constructor Summary
Constructors Constructor Description AerospikeRepositoryFactory(AerospikeOperations aerospikeOperations)AerospikeRepositoryFactory(AerospikeOperations aerospikeOperations, Class<? extends AbstractQueryCreator<?,?>> queryCreator) -
Method Summary
Modifier and Type Method Description <T, ID> EntityInformation<T,ID>getEntityInformation(Class<T> domainClass)Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport
addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getRepository, getRepository, getRepository, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass
-
Constructor Details
-
AerospikeRepositoryFactory
-
AerospikeRepositoryFactory
public AerospikeRepositoryFactory(AerospikeOperations aerospikeOperations, Class<? extends AbstractQueryCreator<?,?>> queryCreator)
-
-
Method Details
-
getEntityInformation
- Specified by:
getEntityInformationin classRepositoryFactorySupport
-