Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Packages that use FunctionExpressionStateObject 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 FunctionExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type FunctionExpressionStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(FunctionExpressionStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(FunctionExpressionStateObject stateObject) -
Uses of FunctionExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type FunctionExpressionStateObject Modifier and Type Method Description protected booleanFunctionExpressionStateObject. areChildrenEquivalent(FunctionExpressionStateObject stateObject)Determines whether the children of thisStateObjectare equivalent to the children of the given one, i.e.voidAbstractStateObjectVisitor. visit(FunctionExpressionStateObject stateObject)voidAnonymousStateObjectVisitor. visit(FunctionExpressionStateObject stateObject)voidStateObjectVisitor. visit(FunctionExpressionStateObject stateObject)Visits the givenFunctionExpressionStateObject.
-