| Package | Description |
|---|---|
| pl.decerto.hyperon.persistence.helper | |
| pl.decerto.hyperon.persistence.marshaller |
| Modifier and Type | Method and Description |
|---|---|
static BundleData |
BundleHelper.buildBundleData(BundleDef def,
LobData lob) |
static Bundle |
BundleHelper.merge(BundleDef def,
BundleHeader header,
LobData lob,
List<Tuple> tuples)
Reconstruct bundle from
- header fields [header]
- unmarshalled entity fragments [lob]
- unmarshalled root fragment [lob]
- refs [lob]
- database records [tuples]
|
| Modifier and Type | Method and Description |
|---|---|
LobData |
BundleMarshaller.decode(String json) |
LobData |
BundleMarshaller.getLobData(Bundle b)
Extract minimum information from bundle [b] needed to reconstruct it
when combined with database externalized columns.
|
LobData |
BundleMarshaller.unmarshall(String json) |
static LobData |
LobData.withoutRootLobData(List<ExpFragment> entities,
List<ExpRef> refs) |
Copyright © 2021. All rights reserved.