Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Packages that use OrderByItemStateObject Package Description org.eclipse.persistence.jpa.jpql.tools 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 OrderByItemStateObject in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type OrderByItemStateObject Modifier and Type Method Description voidRefactoringTool.ResultVariableNameRenamer. visit(OrderByItemStateObject stateObject) -
Uses of OrderByItemStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type OrderByItemStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(OrderByItemStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(OrderByItemStateObject stateObject) -
Uses of OrderByItemStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return OrderByItemStateObject Modifier and Type Method Description OrderByItemStateObjectOrderByClauseStateObject. addItem()Adds a newORDER BYitem to this clause.OrderByItemStateObjectOrderByClauseStateObject. addItem(String variable)Adds a newORDER BYitem to this clause.OrderByItemStateObjectOrderByClauseStateObject. addItem(String... paths)Adds a newORDER BYitem to this clause.OrderByItemStateObjectOrderByClauseStateObject. addItem(String path, OrderByItem.Ordering ordering)Adds a newORDER BYitem to this clause.OrderByItemStateObjectOrderByClauseStateObject. addItem(OrderByItem.Ordering ordering)Adds a newORDER BYitem to this clause.OrderByItemStateObjectOrderByClauseStateObject. addItemAsc(String variable)Adds a newORDER BYitem to this clause withASC.OrderByItemStateObjectOrderByClauseStateObject. addItemDesc(String variable)Adds a newORDER BYitem to this clause withDESC.OrderByItemStateObjectOrderByClauseStateObject. addOrderByItem(String[] paths, OrderByItem.Ordering ordering)Adds a newORDER BYitem to this clause.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type OrderByItemStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(OrderByItemStateObject stateObject)voidAnonymousStateObjectVisitor. visit(OrderByItemStateObject stateObject)voidStateObjectVisitor. visit(OrderByItemStateObject stateObject)Visits the givenOrderByItemStateObject.
-