Uses of Interface
org.springframework.data.repository.core.RepositoryInformation
Package
Description
Support classes for repository namespace and JavaConfig integration.
Core abstractions for repository implementation.
Base classes to implement repositories for various data stores.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
Uses of RepositoryInformation in org.springframework.data.repository.config
Modifier and TypeMethodDescriptionAotRepositoryContext.getRepositoryInformation()
RepositoryRegistrationAotContribution.getRepositoryInformation()
-
Uses of RepositoryInformation in org.springframework.data.repository.core
Modifier and TypeClassDescriptionclass
Common base class forRepositoryInformation
that delays resolution ofRepositoryMetadata
and the repository base to the latest possible time. -
Uses of RepositoryInformation in org.springframework.data.repository.core.support
Modifier and TypeMethodDescriptionRepositoryFactoryBeanSupport.getRepositoryInformation()
RepositoryFactoryInformation.getRepositoryInformation()
Returns theRepositoryInformation
to determine meta-information about the repository being used.protected RepositoryInformation
RepositoryFactorySupport.getRepositoryInformation
(RepositoryMetadata metadata, RepositoryComposition.RepositoryFragments fragments) Returns theRepositoryInformation
for the givenRepositoryMetadata
and customRepositoryComposition.RepositoryFragments
.Modifier and TypeMethodDescriptionprotected abstract Object
RepositoryFactorySupport.getTargetRepository
(RepositoryInformation metadata) Create a repository instance as backing for the query proxy.protected final <R> R
RepositoryFactorySupport.getTargetRepositoryViaReflection
(RepositoryInformation information, Object... constructorArguments) Creates a repository of the repository base class defined in the givenRepositoryInformation
using reflection.void
EventPublishingRepositoryProxyPostProcessor.postProcess
(ProxyFactory factory, RepositoryInformation repositoryInformation) void
PersistenceExceptionTranslationRepositoryProxyPostProcessor.postProcess
(ProxyFactory factory, RepositoryInformation repositoryInformation) void
RepositoryProxyPostProcessor.postProcess
(ProxyFactory factory, RepositoryInformation repositoryInformation) Manipulates theProxyFactory
, e.g. add further interceptors to it. -
Uses of RepositoryInformation in org.springframework.data.repository.support
Modifier and TypeMethodDescriptionRepositories.getRequiredRepositoryInformation
(Class<?> domainType) Returns theRepositoryInformation
for the given domain type.Modifier and TypeMethodDescriptionRepositories.getRepositoryInformation
(Class<?> repositoryInterface) Returns theRepositoryInformation
for the given repository interface.Repositories.getRepositoryInformationFor
(Class<?> domainClass) Returns theRepositoryInformation
for the given domain class.Modifier and TypeMethodDescriptionprotected RepositoryInvoker
DefaultRepositoryInvokerFactory.createInvoker
(RepositoryInformation information, Object repository)