Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Packages that use AbstractDoubleEncapsulatedExpressionStateObject 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 AbstractDoubleEncapsulatedExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractDoubleEncapsulatedExpressionStateObject Modifier and Type Method Description protected voidAbstractActualJPQLQueryFormatter. toStringDoubleEncapsulated(AbstractDoubleEncapsulatedExpressionStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringDoubleEncapsulated(AbstractDoubleEncapsulatedExpressionStateObject stateObject) -
Uses of AbstractDoubleEncapsulatedExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AbstractDoubleEncapsulatedExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classModExpressionStateObjectThe modulo operation finds the remainder of division of one number by another.classNullIfExpressionStateObjectNULLIFreturns the first expression if the two expressions are not equal.
-