| Package | Description |
|---|---|
| org.springframework.data.repository.cdi |
Base classes to implement CDI support for repositories.
|
| org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
| Class and Description |
|---|
| QueryCreationListener
Callback for listeners that want to execute functionality on
RepositoryQuery creation. |
| RepositoryComposition.RepositoryFragments
Value object representing an ordered list of
fragments. |
| RepositoryFactorySupport
Factory bean to create instances of a given repository interface.
|
| RepositoryProxyPostProcessor
Callback interface used during repository proxy creation.
|
| Class and Description |
|---|
| AbstractRepositoryMetadata
Base class for
RepositoryMetadata implementations. |
| MethodLookup
Strategy interface providing
predicates to resolve a method called on a composite to its
implementation method. |
| MethodLookup.InvokedMethod
Value object representing an invoked
Method. |
| MethodLookup.MethodPredicate
A method predicate to be applied on the
MethodLookup.InvokedMethod and method candidate. |
| QueryCreationListener
Callback for listeners that want to execute functionality on
RepositoryQuery creation. |
| RepositoryComposition
Composite implementation to back repository method implementations.
|
| RepositoryComposition.RepositoryFragments
Value object representing an ordered list of
fragments. |
| RepositoryFactoryBeanSupport
Adapter for Springs
FactoryBean interface to allow easy setup of repository factories via Spring
configuration. |
| RepositoryFactoryInformation
Interface for components that can provide meta-information about a repository factory, the backing
EntityInformation and RepositoryInformation as well as the QueryMethods exposed by the
repository. |
| RepositoryFactorySupport
Factory bean to create instances of a given repository interface.
|
| RepositoryFragment
Value object representing a repository fragment.
|
| RepositoryProxyPostProcessor
Callback interface used during repository proxy creation.
|
SurroundingTransactionDetectorMethodInterceptor
MethodInterceptor detecting whether a transaction is already running and exposing that fact via
SurroundingTransactionDetectorMethodInterceptor.isSurroundingTransactionActive(). |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.