| Package | Description |
|---|---|
| com.breeze.save |
| Modifier and Type | Field and Description |
|---|---|
EntityState |
EntityInfo.entityState |
| Modifier and Type | Method and Description |
|---|---|
static EntityState |
EntityState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityState[] |
EntityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EntityInfo |
SaveWorkState.addEntity(java.lang.Object entity,
EntityState entityState)
Schedule an additional entity to be saved.
|