public class CouchbaseRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> extends RepositoryFactoryBeanSupport<T,S,ID>
| Constructor and Description |
|---|
CouchbaseRepositoryFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Make sure that the template is set and not null.
|
protected RepositoryFactorySupport |
createRepositoryFactory()
Returns a factory instance.
|
void |
setCouchbaseOperations(CouchbaseOperations operations)
Set the template reference.
|
getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setBeanClassLoader, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryInterfacepublic void setCouchbaseOperations(CouchbaseOperations operations)
operations - the reference to the operations template.protected RepositoryFactorySupport createRepositoryFactory()
createRepositoryFactory in class RepositoryFactoryBeanSupport<T extends Repository<S,ID>,S,ID extends Serializable>public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanafterPropertiesSet in class RepositoryFactoryBeanSupport<T extends Repository<S,ID>,S,ID extends Serializable>Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.