Spring Data Commons

Uses of Interface
org.springframework.data.repository.core.support.RepositoryFactoryInformation

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

Uses of RepositoryFactoryInformation in org.springframework.data.repository.core.support
 

Classes in org.springframework.data.repository.core.support that implement RepositoryFactoryInformation
 class RepositoryFactoryBeanSupport<T extends Repository<S,ID>,S,ID extends Serializable>
          Adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
 class TransactionalRepositoryFactoryBeanSupport<T extends Repository<S,ID>,S,ID extends Serializable>
          Extension of RepositoryFactoryBeanSupport to add transactional capabilities to the repository proxy.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.