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