Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
Packages that use HavingClauseStateObject Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of HavingClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type HavingClauseStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(HavingClauseStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(HavingClauseStateObject stateObject) -
Uses of HavingClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return HavingClauseStateObject Modifier and Type Method Description HavingClauseStateObjectAbstractSelectStatementStateObject. addHavingClause()Adds theHAVINGclause.HavingClauseStateObjectAbstractSelectStatementStateObject. addHavingClause(String jpqlFragment)Adds theHAVINGclause and parses the given JPQL fragment.HavingClauseStateObjectAbstractSelectStatementStateObject. getHavingClause()Returns the state object representing theHAVINGclause.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type HavingClauseStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(HavingClauseStateObject stateObject)voidAnonymousStateObjectVisitor. visit(HavingClauseStateObject stateObject)voidStateObjectVisitor. visit(HavingClauseStateObject stateObject)Visits the givenHavingClauseStateObject.
-