org.apache.openjpa.persistence.query
Class OrderableItem
java.lang.Object
org.apache.openjpa.persistence.query.AbstractVisitable
org.apache.openjpa.persistence.query.OrderableItem
- All Implemented Interfaces:
- Serializable, OrderByItem, Visitable
public class OrderableItem
- extends AbstractVisitable
- implements OrderByItem, Visitable
Denotes an item of ORDER BY clause.
- Author:
- Pinaki Poddar
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderableItem
OrderableItem(ExpressionImpl path)
OrderableItem
OrderableItem(ExpressionImpl path,
Boolean asc)
getExpression
public ExpressionImpl getExpression()
asExpression
public String asExpression(AliasContext ctx)
- Description copied from interface:
Visitable
- Get a JPQL fragment as used in WHERE clause.
- Specified by:
asExpression
in interface Visitable
- Overrides:
asExpression
in class AbstractVisitable
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.