Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Packages that use CompoundExpressionStateObject 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 CompoundExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type CompoundExpressionStateObject Modifier and Type Method Description protected voidAbstractActualJPQLQueryFormatter. toStringCompound(CompoundExpressionStateObject stateObject, String identifier)protected voidAbstractJPQLQueryFormatter. toStringCompound(CompoundExpressionStateObject stateObject) -
Uses of CompoundExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of CompoundExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classAdditionExpressionStateObjectTODO: BNF:arithmetic_expression ::= arithmetic_expression + arithmetic_termclassAndExpressionStateObjectTheANDlogical operator chains multiple criteria together.classArithmeticExpressionStateObjectThis expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.classComparisonExpressionStateObjectOnly the values of like types are permitted to be compared.classDivisionExpressionStateObjectTODO: BNF:arithmetic_expression ::= arithmetic_expression / arithmetic_termclassLogicalExpressionStateObjectThis expression represents a logical expression, which means the first and second expressions are aggregated with either theANDor theORoperator.classMultiplicationExpressionStateObjectTODO: BNF:arithmetic_expression ::= arithmetic_expression * arithmetic_termclassOrExpressionStateObjectTheORlogical operator chains multiple criteria together.classSubtractionExpressionStateObjectTODO: BNF:arithmetic_expression ::= arithmetic_expression - arithmetic_term
-