| Package | Description |
|---|---|
| net.avh4.data.datum.peer.java | |
| net.avh4.data.datum.primitives | |
| net.avh4.data.datum.transact | |
| net.avh4.data.datum.transact.commands |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DirectAccess.get(DatumStore store,
Class<T> documentClass,
Id entityId) |
<T> T |
DatabaseImpl.get(DatumStore store,
Class<T> documentClass,
Id entityId) |
| Modifier and Type | Class and Description |
|---|---|
class |
KnownId |
class |
TempId |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Transaction.add(Id entity,
String attribute,
Id ref) |
Transaction |
Transaction.add(Id entity,
String action,
String value) |
Transaction |
Transaction.inc(Id entity,
String attribute) |
Transaction |
Transaction.remove(Id entity,
String attribute,
Id ref) |
Transaction |
Transaction.remove(Id entity,
String action,
String value) |
Transaction |
Transaction.set(Id entity,
String attribute,
Id ref) |
Transaction |
Transaction.set(Id entity,
String action,
String value) |
| Constructor and Description |
|---|
Add(Id entity,
String action,
String value) |
AddRef(Id entity,
String action,
Id ref) |
Increment(Id entity,
String action) |
Remove(Id entity,
String action,
String value) |
RemoveRef(Id entity,
String action,
Id ref) |
Set(Id entity,
String action,
String value) |
SetRef(Id entity,
String action,
Id ref) |
Copyright © 2013. All Rights Reserved.