public class Transaction extends Object
| Modifier | Constructor and Description |
|---|---|
|
Transaction() |
protected |
Transaction(fj.data.List<Command> commands) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
add(Id entity,
String attribute,
Id ref) |
Transaction |
add(Id entity,
String action,
String value) |
Transaction |
and(Command command) |
Iterable<Command> |
commands() |
Transaction |
inc(Id entity,
String attribute) |
Transaction |
remove(Id entity,
String attribute,
Id ref) |
Transaction |
remove(Id entity,
String action,
String value) |
Transaction |
set(Id entity,
String attribute,
Id ref) |
Transaction |
set(Id entity,
String action,
String value) |
String |
toString() |
public Transaction()
protected Transaction(fj.data.List<Command> commands)
public Transaction and(Command command)
public Transaction set(Id entity, String action, String value)
public Transaction set(Id entity, String attribute, Id ref)
public Transaction add(Id entity, String action, String value)
public Transaction add(Id entity, String attribute, Id ref)
public Transaction remove(Id entity, String action, String value)
public Transaction remove(Id entity, String attribute, Id ref)
public Transaction inc(Id entity, String attribute)
Copyright © 2013. All Rights Reserved.