| Package | Description |
|---|---|
| org.eiichiro.acidhouse |
Acid House - NoSQL Killer Tune.
|
| Modifier and Type | Method and Description |
|---|---|
Update<E> |
Update.filter(Filter<?>... filters)
Qualifies entities to be updated with the specified
Filters. |
<T> Update<E> |
Update.set(Property<?,T> property,
T value)
Qualifies property and the value to be updated.
|
<T> Update<E> |
Update.set(Property<?,T> property,
Update.Modification<T> modification)
Qualifies property to be updated and the modification function.
|
<E> Update<E> |
Session.update(Metamodel<E> metamodel)
Returns
Update for the specified entity metamodel. |
Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.