Package | Description |
---|---|
org.josef.jdbc |
jdbc related classes.
|
org.josef.util |
Utility Classes.
|
Modifier and Type | Method and Description |
---|---|
Order |
OrderByColumn.getOrdering()
Gets the order of this OrderByColumn.
|
Order |
OrderByColumn.setOrdering(Order order)
Sets the order for this OrderByColumn.
|
Modifier and Type | Method and Description |
---|---|
Order |
OrderByColumn.setOrdering(Order order)
Sets the order for this OrderByColumn.
|
Constructor and Description |
---|
OrderByColumn(String columnName,
Order order)
Constructs this OrderByColumn from the supplied columnName and order.
|
OrderByColumn(String columnName,
Order order,
Class<T> enumeration)
Constructs this OrderByColumn that will be ordered using a decode function.
|
Modifier and Type | Method and Description |
---|---|
Order |
CompareField.getOrdering()
Gets the order of this CompareField.
|
Order |
CComparator.getOrdering()
Gets the order of non-null values.
|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<? super T>> |
CComparator.compareAllowingNulls(T left,
T right,
Order order)
Utility method to compare two objects.
|
static <T extends Comparable<? super T>> |
CComparator.compareAllowingNulls(T left,
T right,
Order order,
CComparator.OrderNulls orderNulls)
Utility method to compare two objects.
|
void |
CompareField.setOrdering(Order order)
Sets the order for this CompareField.
|
Constructor and Description |
---|
CComparator(Order order)
Constructs this Comparator that compares two objects of type <T>.
|
CComparator(Order order,
CComparator.OrderNulls orderNulls)
Constructs this Comparator that compares two objects of type <T>.
|
CompareField(Method method,
Order order)
Creates this CompareField that will be ordered according to the supplied order.
|
Copyright © 2008–2018. All rights reserved.