Spring Data Commons

Uses of Package
org.springframework.data.repository.support

Packages that use org.springframework.data.repository.support
org.springframework.data.repository.query Support classes to work with query methods. 
org.springframework.data.repository.support Base classes to implement repositories for various data stores. 
 

Classes in org.springframework.data.repository.support used by org.springframework.data.repository.query
EntityMetadata
          Metadata for entity types.
RepositoryMetadata
          Metadata for repository interfaces.
 

Classes in org.springframework.data.repository.support used by org.springframework.data.repository.support
AbstractEntityInformation
          Base class for implementations of EntityInformation.
EntityInformation
          Extension of EntityMetadata to add functionality to query information of entity instances.
EntityMetadata
          Metadata for entity types.
QueryCreationListener
          Callback for listeners that want to execute functionality on RepositoryQuery creation.
RepositoryFactoryBeanSupport
          Adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
RepositoryFactoryInformation
          Interface for components that can provide EntityInformation this interface
RepositoryFactorySupport
          Factory bean to create instances of a given repository interface.
RepositoryInformation
          Aditional repository specific information
RepositoryMetadata
          Metadata for repository interfaces.
RepositoryProxyPostProcessor
          Callback interface used during repository proxy creation.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.