public interface SortNameContributor<T>
Composite
s that contribute to
the sorting order and name typeModifier and Type | Method and Description |
---|---|
void |
addOrder(java.util.List<OrderClause> order)
Add
OrderClause entries to the SQL default order |
boolean |
addSortName(T target,
java.lang.StringBuilder sb)
Add terms to the sorting name in the
order consistent with the sorting order
|
java.util.Comparator<T> |
getComparator()
get a
Comparator that compares target types
according to the sort order |
boolean addSortName(T target, java.lang.StringBuilder sb)
sb
- void addOrder(java.util.List<OrderClause> order)
OrderClause
entries to the SQL default orderorder
- java.util.Comparator<T> getComparator()
Comparator
that compares target types
according to the sort order