| Package | Description |
|---|---|
| org.tentackle.persist |
Persistence layer implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ModificationLog.ReplayState |
ModificationLog.replay(ModificationLog.ReplayState state,
List<? extends ModificationLog> modList,
boolean copyLog,
Db toDb)
Replays a list of modlogs within a single transaction.
It will also create new txId if the modlogs are copied. |
| Modifier and Type | Method and Description |
|---|---|
ModificationLog.ReplayState |
ModificationLog.replay(ModificationLog.ReplayState state,
List<? extends ModificationLog> modList,
boolean copyLog,
Db toDb)
Replays a list of modlogs within a single transaction.
It will also create new txId if the modlogs are copied. |
Copyright © 2016 Krake Softwaretechnik. All rights reserved.