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.
|
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. |
boolean |
isLazyInit()
Returns whether to inititialize the repository proxy lazily.
|
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.boolean isLazyInit()
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.