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