Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
-
Packages that use DeclarationStateObject Package Description org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of DeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Classes in org.eclipse.persistence.jpa.jpql.tools.model.query that implement DeclarationStateObject Modifier and Type Class Description classAbstractFromClauseStateObjectThis state object represents the abstract definition of aFROMclause, which is either theFROMclause of the query or of a sub-query expression.classAbstractModifyClauseStateObjectclassDeleteClauseStateObjectThis is theDELETEclause of theDELETEstatement.classFromClauseStateObjectTheFROMclause of a query defines the domain of the query by declaring identification variables.classSimpleFromClauseStateObjectTheFROMclause of a sub-query defines the domain of the sub-query by declaring identification variables.classUpdateClauseStateObjectThis is theUPDATEclause of theUPDATEstatement.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return DeclarationStateObject Modifier and Type Method Description DeclarationStateObjectAbstractFromClauseStateObject. getDeclaration()DeclarationStateObjectAbstractModifyClauseStateObject. getDeclaration()DeclarationStateObjectAbstractModifyStatementStateObject. getDeclaration()DeclarationStateObjectAbstractSelectStatementStateObject. getDeclaration()DeclarationStateObjectAbstractStateObject. getDeclaration()DeclarationStateObjectJPQLQueryStateObject. getDeclaration()DeclarationStateObjectStateObject. getDeclaration()Returns the declaration clause which defines the domain of the query by declaring identification variables.
-