Spring Data Commmons

Uses of Class
org.springframework.data.repository.support.RepositorySupport

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

Uses of RepositorySupport in org.springframework.data.repository.support
 

Methods in org.springframework.data.repository.support that return RepositorySupport
protected abstract
<T,ID extends Serializable>
RepositorySupport<T,ID>
RepositoryFactorySupport.getTargetRepository(Class<T> domainClass, Class<?> repositoryInterface)
          Create a RepositorySupport instance as backing for the query proxy.
 

Methods in org.springframework.data.repository.support that return types with arguments of type RepositorySupport
protected abstract  Class<? extends RepositorySupport> RepositoryFactorySupport.getRepositoryClass(Class<?> repositoryInterface)
          Determines the base class for the repository to be created.
 

Constructors in org.springframework.data.repository.support with parameters of type RepositorySupport
RepositoryFactorySupport.QueryExecuterMethodInterceptor(Class<?> repositoryInterface, Object customImplementation, RepositorySupport<?,?> target)
          Creates a new RepositoryFactorySupport.QueryExecuterMethodInterceptor.
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.