Spring Data Commons

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

Packages that use org.springframework.data.repository.core.support
org.springframework.data.repository.core.support Base classes to implement repositories for various data stores. 
 

Classes in org.springframework.data.repository.core.support used by org.springframework.data.repository.core.support
AbstractEntityInformation
          Base class for implementations of EntityInformation.
AbstractRepositoryMetadata
          Base class for RepositoryMetadata implementations.
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 meta-information about a repository factory, the backing EntityInformation and RepositoryInformation as well as the QueryMethods exposed by the repository.
RepositoryFactorySupport
          Factory bean to create instances of a given repository interface.
RepositoryProxyPostProcessor
          Callback interface used during repository proxy creation.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.