| Package | Description |
|---|---|
| org.eiichiro.acidhouse |
Acid House - NoSQL Killer Tune.
|
| org.eiichiro.acidhouse.metamodel |
Metamodel package for Typesafe command builder API and Aggregation API.
|
| Modifier and Type | Method and Description |
|---|---|
GetScalar<E,R> |
GetScalar.sort(Order<?,?>... orders)
Specifies sort orders by which the list passed to
Aggregation#aggregate(java.util.List) method is sorted. |
GetList<E> |
GetList.sort(Order<?,?>... orders)
Specifies sort orders by which the returned list is sorted.
|
| Modifier and Type | Field and Description |
|---|---|
Order<E,T> |
ComparableProperty.asc
Sorting order: ascending direction.
|
Order<E,T> |
ComparableProperty.desc
Sorting order: descending direction.
|
Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.