Package | Description |
---|---|
org.castor.cpa.query | |
org.castor.cpa.query.object |
Modifier and Type | Method and Description |
---|---|
static OrderDirection |
OrderDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderDirection[] |
OrderDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Order.add(Field field,
OrderDirection direction)
Adds the field object with order direction specification
to the order object of query objects.
|
Order |
SelectQuery.newOrder(Field field,
OrderDirection direction)
New order.
|
Modifier and Type | Method and Description |
---|---|
OrderDirection |
OrderImpl.Item.getDirection()
Gets the order direction.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderImpl.add(Field field,
OrderDirection direction)
Adds the field object with order direction specification
to the order object of query objects.
|
Order |
SelectQueryImpl.newOrder(Field field,
OrderDirection direction)
New order.
|
Constructor and Description |
---|
Item(Field field,
OrderDirection direction)
Construct order item with given field and direction.
|
Copyright © 2016. All rights reserved.