See: Description
| Interface | Description |
|---|---|
| QueryExtractor |
Interface to hide different implementations to extract the original JPA query string from a
Query. |
| Class | Description |
|---|---|
| AbstractJpaQuery |
Abstract base class to implement
RepositoryQuerys. |
| AbstractStringBasedJpaQuery |
Base class for
String based JPA queries. |
| JpaCountQueryCreator |
Special
JpaQueryCreator that creates a count projecting query. |
| 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 |
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.