Uses of Package
org.springframework.data.repository.core.support
Packages that use 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.
-
Classes in org.springframework.data.repository.core.support used by org.springframework.data.repository.cdiClassDescriptionCallback for listeners that want to execute functionality on
RepositoryQuerycreation.Value object representing an ordered list offragments.Factory bean to create instances of a given repository interface.Callback interface used during repository proxy creation. -
Classes in org.springframework.data.repository.core.support used by org.springframework.data.repository.config
-
-
Classes in org.springframework.data.repository.core.support used by org.springframework.data.repository.core.supportClassDescriptionBase class for
RepositoryMetadataimplementations.Strategy interface providingpredicatesto resolve a method called on a composite to its implementation method.Value object representing an invokedMethod.A method predicate to be applied on theMethodLookup.InvokedMethodandmethod candidate.Callback for listeners that want to execute functionality onRepositoryQuerycreation.Composite implementation to back repository method implementations.Value object representing an ordered list offragments.Adapter for SpringsFactoryBeaninterface 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 backingEntityInformationandRepositoryInformationas well as theQueryMethods 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.MethodInterceptordetecting whether a transaction is already running and exposing that fact viaSurroundingTransactionDetectorMethodInterceptor.isSurroundingTransactionActive().