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