public class AerospikeRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable>
extends org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
| Constructor and Description |
|---|
AerospikeRepositoryFactoryBean(Class<? extends T> repositoryInterface) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory() |
void |
setKeyValueOperations(AerospikeOperations operations) |
void |
setMappingContext(org.springframework.data.mapping.context.MappingContext<?,?> mappingContext) |
void |
setOperations(AerospikeOperations operations) |
void |
setQueryCreator(Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator) |
getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClasspublic void setMappingContext(org.springframework.data.mapping.context.MappingContext<?,?> mappingContext)
public void setOperations(AerospikeOperations operations)
public void setQueryCreator(Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator)
protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
public void setKeyValueOperations(AerospikeOperations operations)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable>Copyright © 2011–2018 Aerospike Inc.. All rights reserved.