Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Packages that use AbstractConditionalClauseStateObject 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 AbstractConditionalClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return AbstractConditionalClauseStateObject Modifier and Type Method Description protected AbstractConditionalClauseStateObjectDefaultConditionalExpressionStateObjectBuilder. getParent()protected AbstractConditionalClauseStateObjectEclipseLinkConditionalStateObjectBuilder. getParent()Constructors in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractConditionalClauseStateObject Constructor Description DefaultConditionalExpressionStateObjectBuilder(AbstractConditionalClauseStateObject parent)Creates a newDefaultConditionalExpressionStateObjectBuilder.EclipseLinkConditionalStateObjectBuilder(AbstractConditionalClauseStateObject parent)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.query Modifier and Type Class Description classHavingClauseStateObjectTheHAVINGconstruct enables conditions to be specified that further restrict the query result as restrictions upon the groups.classWhenClauseStateObjectAWHENpredicate is used to calculate a condition and when it's true, itsTHENwill be executed.classWhereClauseStateObjectTheWHEREclause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
-