Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
Packages that use DeclarationStateObject
-
Uses of DeclarationStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Classes in org.eclipse.persistence.jpa.jpql.tools.model.query that implement DeclarationStateObjectModifier and TypeClassDescriptionclassThis state object represents the abstract definition of aFROMclause, which is either theFROMclause of the query or of a sub-query expression.classclassThis is theDELETEclause of theDELETEstatement.classTheFROMclause of a query defines the domain of the query by declaring identification variables.classTheFROMclause of a sub-query defines the domain of the sub-query by declaring identification variables.classThis is theUPDATEclause of theUPDATEstatement.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return DeclarationStateObjectModifier and TypeMethodDescriptionAbstractFromClauseStateObject.getDeclaration()AbstractModifyClauseStateObject.getDeclaration()AbstractModifyStatementStateObject.getDeclaration()AbstractSelectStatementStateObject.getDeclaration()AbstractStateObject.getDeclaration()JPQLQueryStateObject.getDeclaration()StateObject.getDeclaration()Returns the declaration clause which defines the domain of the query by declaring identification variables.