Interface ObjectOrdering
-
- All Superinterfaces:
Serializable
public interface ObjectOrdering extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(Object o, boolean exact)
OrderDirection
getDirection()
ItemPath
getOrderBy()
-
-
-
Method Detail
-
getOrderBy
ItemPath getOrderBy()
-
getDirection
OrderDirection getDirection()
-
equals
boolean equals(Object o, boolean exact)
-
-