Spring Data Commons

Uses of Class
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport

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

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

Subclasses of RepositoryFactoryBeanSupport in org.springframework.data.repository.core.support
 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 © 2011. All Rights Reserved.