See: Description
| Interface | Description |
|---|---|
| JpaEntityMetadata<T> |
JPA specific extension of
EntityMetadata. |
| JpaQueryMethodFactory |
A factory interface for creating
JpaQueryMethodFactory instances. |
| Class | Description |
|---|---|
| AbstractJpaQuery |
Abstract base class to implement
RepositoryQuerys. |
| DefaultJpaEntityMetadata<T> |
Default implementation for
JpaEntityMetadata. |
| DefaultJpaQueryMethodFactory |
A factory for creating
JpaQueryMethod instances. |
| EscapeCharacter |
A value type encapsulating an escape character for LIKE queries and the actually usage of it in escaping
Strings. |
| Jpa21Utils |
Utils for bridging various JPA 2.1 features.
|
| JpaCountQueryCreator |
Special
JpaQueryCreator that creates a count projecting query. |
| JpaEntityGraph |
EntityGraph configuration for JPA 2.1
EntityGraphs. |
| JpaParameters |
Custom extension of
Parameters discovering additional query parameter annotations. |
| JpaParameters.JpaParameter | |
| JpaParametersParameterAccessor |
ParameterAccessor based on an Parameters instance. |
| JpaQueryCreator |
Query creator to create a
CriteriaQuery from a PartTree. |
| JpaQueryExecution |
Set of classes to contain query execution strategies.
|
| JpaQueryLookupStrategy |
Query lookup strategy to execute finders.
|
| JpaQueryMethod |
JPA specific extension of
QueryMethod. |
| ParameterBinder |
ParameterBinder is used to bind method parameters to a Query. |
| PartTreeJpaQuery |
A
AbstractJpaQuery implementation based on a PartTree. |
| QueryUtils |
Simple utility class to create JPA queries.
|
| Exception | Description |
|---|---|
| InvalidJpaQueryMethodException |
Signals that we encountered an invalid query method.
|
| Annotation Type | Description |
|---|---|
| Procedure |
Annotation to declare JPA 2.1 stored procedure mappings directly on repository methods.
|
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.