| Package | Description |
|---|---|
| org.granite.tide.data |
| Modifier and Type | Field and Description |
|---|---|
DataContext.EntityUpdateType |
DataContext.EntityUpdate.type |
| Modifier and Type | Method and Description |
|---|---|
static DataContext.EntityUpdateType |
DataContext.EntityUpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataContext.EntityUpdateType[] |
DataContext.EntityUpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DataContext.addUpdate(DataContext.EntityUpdateType type,
Object entity) |
static void |
DataContext.addUpdate(DataContext.EntityUpdateType type,
Object entity,
int priority) |
| Constructor and Description |
|---|
DataContext.EntityUpdate(DataContext.EntityUpdateType type,
Object entity,
int priority) |