| Package | Description |
|---|---|
| com.orientechnologies.orient.core.db.record |
| Modifier and Type | Method and Description |
|---|---|
OMultiValueChangeEvent.OChangeType |
OMultiValueChangeEvent.getChangeType() |
static OMultiValueChangeEvent.OChangeType |
OMultiValueChangeEvent.OChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMultiValueChangeEvent.OChangeType[] |
OMultiValueChangeEvent.OChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OMultiValueChangeEvent(OMultiValueChangeEvent.OChangeType changeType,
K key,
V value) |
OMultiValueChangeEvent(OMultiValueChangeEvent.OChangeType changeType,
K key,
V value,
V oldValue) |
OMultiValueChangeEvent(OMultiValueChangeEvent.OChangeType changeType,
K key,
V value,
V oldValue,
boolean changesOwnerContent) |
Copyright © 2009–2025 OrientDB. All rights reserved.