See: Description
Interface | Description |
---|---|
JpaEntityMetadata<T> |
JPA specific extension of
EntityMetadata . |
Class | Description |
---|---|
AbstractJpaQuery |
Abstract base class to implement
RepositoryQuery s. |
DefaultJpaEntityMetadata<T> |
Default implementation for
JpaEntityMetadata . |
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
EntityGraph s. |
JpaParameters |
Custom extension of
Parameters discovering additional query parameter annotations. |
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.
|
StringQueryParameterBinder |
ParameterBinder that takes StringQuery.LikeParameterBinding s encapsulated in a StringQuery into account. |
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-2015–2016 Pivotal Software, Inc.. All rights reserved.