class JDBCColumnOrder extends Object implements JDBCOrder
| Constructor and Description |
|---|
JDBCColumnOrder() |
| Modifier and Type | Method and Description |
|---|---|
Column |
getColumn()
The synthetic column.
|
ColumnIO |
getColumnIO()
I/O restrictions for the synthetic column.
|
Comparator<?> |
getComparator()
Return a comparator for ordering by this element, or null if
the ordering is done in the datastore.
|
DBIdentifier |
getIdentifier() |
String |
getName()
Deprecated.
|
boolean |
isAscending()
Order direction.
|
boolean |
isInRelation()
Whether the value is a member of the field's related type, rather than
columns of the field itself.
|
void |
order(Select sel,
ClassMapping elem,
Joins joins)
Order by this value.
|
void |
setColumn(Column col)
The synthetic column.
|
void |
setColumnIO(ColumnIO io)
I/O restrictions for the synthetic column.
|
public Column getColumn()
public void setColumn(Column col)
public ColumnIO getColumnIO()
public void setColumnIO(ColumnIO io)
public String getName()
Orderpublic DBIdentifier getIdentifier()
getIdentifier in interface JDBCOrderpublic boolean isAscending()
OrderisAscending in interface Orderpublic Comparator<?> getComparator()
OrdergetComparator in interface Orderpublic boolean isInRelation()
JDBCOrderisInRelation in interface JDBCOrderCopyright © 2006–2013 Apache Software Foundation. All rights reserved.