| Modifier and Type | Class and Description |
|---|---|
class |
OCommandCacheHook
Hook that takes care to invalidate query cache as soon any change happen on database.
|
| 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)
Registers a hook to listen all events for Records.
|
<DB extends ODatabase<?>> |
ODatabase.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition) |
<DB extends ODatabase<?>> |
ODatabase.unregisterHook(ORecordHook iHookImpl)
Unregisters a previously registered hook.
|
| 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)
Registers a hook to listen all events for Records.
|
<DB extends ODatabase<?>> |
ODatabaseDocumentTx.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition) |
<DB extends ODatabase<?>> |
ODatabaseDocumentTx.unregisterHook(ORecordHook iHookImpl)
Unregisters a previously registered hook.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OClassTrigger
Author : henryzhao81@gmail.com Feb 19, 2013
Create a class OTriggered which contains 8 additional class attributes, which link to OFunction - beforeCreate - afterCreate -
beforeRead - afterRead - beforeUpdate - afterUpdate - beforeDelete - afterDelete
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ORecordHook.Scoped
Defines the contract of scoped hooks, extends the
ORecordHook with scopes support. |
| Modifier and Type | Class and Description |
|---|---|
class |
ODocumentHookAbstract
Hook abstract class that calls separate methods for ODocument records.
|
class |
ORecordHookAbstract
Hook abstract class that calls separate methods for each hook defined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassIndexManagerRemote
Created by tglman on 29/04/16.
|
class |
OClassIndexManager
Handles indexing when records change.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OFunctionTrigger
Update the in-memory function library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ORestrictedAccessHook
Checks the access against restricted resources.
|
class |
OSecurityTrackerHook |
class |
OUserTrigger
Encrypt the password using the SHA-256 algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSequenceTrigger
Update the in-memory function library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OLiveQueryHook
Created by luigidellaquila on 16/03/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSchedulerTrigger
Keeps synchronized the scheduled events in memory.
|
| 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) |
<DBTYPE extends ODatabase<?>> |
ODatabasePojoAbstract.registerHook(ORecordHook iHookImpl,
ORecordHook.HOOK_POSITION iPosition) |
<DBTYPE extends ODatabase<?>> |
ODatabasePojoAbstract.unregisterHook(ORecordHook iHookImpl) |
Copyright © 2009–2025 OrientDB. All rights reserved.