See: Description
| Interface | Description |
|---|---|
| CrudMethodMetadata |
Interface to abstract
CrudMethodMetadata that provide the LockModeType to be used for query
execution. |
| JpaEntityInformation<T,ID> |
Extension of
EntityInformation to capture additional JPA specific information about entities. |
| JpaRepositoryImplementation<T,ID> |
SPI interface to be implemented by
JpaRepository implementations. |
| QueryHints |
QueryHints provides access to query hints defined via
CrudMethodMetadata.getQueryHints() QueryHintList()} by
default excluding JPA EntityGraph. |
| Class | Description |
|---|---|
| DefaultJpaContext |
Default implementation of
JpaContext. |
| EntityManagerBeanDefinitionRegistrarPostProcessor |
BeanFactoryPostProcessor to register a SharedEntityManagerCreator for every
EntityManagerFactory bean definition found in the application context to enable autowiring
EntityManager instances into constructor arguments. |
| JpaEntityInformationSupport<T,ID> |
Base class for
JpaEntityInformation implementations to share common method implementations. |
| JpaEvaluationContextExtension |
EvaluationContextExtension to register EscapeCharacter as root object to essentially expose an
expose(…) function to SpEL. |
| JpaEvaluationContextExtension.JpaRootObject | |
| JpaMetamodelEntityInformation<T,ID> |
Implementation of
EntityInformation that uses JPA Metamodel
to find the domain class' id field. |
| JpaPersistableEntityInformation<T extends Persistable<ID>,ID> |
Extension of
JpaMetamodelEntityInformation that consideres methods of Persistable to lookup the id. |
| JpaRepositoryFactory |
JPA specific generic repository factory.
|
| JpaRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> |
Special adapter for Springs
FactoryBean interface to allow easy setup of
repository factories via Spring configuration. |
| MutableQueryHints |
Mutable implementation of
QueryHints, without the Option to switch between
MutableQueryHints.forCounts()/MutableQueryHints.withFetchGraphs(EntityManager) hints. |
| Querydsl |
Helper instance to ease access to Querydsl JPA query API.
|
| QuerydslJpaPredicateExecutor<T> |
Querydsl specific fragment for extending
SimpleJpaRepository with an implementation for implementation for
QuerydslPredicateExecutor. |
| QuerydslJpaRepository<T,ID extends Serializable> | Deprecated
Instead of this class use
QuerydslJpaPredicateExecutor |
| QuerydslRepositorySupport |
Base class for implementing repositories using Querydsl library.
|
| QueryHintValue |
Value object carrying a query hint consisting of a name/key and a value.
|
| SimpleJpaRepository<T,ID> |
Default implementation of the
CrudRepository interface. |
| Enum | Description |
|---|---|
| QueryHints.NoHints |
Null object implementation of
QueryHints. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.