public abstract class RepositoryConfigurationSourceSupport extends Object implements RepositoryConfigurationSource
RepositoryConfigurationSources.| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_REPOSITORY_IMPL_POSTFIX |
| Constructor and Description |
|---|
RepositoryConfigurationSourceSupport() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getCandidates(ResourceLoader loader)
Returns the fully-qualified names of the repository interfaces to create repository instances for.
|
protected Iterable<TypeFilter> |
getExcludeFilters()
Return the
TypeFilters to define which types to exclude when scanning for repositories. |
protected Iterable<TypeFilter> |
getIncludeFilters()
Return the
TypeFilters to define which types to include when scanning for repositories. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePackages, getNamedQueryLocation, getQueryLookupStrategyKey, getRepositoryFactoryBeanName, getRepositoryImplementationPostfix, getSourceprotected static final String DEFAULT_REPOSITORY_IMPL_POSTFIX
public RepositoryConfigurationSourceSupport()
public Collection<String> getCandidates(ResourceLoader loader)
RepositoryConfigurationSourcegetCandidates in interface RepositoryConfigurationSourceprotected Iterable<TypeFilter> getExcludeFilters()
TypeFilters to define which types to exclude when scanning for repositories. Default
implementation returns an empty collection.protected Iterable<TypeFilter> getIncludeFilters()
TypeFilters to define which types to include when scanning for repositories. Default
implementation returns an empty collection.Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.