| Package | Description |
|---|---|
| pl.decerto.hyperon.persistence.context | |
| pl.decerto.hyperon.persistence.model.value | |
| pl.decerto.hyperon.persistence.proxy |
| Constructor and Description |
|---|
AppCtxCollection(CollectionProperty collection,
AppCtx parent) |
BundleCollectionAdapter(CollectionProperty collection) |
| Modifier and Type | Method and Description |
|---|---|
CollectionProperty |
CollectionProperty.add(int index,
Property property)
Attach given
property at provided index. |
CollectionProperty |
CollectionProperty.add(int index,
Property property,
boolean checkRef)
Attach given
property at provided index. |
CollectionProperty |
CollectionProperty.add(Property... properties)
Adds multiple properties in given order using
add(Property). |
CollectionProperty |
CollectionProperty.add(Property property)
Attach given
property at the end. |
CollectionProperty |
CollectionProperty.add(Property property,
boolean checkRef)
Attach given
property at the end. |
CollectionProperty |
Property.asCollection() |
CollectionProperty |
Handle.asCollection() |
CollectionProperty |
Property.getCollection(String path)
Find collection property based on given
path within this property subtree. |
CollectionProperty |
Handle.getCollection(String path)
Find collection property based on given
path within this property subtree. |
CollectionProperty |
CollectionProperty.set(int index,
Property property)
Attach given
property at provided index. |
| Modifier and Type | Method and Description |
|---|---|
CollectionProperty |
HyperonEntityList.unproxy() |
Copyright © 2021. All rights reserved.