| Package | Description |
|---|---|
| org.granite.client.tide.data |
| Modifier and Type | Method and Description |
|---|---|
static EntityManager.UpdateKind |
EntityManager.UpdateKind.forName(java.lang.String kind) |
EntityManager.UpdateKind |
EntityManager.Update.getKind() |
static EntityManager.UpdateKind |
EntityManager.UpdateKind.valueOf(java.lang.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,
java.lang.Object entity) |