
public interface ORecordHook
ORecordHookAbstract| Modifier and Type | Interface and Description |
|---|---|
static class |
ORecordHook.DISTRIBUTED_EXECUTION_MODE |
static class |
ORecordHook.HOOK_POSITION |
static class |
ORecordHook.RESULT |
static class |
ORecordHook.SCOPE
Defines available scopes for scoped hooks.
|
static interface |
ORecordHook.Scoped
Defines the contract of scoped hooks, extends the
ORecordHook with scopes support. |
static class |
ORecordHook.TYPE |
| Modifier and Type | Method and Description |
|---|---|
ORecordHook.DISTRIBUTED_EXECUTION_MODE |
getDistributedExecutionMode() |
ORecordHook.RESULT |
onTrigger(ORecordHook.TYPE iType,
ORecord iRecord) |
void |
onUnregister() |
void onUnregister()
ORecordHook.RESULT onTrigger(ORecordHook.TYPE iType, ORecord iRecord)
ORecordHook.DISTRIBUTED_EXECUTION_MODE getDistributedExecutionMode()
Copyright © 2009–2025 OrientDB. All rights reserved.