Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Packages that use ExistsExpressionStateObject 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 ExistsExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type ExistsExpressionStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(ExistsExpressionStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(ExistsExpressionStateObject stateObject) -
Uses of ExistsExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return ExistsExpressionStateObject Modifier and Type Method Description ExistsExpressionStateObjectExistsExpressionStateObject. addNot()Makes sure theNOTidentifier is specified.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type ExistsExpressionStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(ExistsExpressionStateObject stateObject)voidAnonymousStateObjectVisitor. visit(ExistsExpressionStateObject stateObject)voidStateObjectVisitor. visit(ExistsExpressionStateObject stateObject)Visits the givenExistsExpressionStateObject.
-