| Package | Description |
|---|---|
| pl.decerto.hyperon.persistence.model.value | |
| pl.decerto.hyperon.persistence.sync | |
| pl.decerto.hyperon.persistence.sync.diff |
| Modifier and Type | Method and Description |
|---|---|
ValueProperty |
Property.asValue() |
ValueProperty |
Handle.asValue() |
ValueProperty |
EntityProperty.getValue(String name)
Gets
ValueProperty based on given name. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BundleSynchronizer.diff(ValueProperty v1,
ValueProperty v2) |
boolean |
BundleSynchronizer.eq(ValueProperty v1,
ValueProperty v2) |
| Modifier and Type | Method and Description |
|---|---|
ValueProperty |
ValueDiff.getNext() |
ValueProperty |
ValueDiff.getPrev() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityDiff.addValueDiff(PropertyDef propDef,
String propName,
ValueProperty v1,
ValueProperty v2) |
| Constructor and Description |
|---|
ValueDiff(PropertyDef def,
String name,
ValueProperty prev,
ValueProperty next) |
Copyright © 2021. All rights reserved.