Aggregation is the base class of aggregation implementation.Aggregation instance for the specified property.Aggregations has some factory methods to provide useful
Aggregation instances.Command is the root interface of Acid Houses' "Typesafe command
builder API".ComparableFilter is a Filter implementation to do filtering
comparable property values (Make sure these property value types implements
Comparable).ComparableFilter instance with the specified
ComparableProperty, property value and operator type.Operator represents the type of property comparison operator.ComparableProperty is a Property extension represents a
comparable property.ComparableProperty instance with the specified
Metamodel instance which has this metamodel property, property
type and property name.ComparableProperty instance with the specified
Property instance which has this metamodel property, property
type and property name.Coordinator is a transaction coordinator for "Two-phase commit protocol".Delete is a command interface to delete entities match to the
specified Filters in Acid House's transactional session.Delete for the specified entity metamodel.@Embedded is a marker annotation to tell Acid House that the
annotated class is an embedded value type.EmbeddedProperty represents a metamodel of Embedded value
entity property.EmbeddedProperty instance with the specified
Metamodel, property type and property name.Entities is a utility class to provide convenient methods for
Acid House entity.@Entity is a marker annotation to tell Acid House that the annotated
class is an entity class to be managed by Acid House.EntityExistsException is thrown by Session#put()
operation when the specified entity has already existed in the datastore.Filter to indicate whether this property is equal to
the specified value or not (==).Filters.Filter qualifies the entities to which a Command is applied.Filters.Filters.Filters.Class corresponding to the
specified id in the current transaction.Class corresponding to
the specified id.GetList for the specified entity metamodel.GetScalar for the specified Aggregation.GetList is a command interface to get entities match to the
specified Filters in the specified range ordered by the specified
sort orders.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.Filter to indicate whether this property is greater
than the specified value or not (>).Filter to indicate whether this property is greater
than or equal to the specified value or not (>=).true if this metamodel instance has a child
metamodel.Filter to indicate whether this property is contained
in the specified value or not (IN(...)).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).IndoubtException instance with the specified
cause, transaction id and logs.InFilter is a Filter implementation to do filtering the
property which matches to any of the specified values (This is well-known as
SQL 'IN' predicate).InFilter instance with the specified
ComparableProperty instance and values.InFilter instance with the specified
ComparableProperty instance and values.@Key is a marker annotation to tell Acid House that the annotated
field is used as the key to get the corresponding entity instance from
the datastore.Filter to indicate whether this property is less than
the specified value or not (<).Filter to indicate whether this property is less than
or equal to the specified value or not (<=).Lock is a built-in object which represents that a datastore entity
is locked by the ResourceManager.Lock entity with the specified lock id,
the transaction id which allocates this lock and the timestamp when this
lock is allocated.Log is a built-in object that represents the datastore operation and
the operation's state.Log instance with the specified operation
sequence in session, operation type and the entity which this operation
is applied to.Operation is the type of datastore operation.State is the state of datastore operation.Main is a command line interface to print the information about this
Acid House build.ComparableFilter.Filter or
not.InFilter or not.Metamodel represents the metamodel of Acid House entity.Metamodel instance with the specified entity
type.Metamodel instance with the specified entity
type, parent metamodel and metamodel name.Metamodel instance corresponding to the specified entity
class.Metamodel instance which has this metamodel
property.Metamodels provides some Metamodel control methods.Filter to indicate whether this property is not equal
to the specified value or not (!=, <>).ComparableFilter does filtering.Order represents a sorting order for Acid Houses' typesafe "Command
builder API".Order instance with the specified
ComparableProperty and sorting direction.Direction represents a sorting direction.Property instance which has this metamodel
property.String path representation to this property.ComparableFilter does filtering.Property this Filter is applied to.Property is the metamodel of Acid House entity's property.Property instance with the specified
Metamodel, property type and property name.Property instance with the specified
EmbeddedProperty, property type and property name.ComparableProperty to be sorted.Reference is a built-in entity that represents an entity reference
(referential property).Reference with the specified entity id being
referenced.Referential is a marker annotation to represent the annotated field
is referential property (References the "Master" entity as read-only).ResourceManager manages an entity instance, datastore connection
corresponding to the entity and its transactional state.Session is the central client-interfaced object to control
NoSQL datastore on Acid House and represents interactive session between
client and NoSQL datastore.Aggregation#aggregate(java.util.List) method is sorted.String representation of this operator.String representation of this instance.String representation of this instance.Transaction represents a Session transaction.Transient represents the annotated property is not persistent in the
datastore.Update for the specified entity metamodel.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.ComparableFilter does filtering.Version represents the serial version for this Acid House build.Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.