| Package | Description |
|---|---|
| org.eiichiro.acidhouse |
Acid House - NoSQL Killer Tune.
|
| org.eiichiro.acidhouse.metamodel |
Metamodel package for Typesafe command builder API and Aggregation API.
|
| Class and Description |
|---|
Aggregation
Aggregation is the base class of aggregation implementation. |
Command
Command is the root interface of Acid Houses' "Typesafe command
builder API". |
ComparableFilter.Operator
Operator represents the type of property comparison operator. |
Delete
Delete is a command interface to delete entities match to the
specified Filters in Acid House's transactional session. |
EntityExistsException
EntityExistsException is thrown by Session#put()
operation when the specified entity has already existed in the datastore. |
Filter
Filter qualifies the entities to which a Command is applied. |
GetList
GetList is a command interface to get entities match to the
specified Filters in the specified range ordered by the specified
sort orders. |
GetScalar
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. |
IndoubtException
IndoubtException is thrown by Session when it
detects the data is consistency broken (The situation that there are
committed operations and uncommitted operations in one transaction). |
Log
Log is a built-in object that represents the datastore operation and
the operation's state. |
Log.Operation
Operation is the type of datastore operation. |
Log.State
State is the state of datastore operation. |
Order
Order represents a sorting order for Acid Houses' typesafe "Command
builder API". |
Order.Direction
Direction represents a sorting direction. |
Transaction
Transaction represents a Session transaction. |
Update
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. |
| Update.Modification
Modification function applied to the property to be updated.
|
| Class and Description |
|---|
Filter
Filter qualifies the entities to which a Command is applied. |
Order
Order represents a sorting order for Acid Houses' typesafe "Command
builder API". |
Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.