Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.query.VariableDeclarationStateObject
-
Packages that use VariableDeclarationStateObject Package Description org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of VariableDeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Classes in org.eclipse.persistence.jpa.jpql.tools.model.query that implement VariableDeclarationStateObject Modifier and Type Class Description classAbstractIdentificationVariableDeclarationStateObjectclassAbstractRangeVariableDeclarationStateObjectclassCollectionMemberDeclarationStateObjectAn identification variable declared by acollection_member_declarationranges over values of a collection obtained by navigation using a path expression.classDerivedPathIdentificationVariableDeclarationStateObjectclassDerivedPathVariableDeclarationStateObjectBNF:subselect_identification_variable_declaration ::= derived_path_expression [AS] identification_variable {join}*classIdentificationVariableDeclarationStateObjectAn identification variable is a valid identifier declared in theFROMclause of a query.classRangeVariableDeclarationStateObjectRange variable declarations allow the developer to designate a "root" for objects which may not be reachable by navigation.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return types with arguments of type VariableDeclarationStateObject Modifier and Type Method Description ListIterable<? extends VariableDeclarationStateObject>AbstractFromClauseStateObject. declarations()ListIterable<VariableDeclarationStateObject>AbstractModifyClauseStateObject. declarations()ListIterable<? extends VariableDeclarationStateObject>AbstractSelectStatementStateObject. declarations()Returns the list ofVariableDeclarationStateObjectdefining the variable declarations, which are mapping an entity to a variable or a collection-valued member to a variable.ListIterable<? extends VariableDeclarationStateObject>DeclarationStateObject. declarations()Returns the list of declarations declared in the declaration clause of the current query.
-