Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Packages that use CaseExpressionStateObject 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 CaseExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return CaseExpressionStateObject Modifier and Type Method Description CaseExpressionStateObjectAbstractCaseExpressionStateObjectBuilder. buildStateObject()CaseExpressionStateObjectBasicStateObjectBuilder.WhenClauseBuilder. buildStateObject(CaseExpressionStateObject parent, Expression expression)CaseExpressionStateObjectICaseExpressionStateObjectBuilder. buildStateObject()Creates the actual state object based on the information this builder gathered.Methods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type CaseExpressionStateObject Modifier and Type Method Description protected IBuilder<CaseExpressionStateObject,CaseExpressionStateObject>BasicStateObjectBuilder. buildWhenClauseBuilder()protected IBuilder<CaseExpressionStateObject,CaseExpressionStateObject>BasicStateObjectBuilder. buildWhenClauseBuilder()protected IBuilder<CaseExpressionStateObject,CaseExpressionStateObject>BasicStateObjectBuilder. whenClauseBuilder()Returns theIBuilderthat is responsible to visit eachWhenClauseand to create the correspondingWhenClauseStateObject.protected IBuilder<CaseExpressionStateObject,CaseExpressionStateObject>BasicStateObjectBuilder. whenClauseBuilder()Returns theIBuilderthat is responsible to visit eachWhenClauseand to create the correspondingWhenClauseStateObject.Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type CaseExpressionStateObject Modifier and Type Method Description CaseExpressionStateObjectBasicStateObjectBuilder.WhenClauseBuilder. buildStateObject(CaseExpressionStateObject parent, Expression expression)voidAbstractActualJPQLQueryFormatter. visit(CaseExpressionStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(CaseExpressionStateObject stateObject) -
Uses of CaseExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return CaseExpressionStateObject Modifier and Type Method Description CaseExpressionStateObjectWhenClauseStateObject. getParent()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type CaseExpressionStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(CaseExpressionStateObject stateObject)voidAnonymousStateObjectVisitor. visit(CaseExpressionStateObject stateObject)voidStateObjectVisitor. visit(CaseExpressionStateObject stateObject)Visits the givenCaseExpressionStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type CaseExpressionStateObject Constructor Description WhenClauseStateObject(CaseExpressionStateObject parent)Creates a newWhenClauseStateObject.WhenClauseStateObject(CaseExpressionStateObject parent, String whenJpqlFragment, String thenJpqlFragment)Creates a newWhenClauseStateObject.WhenClauseStateObject(CaseExpressionStateObject parent, StateObject whenStateObject, StateObject thenStateObject)Creates a newWhenClauseStateObject.
-