public interface RepositoryConfiguration<T extends RepositoryConfigurationSource>
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getBasePackages()
Returns the base packages that the repository was scanned under.
|
String |
getBeanId()
Returns the id of the
BeanDefinition the repository shall be registered under. |
T |
getConfigurationSource()
Returns the
RepositoryConfigurationSource that backs the RepositoryConfiguration. |
String |
getImplementationBeanName()
Returns the bean name of the custom implementation.
|
String |
getImplementationClassName()
Returns the class name of the custom implementation.
|
String |
getNamedQueriesLocation()
Returns the location of the file containing Spring Data named queries.
|
Object |
getQueryLookupStrategyKey()
Returns the key to resolve a
QueryLookupStrategy from eventually. |
String |
getRepositoryFactoryBeanName()
Returns the name of the
FactoryBean class to be used to create repository instances. |
String |
getRepositoryInterface()
Returns the interface name of the repository.
|
Object |
getSource()
Returns the source of the
RepositoryConfiguration. |
String getBeanId()
BeanDefinition the repository shall be registered under.Iterable<String> getBasePackages()
String getRepositoryInterface()
Object getQueryLookupStrategyKey()
QueryLookupStrategy from eventually.QueryLookupStrategy.KeyString getNamedQueriesLocation()
String getImplementationClassName()
String getImplementationBeanName()
String getRepositoryFactoryBeanName()
FactoryBean class to be used to create repository instances.Object getSource()
RepositoryConfiguration.T getConfigurationSource()
RepositoryConfigurationSource that backs the RepositoryConfiguration.Copyright © 2012. All Rights Reserved.