| Package | Description |
|---|---|
| com.breeze.hib | |
| com.breeze.save | |
| com.breeze.webserver |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HibernateSaveProcessor.refreshFromSession(SaveWorkState saveWorkState)
Refresh the entities from the database.
|
protected void |
HibernateSaveProcessor.saveChangesCore(SaveWorkState saveWorkState)
Persist the changes to the entities in the SaveWorkState that is passed in.
|
| Modifier and Type | Method and Description |
|---|---|
SaveResult |
SaveProcessor.saveChanges(SaveWorkState saveWorkState)
Persist the changes to the entities in the SaveWorkState that is passed in.
|
protected abstract void |
SaveProcessor.saveChangesCore(SaveWorkState saveWorkState)
Core method to save the changes to the database.
|
| Modifier and Type | Method and Description |
|---|---|
protected SaveWorkState |
BreezeControllerServlet.createSaveWorkState(java.util.Map saveBundle) |
| Modifier and Type | Method and Description |
|---|---|
protected SaveResult |
BreezeControllerServlet.saveChanges(SaveWorkState saveWorkState) |