| Package | Description |
|---|---|
| org.eiichiro.acidhouse |
Acid House - NoSQL Killer Tune.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Delete<E>
Delete is a command interface to delete entities match to the
specified Filters in Acid House's transactional session. |
interface |
GetList<E>
GetList is a command interface to get entities match to the
specified Filters in the specified range ordered by the specified
sort orders. |
interface |
GetScalar<E,R>
GetScalar is a command interface to get the scalar value as the
result for aggregating of entity list matches to the specified
Filters and sorted by the specified sort orders. |
interface |
Update<E>
Update is a command interface to update properties of
Session entity matches to the specified Filters with the specified
value in Acid House's transactional session. |
Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.