|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
T - the type of the repositorypublic abstract class RepositoryFactoryBeanSupport<T extends Repository<S,ID>,S,ID extends Serializable>
Adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring
configuration.
| Constructor Summary | |
|---|---|
RepositoryFactoryBeanSupport()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
protected abstract RepositoryFactorySupport |
createRepositoryFactory()
Create the actual RepositoryFactorySupport instance. |
EntityInformation<S,ID> |
getEntityInformation()
Returns EntityInformation the repository factory is using. |
T |
getObject()
|
Class<? extends T> |
getObjectType()
|
PersistentEntity<?,?> |
getPersistentEntity()
Returns the PersistentEntity managed by the underlying repository. |
List<QueryMethod> |
getQueryMethods()
Returns all QueryMethods declared for that repository. |
RepositoryInformation |
getRepositoryInformation()
Returns the RepositoryInformation to determine meta-information about the repository being used. |
boolean |
isSingleton()
|
void |
setCustomImplementation(Object customImplementation)
Setter to inject a custom repository implementation. |
protected void |
setMappingContext(MappingContext<?,?> mappingContext)
Configures the MappingContext to be used to lookup PersistentEntity instances for
getPersistentEntity(). |
void |
setNamedQueries(NamedQueries namedQueries)
Setter to inject a NamedQueries instance. |
void |
setQueryLookupStrategyKey(QueryLookupStrategy.Key queryLookupStrategyKey)
Set the QueryLookupStrategy.Key to be used. |
void |
setRepositoryInterface(Class<? extends T> repositoryInterface)
Setter to inject the repository interface to implement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryFactoryBeanSupport()
| Method Detail |
|---|
public void setRepositoryInterface(Class<? extends T> repositoryInterface)
repositoryInterface - the repository interface to setpublic void setQueryLookupStrategyKey(QueryLookupStrategy.Key queryLookupStrategyKey)
QueryLookupStrategy.Key to be used.
queryLookupStrategyKey - public void setCustomImplementation(Object customImplementation)
customImplementation - public void setNamedQueries(NamedQueries namedQueries)
NamedQueries instance.
namedQueries - the namedQueries to setprotected void setMappingContext(MappingContext<?,?> mappingContext)
MappingContext to be used to lookup PersistentEntity instances for
getPersistentEntity().
mappingContext - public EntityInformation<S,ID> getEntityInformation()
RepositoryFactoryInformationEntityInformation the repository factory is using.
getEntityInformation in interface RepositoryFactoryInformation<S,ID extends Serializable>public RepositoryInformation getRepositoryInformation()
RepositoryFactoryInformationRepositoryInformation to determine meta-information about the repository being used.
getRepositoryInformation in interface RepositoryFactoryInformation<S,ID extends Serializable>public PersistentEntity<?,?> getPersistentEntity()
RepositoryFactoryInformationPersistentEntity managed by the underlying repository. Can be null in case the
underlying persistence mechanism does not expose a MappingContext.
getPersistentEntity in interface RepositoryFactoryInformation<S,ID extends Serializable>public List<QueryMethod> getQueryMethods()
RepositoryFactoryInformationQueryMethods declared for that repository.
getQueryMethods in interface RepositoryFactoryInformation<S,ID extends Serializable>public T getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<T extends Repository<S,ID>>public Class<? extends T> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<T extends Repository<S,ID>>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<T extends Repository<S,ID>>public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanprotected abstract RepositoryFactorySupport createRepositoryFactory()
RepositoryFactorySupport instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||