Uses of Package
org.eclipse.persistence.jpa.jpql.tools.resolver
Package
Description
-
ClassDescriptionThe abstract definition of
JPQLQueryDeclaration
.ThisResolver
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.The default implementation of aResolverBuilder
, which follows the JPA functional specification.AResolver
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.This visitor creates aResolver
that gives information about the visitedExpression
. -
ClassDescriptionThis
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).The abstract definition of a range declaration, which is used to navigate to a "root" object.The abstract definition ofJPQLQueryDeclaration
.ThisResolver
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.This visitor takes care to support a subquery defined as a "root" object.AResolver
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.This visitor creates aResolver
that gives information about the visitedExpression
.This visitor is used to check if the expression visited is aCollectionExpression
.