| Package | Description |
|---|---|
| org.granite.client.tide.data |
| Modifier and Type | Method and Description |
|---|---|
static EntityManager.UpdateKind |
EntityManager.UpdateKind.forName(String kind) |
EntityManager.UpdateKind |
EntityManager.Update.getKind() |
static EntityManager.UpdateKind |
EntityManager.UpdateKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityManager.UpdateKind[] |
EntityManager.UpdateKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EntityManager.Update(EntityManager.UpdateKind kind,
Object entity) |