Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.dao |
The DAO layer.
|
Modifier and Type | Method and Description |
---|---|
static QueryCriteria.SortOrder |
QueryCriteria.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryCriteria.SortOrder[] |
QueryCriteria.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryCriteria.addOrderByClause(String column,
QueryCriteria.SortOrder order)
Registers a new order by clause to have the result ordered
by the given column in the given order.
|
Copyright © 2013. All Rights Reserved.