| Package | Description |
|---|---|
| pl.decerto.hyperon.persistence.helper | |
| pl.decerto.hyperon.persistence.model.value |
| Modifier and Type | Method and Description |
|---|---|
default void |
PropertyVisitor.visit(Property p,
ElementType type)
method to visit whole subtree starting from given property.
|
void |
PropertyVisitor.visit(Property p,
String path,
ElementType type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ElementType |
Handle.getElementType()
Gets associated element type, based on property implementation.
|
ElementType |
RefProperty.getElementType() |
ElementType |
CollectionProperty.getElementType() |
ElementType |
ValueProperty.getElementType() |
ElementType |
EntityProperty.getElementType() |
static ElementType |
ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementType[] |
ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityScanner.visit(Property p,
ElementType type) |
void |
IdentityScanner.visit(Property p,
String path,
ElementType type) |
Copyright © 2021. All rights reserved.