public class CustomRepositoryFactoryBean<T extends CustomRepository<S,ID>,S,ID extends Serializable>
extends org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
| Constructor and Description |
|---|
CustomRepositoryFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory() |
void |
setMappingContext(org.springframework.data.mapping.context.MappingContext<?,?> mappingContext) |
afterPropertiesSet, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setBeanClassLoader, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryInterfaceprotected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
createRepositoryFactory in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T extends CustomRepository<S,ID>,S,ID extends Serializable>public void setMappingContext(org.springframework.data.mapping.context.MappingContext<?,?> mappingContext)
setMappingContext in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T extends CustomRepository<S,ID>,S,ID extends Serializable>Copyright © 2016 Molindo GmbH. All Rights Reserved.