Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Packages that use WhenClauseStateObject 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 WhenClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type WhenClauseStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(WhenClauseStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(WhenClauseStateObject stateObject) -
Uses of WhenClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return WhenClauseStateObject Modifier and Type Method Description WhenClauseStateObjectCaseExpressionStateObject. addWhenClause()Adds a newWHENclause.WhenClauseStateObjectCaseExpressionStateObject. addWhenClause(String whenJpqlFragment, String thenJpqlFragment)Adds the given twoStateObjectsas theWHENexpression and theTHENexpression of the newWHENclause.WhenClauseStateObjectCaseExpressionStateObject. addWhenClause(StateObject whenStateObject, StateObject thenStateObject)Adds the given twoStateObjectsas theWHENexpression and theTHENexpression of the newWHENclause.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type WhenClauseStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(WhenClauseStateObject stateObject)voidAnonymousStateObjectVisitor. visit(WhenClauseStateObject stateObject)voidStateObjectVisitor. visit(WhenClauseStateObject stateObject)Visits the givenWhenClauseStateObject.Constructor parameters in org.eclipse.persistence.jpa.jpql.tools.model.query with type arguments of type WhenClauseStateObject Constructor Description CaseExpressionStateObject(StateObject parent, List<WhenClauseStateObject> whenClauseStateObjects, StateObject elseStateObject)Creates a newCaseExpressionStateObject.CaseExpressionStateObject(StateObject parent, StateObject caseOperandStateObject, List<WhenClauseStateObject> whenClauseStateObjects, StateObject elseStateObject)Creates a newCaseExpressionStateObject.
-