See: Description
| Interface | Description |
|---|---|
| JpaEntityMetadata<T> |
JPA specific extension of
EntityMetadata. |
| JpaQueryMethodFactory |
A factory interface for creating
JpaQueryMethodFactory instances. |
| QueryEnhancer |
This interface describes the API for enhancing a given Query.
|
| Class | Description |
|---|---|
| AbstractJpaQuery |
Abstract base class to implement
RepositoryQuerys. |
| DefaultJpaEntityMetadata<T> |
Default implementation for
JpaEntityMetadata. |
| DefaultJpaQueryMethodFactory |
A factory for creating
JpaQueryMethod instances. |
| DefaultQueryEnhancer |
The implementation of
QueryEnhancer using QueryUtils. |
| 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 |
Custom
Parameter implementation adding parameters of type Temporal to the special ones. |
| 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. |
| JSqlParserQueryEnhancer |
The implementation of
QueryEnhancer using JSqlParser. |
| JSqlParserUtils |
A utility class for JSqlParser.
|
| ParameterBinder |
ParameterBinder is used to bind method parameters to a Query. |
| PartTreeJpaQuery |
A
AbstractJpaQuery implementation based on a PartTree. |
| QueryEnhancerFactory |
Encapsulates different strategies for the creation of a
QueryEnhancer from a DeclaredQuery. |
| QueryUtils |
Simple utility class to create JPA queries using the default implementation of a custom parser.
|
| 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–2023 Pivotal Software, Inc.. All rights reserved.