| Package | Description |
|---|---|
| org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
| Class and Description |
|---|
| AbstractEntityInformation
Base class for implementations of
EntityInformation. |
| AbstractRepositoryMetadata
Base class for
RepositoryMetadata implementations. |
| QueryCreationListener
Callback for listeners that want to execute functionality on
RepositoryQuery creation. |
| 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.
|
| RepositoryProxyPostProcessor
Callback interface used during repository proxy creation.
|
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.