Spring Data Commons

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

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

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

Methods in org.springframework.data.repository.core.support that return RepositoryFactorySupport
protected abstract  RepositoryFactorySupport RepositoryFactoryBeanSupport.createRepositoryFactory()
          Create the actual RepositoryFactorySupport instance.
protected  RepositoryFactorySupport TransactionalRepositoryFactoryBeanSupport.createRepositoryFactory()
          Delegates RepositoryFactorySupport creation to TransactionalRepositoryFactoryBeanSupport.doCreateRepositoryFactory() and applies the TransactionalRepositoryProxyPostProcessor to the created instance.
protected abstract  RepositoryFactorySupport TransactionalRepositoryFactoryBeanSupport.doCreateRepositoryFactory()
          Creates the actual RepositoryFactorySupport instance.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.