| Package | Description |
|---|---|
| org.eiichiro.acidhouse |
Acid House - NoSQL Killer Tune.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>> |
Aggregations.max(Property<?,T> property)
Get the max aggregation implementation for the specified property.
|
static <T extends Comparable<T>> |
Aggregations.min(Property<?,T> property)
Get the min aggregation implementation for the specified property.
|
static <T extends Number & Comparable<T>> |
Aggregations.sum(Property<?,T> property)
Get the sum aggregation implementation for the specified property.
|
| Modifier and Type | Method and Description |
|---|---|
<E,R> GetScalar<E,R> |
Session.get(Aggregation<R> aggregation)
Returns
GetScalar for the specified Aggregation. |
Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.