| Modifier and Type | Method and Description |
|---|---|
EntityProperty |
BundleData.findEntityProperty(long ownerId,
EntityType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityProperty> |
BundleData.findCollectionElements(long ownerId,
String collectionName) |
Map<Long,EntityProperty> |
BundleData.getPropMap() |
Map<Long,EntityProperty> |
BundleData.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleData.add(EntityProperty prop) |
| Modifier and Type | Class and Description |
|---|---|
class |
Bundle
This is main class, that developer can interact with using hyperon persistence engine.
|
| Modifier and Type | Method and Description |
|---|---|
EntityProperty |
EntityProperty.add(String name,
Property prop)
Adds given
property under provided name. |
EntityProperty |
Property.asEntity() |
EntityProperty |
Handle.asEntity() |
EntityProperty |
RefProperty.asEntity() |
EntityProperty |
Property.getEntity(String path)
Find entity property based on given
path within this property subtree. |
EntityProperty |
Property.getParent()
Gets owning(parent) entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Property.setParent(EntityProperty parent)
Sets parent(owner).
|
| Modifier and Type | Method and Description |
|---|---|
EntityProperty |
HyperonEntity.unproxy() |
| Modifier and Type | Method and Description |
|---|---|
EntityProperty |
SyncData.getEntity(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityProperty> |
SyncData.getEntities()
all entities
|
List<EntityProperty> |
SyncActions.getToDelete()
entities to delete
|
List<EntityProperty> |
SyncActions.getToInsert()
entities to insert
|
List<EntityProperty> |
SyncActions.getToUpdate()
entities to update [next value]
|
List<EntityProperty> |
SyncActions.getToUpdatePrev()
entities to update [prev value]
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BundleSynchronizer.eq(EntityProperty p1,
EntityProperty p2) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityProperty> |
BundleDiff.getEntitiesToDelete() |
List<EntityProperty> |
BundleDiff.getEntitiesToInsert() |
Copyright © 2021. All rights reserved.