| Package | Description |
|---|---|
| org.eiichiro.acidhouse |
Acid House - NoSQL Killer Tune.
|
| Modifier and Type | Method and Description |
|---|---|
ComparableProperty<E,T> |
Order.property()
Returns
ComparableProperty to be sorted. |
| Constructor and Description |
|---|
ComparableFilter(ComparableProperty<?,T> property,
T value,
ComparableFilter.Operator operator)
Constructs a new
ComparableFilter instance with the specified
ComparableProperty, property value and operator type. |
InFilter(ComparableProperty<?,T> property,
List<T> values)
Constructs a new
InFilter instance with the specified
ComparableProperty instance and values. |
InFilter(ComparableProperty<?,T> property,
T... values)
Constructs a new
InFilter instance with the specified
ComparableProperty instance and values. |
Order(ComparableProperty<E,T> property,
Order.Direction direction)
Constructs a new
Order instance with the specified
ComparableProperty and sorting direction. |
Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.