Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Packages that use AbstractConditionalClauseStateObject
Package
Description
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.
This package contains the
StateObject classes that represents a JPQL query.-
Uses of AbstractConditionalClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return AbstractConditionalClauseStateObjectModifier and TypeMethodDescriptionprotected AbstractConditionalClauseStateObjectDefaultConditionalExpressionStateObjectBuilder.getParent()protected AbstractConditionalClauseStateObjectEclipseLinkConditionalStateObjectBuilder.getParent()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractConditionalClauseStateObjectModifier and TypeMethodDescriptionEclipseLinkJPQLQueryBuilder.buildStateObjectBuilder(AbstractConditionalClauseStateObject stateObject) IJPQLQueryBuilder.buildStateObjectBuilder(AbstractConditionalClauseStateObject stateObject) Creates a builder that can create a conditional expression programmatically.JPQLQueryBuilder1_0.buildStateObjectBuilder(AbstractConditionalClauseStateObject stateObject) JPQLQueryBuilder2_0.buildStateObjectBuilder(AbstractConditionalClauseStateObject stateObject) JPQLQueryBuilder2_1.buildStateObjectBuilder(AbstractConditionalClauseStateObject stateObject) JPQLQueryBuilderWrapper.buildStateObjectBuilder(AbstractConditionalClauseStateObject stateObject) protected voidAbstractJPQLQueryFormatter.toStringConditional(AbstractConditionalClauseStateObject stateObject) Constructors in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractConditionalClauseStateObjectModifierConstructorDescriptionCreates a newDefaultConditionalExpressionStateObjectBuilder.Creates a newEclipseLinkConditionalStateObjectBuilder. -
Uses of AbstractConditionalClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AbstractConditionalClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.queryModifier and TypeClassDescriptionclassTheHAVINGconstruct enables conditions to be specified that further restrict the query result as restrictions upon the groups.classAWHENpredicate is used to calculate a condition and when it's true, itsTHENwill be executed.classTheWHEREclause of a query consists of a conditional expression used to select objects or values that satisfy the expression.