Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
-
Packages that use WhereClauseStateObject 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 WhereClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type WhereClauseStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(WhereClauseStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(WhereClauseStateObject stateObject) -
Uses of WhereClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return WhereClauseStateObject Modifier and Type Method Description WhereClauseStateObjectAbstractModifyStatementStateObject. addWhereClause()Adds theWHEREclause.WhereClauseStateObjectAbstractSelectStatementStateObject. addWhereClause()Adds theWHEREclause.WhereClauseStateObjectAbstractSelectStatementStateObject. addWhereClause(String jpqlFragment)Adds theWHEREclause and parses the given JPQL fragment.WhereClauseStateObjectAbstractModifyStatementStateObject. getWhereClause()Returns the state object representing theWHEREclause.WhereClauseStateObjectAbstractSelectStatementStateObject. getWhereClause()Returns the state object representing theWHEREclause.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type WhereClauseStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(WhereClauseStateObject stateObject)voidAnonymousStateObjectVisitor. visit(WhereClauseStateObject stateObject)voidStateObjectVisitor. visit(WhereClauseStateObject stateObject)Visits the givenWhereClauseStateObject.
-