Package org.springframework.data.repository.config

Base classes for repository namespace implementations.

See:
          Description

Interface Summary
CommonRepositoryConfigInformation Interface for shared repository information.
GlobalRepositoryConfigInformation<T extends SingleRepositoryConfigInformation<?>>  
SingleRepositoryConfigInformation<T extends CommonRepositoryConfigInformation> Interface to capture configuration information necessary to set up a single repository instance.
 

Class Summary
AbstractRepositoryConfigDefinitionParser<S extends GlobalRepositoryConfigInformation<T>,T extends SingleRepositoryConfigInformation<S>> Base class to implement repository namespaces.
AutomaticRepositoryConfigInformation<S extends CommonRepositoryConfigInformation> A SingleRepositoryConfigInformation implementation that is not backed by an XML element but by a scanned interface.
ManualRepositoryConfigInformation<T extends CommonRepositoryConfigInformation> Configuration information for manual repository configuration.
NamedQueriesBeanDefinitionParser BeanDefinitionParser to create BeanDefinitions of NamedQueries instances looking up a Properties file fom the given location.
ParentDelegatingRepositoryConfigInformation<T extends CommonRepositoryConfigInformation> Base class for SingleRepositoryConfigInformation implementations.
RepositoryConfig<T extends SingleRepositoryConfigInformation<S>,S extends CommonRepositoryConfigInformation> Class defining access to the repository configuration abstracting the content of the repositories element in XML namespcae configuration.
 

Package org.springframework.data.repository.config Description

Base classes for repository namespace implementations.



Copyright © 2012. All Rights Reserved.