Spring Data Commmons

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

Packages that use org.springframework.data.repository.support
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.support
IdAware
          Interface to abstract the ways to retrieve the id of the given entity.
IsNewAware
          Interface to abstract the ways to determine if the given entity is to be considered as new.
RepositoryFactoryBeanSupport
          Adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
RepositoryFactorySupport
          Factory bean to create instances of a given repository interface.
RepositoryProxyPostProcessor
          Callback interface used during repository proxy creation.
RepositorySupport
          Abstract base class for generic repositories.
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.