| Package | Description |
|---|---|
| pl.decerto.hyperon.persistence.model.def | |
| pl.decerto.hyperon.persistence.sync.diff |
| Modifier and Type | Method and Description |
|---|---|
PropertyDef |
PropertyDef.getComponentDef() |
PropertyDef |
EntityType.getProp(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyDef> |
EntityType.getProps() |
| Modifier and Type | Method and Description |
|---|---|
BundleDef |
BundleDef.add(String propertyName,
PropertyDef prop) |
EntityType |
EntityType.add(String propertyName,
PropertyDef prop) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDef |
ValueDiff.getDef() |
| 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.