| Modifier and Type | Method and Description |
|---|---|
Map<ORecordHook,ORecordHook.HOOK_POSITION> |
ODatabase.getHooks()
Retrieves all the registered hooks.
|
| Modifier and Type | Method and Description |
|---|---|
<DB extends ODatabase<?>> |
ODatabase.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition) |
| Modifier and Type | Method and Description |
|---|---|
Map<ORecordHook,ORecordHook.HOOK_POSITION> |
ODatabaseDocumentTx.getHooks()
Retrieves all the registered hooks.
|
| Modifier and Type | Method and Description |
|---|---|
<DB extends ODatabase<?>> |
ODatabaseDocumentTx.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition) |
| Modifier and Type | Method and Description |
|---|---|
static ORecordHook.HOOK_POSITION |
ORecordHook.HOOK_POSITION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ORecordHook.HOOK_POSITION[] |
ORecordHook.HOOK_POSITION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ORecordHook,ORecordHook.HOOK_POSITION> |
ODatabasePojoAbstract.getHooks() |
| Modifier and Type | Method and Description |
|---|---|
<DBTYPE extends ODatabase<?>> |
ODatabasePojoAbstract.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition) |
Copyright © 2009–2025 OrientDB. All rights reserved.