Spring Data Commons

Uses of Interface
org.springframework.data.repository.config.SingleRepositoryConfigInformation

Packages that use SingleRepositoryConfigInformation
org.springframework.data.repository.config Base classes for repository namespace implementations. 
 

Uses of SingleRepositoryConfigInformation in org.springframework.data.repository.config
 

Classes in org.springframework.data.repository.config with type parameters of type SingleRepositoryConfigInformation
 class AbstractRepositoryConfigDefinitionParser<S extends GlobalRepositoryConfigInformation<T>,T extends SingleRepositoryConfigInformation<S>>
          Base class to implement repository namespaces.
 interface GlobalRepositoryConfigInformation<T extends SingleRepositoryConfigInformation<?>>
           
 class 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.
 

Classes in org.springframework.data.repository.config that implement SingleRepositoryConfigInformation
 class AutomaticRepositoryConfigInformation<S extends CommonRepositoryConfigInformation>
          A SingleRepositoryConfigInformation implementation that is not backed by an XML element but by a scanned interface.
 class ManualRepositoryConfigInformation<T extends CommonRepositoryConfigInformation>
          Configuration information for manual repository configuration.
 class ParentDelegatingRepositoryConfigInformation<T extends CommonRepositoryConfigInformation>
          Base class for SingleRepositoryConfigInformation implementations.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.