Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Packages that use SumFunctionStateObject 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 SumFunctionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type SumFunctionStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(SumFunctionStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(SumFunctionStateObject stateObject) -
Uses of SumFunctionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type SumFunctionStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(SumFunctionStateObject stateObject)voidAnonymousStateObjectVisitor. visit(SumFunctionStateObject stateObject)voidStateObjectVisitor. visit(SumFunctionStateObject stateObject)Visits the givenSumFunctionStateObject.
-