Spring Data Core

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 Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.