| Package | Description |
|---|---|
| pl.decerto.hyperon.persistence.actionqueue | |
| pl.decerto.hyperon.persistence.dynamic |
| Modifier and Type | Method and Description |
|---|---|
ActionQueue |
ActionQueuePreparer.prepare(Bundle current,
Bundle snapshot) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicDao.deleteTuples(String profileCode,
ActionQueue queue) |
void |
DynamicDao.insertHeader(ActionQueue queue)
insert bundle header row to bundle table:
- id, revision, created, json
- extra fields if any
|
void |
DynamicDao.insertTuples(String profileCode,
ActionQueue queue) |
void |
DynamicServiceImpl.persistBundle(String profileCode,
ActionQueue queue) |
void |
DynamicService.persistBundle(String profileCode,
ActionQueue queue) |
int |
DynamicDao.updateHeader(ActionQueue queue)
udpate ROOT
set revision = ?
|
void |
DynamicDao.updateTuples(String profileCode,
ActionQueue queue) |
Copyright © 2021. All rights reserved.