|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SortOrder
SortOrder represents a sorting order condition that one can specify for query. The SortOrder contains a name of the filed that will be sorted on, the ordering of the sorting and the Locale will be sued in sorting
| Method Summary | |
|---|---|
boolean |
getAse()Gets whether sort according to ascending or descending order |
java.lang.String |
getFieldName()Gets the field name on which the SortOrder would be for |
java.util.Locale |
getLocale()Gets Locale that the sorting would be using |
| Method Detail |
|---|
java.lang.String getFieldName()
boolean getAse()
java.util.Locale getLocale()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.