Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Packages that use OrderByClauseStateObject 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 OrderByClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type OrderByClauseStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(OrderByClauseStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(OrderByClauseStateObject stateObject) -
Uses of OrderByClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return OrderByClauseStateObject Modifier and Type Method Description OrderByClauseStateObjectSelectStatementStateObject. addOrderByClause()Adds theORDER BYclause.OrderByClauseStateObjectSelectStatementStateObject. addOrderByClause(String jpqlFragment)Adds theORDER BYclause and parses the given JPQL fragment, which should represent one or many ordering items.OrderByClauseStateObjectSelectStatementStateObject. getOrderByClause()Returns the state object representing theORDER BYclause.OrderByClauseStateObjectOrderByItemStateObject. getParent()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type OrderByClauseStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(OrderByClauseStateObject stateObject)voidAnonymousStateObjectVisitor. visit(OrderByClauseStateObject stateObject)voidStateObjectVisitor. visit(OrderByClauseStateObject stateObject)Visits the givenOrderByClauseStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type OrderByClauseStateObject Constructor Description OrderByItemStateObject(OrderByClauseStateObject parent)Creates a newOrderByItemStateObject.OrderByItemStateObject(OrderByClauseStateObject parent, String jpqlFragment, OrderByItem.Ordering ordering)Creates a newOrderByItemStateObject.OrderByItemStateObject(OrderByClauseStateObject parent, OrderByItem.Ordering ordering)Creates a newOrderByItemStateObject.OrderByItemStateObject(OrderByClauseStateObject parent, StateObject stateObject, OrderByItem.Ordering ordering)Creates a newOrderByItemStateObject.
-