Spring Data Commons

Uses of Interface
org.springframework.data.repository.core.RepositoryInformation

Packages that use RepositoryInformation
org.springframework.data.repository.core.support Base classes to implement repositories for various data stores. 
org.springframework.data.repository.support Support classes for integration of the repository programming model with 3rd party frameworks. 
 

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

Methods in org.springframework.data.repository.core.support that return RepositoryInformation
 RepositoryInformation RepositoryFactoryInformation.getRepositoryInformation()
          Returns the RepositoryInformation to determine meta-information about the repository being used.
 RepositoryInformation RepositoryFactoryBeanSupport.getRepositoryInformation()
           
protected  RepositoryInformation RepositoryFactorySupport.getRepositoryInformation(RepositoryMetadata metadata, Class<?> customImplementationClass)
          Returns the RepositoryInformation for the given repository interface.
 

Constructors in org.springframework.data.repository.core.support with parameters of type RepositoryInformation
RepositoryFactorySupport.QueryExecutorMethodInterceptor(RepositoryInformation repositoryInformation, Object customImplementation, Object target)
          Creates a new RepositoryFactorySupport.QueryExecutorMethodInterceptor.
 

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

Methods in org.springframework.data.repository.support that return RepositoryInformation
 RepositoryInformation Repositories.getRepositoryInformationFor(Class<?> domainClass)
          Returns the EntityInformation for the given domain class.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.