Uses of Package
org.springframework.data.repository.core.support
Package
Description
Base classes to implement CDI support for repositories.
Support classes for repository namespace and JavaConfig integration.
Core abstractions for repository implementation.
Base classes to implement repositories for various data stores.
-
ClassDescriptionCallback for listeners that want to execute functionality on
RepositoryQuery
creation.Value object representing an ordered list offragments
.Factory bean to create instances of a given repository interface.Callback interface used during repository proxy creation. -
-
-
ClassDescriptionBase class for
RepositoryMetadata
implementations.Strategy interface providingpredicates
to resolve a method called on a composite to its implementation method.Value object representing an invokedMethod
.A method predicate to be applied on theMethodLookup.InvokedMethod
andmethod candidate
.Callback for listeners that want to execute functionality onRepositoryQuery
creation.Composite implementation to back repository method implementations.Value object representing an ordered list offragments
.Adapter for Spring'sFactoryBean
interface to allow easy setup of repository factories via Spring configuration.Callback interface that can be used to to customize arepository factory
.Interface for components that can provide meta-information about a repository factory, the backingEntityInformation
andRepositoryInformation
as well as theQueryMethod
s exposed by the repository.Factory bean to create instances of a given repository interface.Value object representing a repository fragment.Interface to be implemented by listeners that want to be notified upon repository method invocation.Value object capturing the actual invocation.Callback interface used during repository proxy creation.MethodInterceptor
detecting whether a transaction is already running and exposing that fact viaSurroundingTransactionDetectorMethodInterceptor.isSurroundingTransactionActive()
.