| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools | |
| org.eclipse.persistence.jpa.jpql.tools.resolver |
| Class and Description |
|---|
| Declaration
The abstract definition of
JPQLQueryDeclaration. |
| DeclarationResolver
This
Resolver is responsible to visit the current query (which is either the top-level
query or a subquery) and gathers the information from the declaration clause. |
| DefaultResolverBuilder
The default implementation of a
ResolverBuilder, which follows the JPA functional specification. |
| Resolver
A
Resolver is responsible to resolve a property by retrieving either the managed
type, the mapping, the type and the type declaration depending on the type of resolver. |
| ResolverBuilder
This visitor creates a
Resolver that gives information about the visited Expression. |
| Class and Description |
|---|
| AbstractPathResolver
This
Resolver is responsible to resolve a single path of a path expression (state field
path expression, singled valued object field, or a collection-valued path expression). |
| AbstractRangeDeclaration
The abstract definition of a range declaration, which is used to navigate to a "root" object.
|
| Declaration
The abstract definition of
JPQLQueryDeclaration. |
| DeclarationResolver
This
Resolver is responsible to visit the current query (which is either the top-level
query or a subquery) and gathers the information from the declaration clause. |
| DeclarationResolver.DeclarationVisitor |
| DeclarationResolver.QualifyRangeDeclarationVisitor |
| DeclarationResolver.RootObjectExpressionVisitor
This visitor takes care to support a subquery defined as a "root" object.
|
| EclipseLinkDeclarationResolver.DeclarationVisitor |
| Resolver
A
Resolver is responsible to resolve a property by retrieving either the managed
type, the mapping, the type and the type declaration depending on the type of resolver. |
| ResolverBuilder
This visitor creates a
Resolver that gives information about the visited Expression. |
| ResolverBuilder.CollectionExpressionVisitor
This visitor is used to check if the expression visited is a
CollectionExpression. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.