Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Packages that use InExpressionStateObject
Package
Description
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.
This package contains the
StateObject classes that represents a JPQL query.-
Uses of InExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type InExpressionStateObjectModifier and TypeMethodDescriptionvoidAbstractActualJPQLQueryFormatter.visit(InExpressionStateObject stateObject) voidAbstractJPQLQueryFormatter.visit(InExpressionStateObject stateObject) -
Uses of InExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return InExpressionStateObjectModifier and TypeMethodDescriptionInExpressionStateObject.addNot()Makes sure theNOTidentifier is specified.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type InExpressionStateObjectModifier and TypeMethodDescriptionvoidAbstractStateObjectVisitor.visit(InExpressionStateObject stateObject) voidAnonymousStateObjectVisitor.visit(InExpressionStateObject stateObject) voidStateObjectVisitor.visit(InExpressionStateObject stateObject) Visits the givenInExpressionStateObject.