Uses of Enum Class
com.orientechnologies.orient.core.hook.ORecordHook.HOOK_POSITION
Packages that use ORecordHook.HOOK_POSITION
Package
Description
-
Uses of ORecordHook.HOOK_POSITION in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return types with arguments of type ORecordHook.HOOK_POSITIONMethods in com.orientechnologies.orient.core.db with parameters of type ORecordHook.HOOK_POSITIONModifier and TypeMethodDescription<DB extends ODatabase<?>>
DBODatabase.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition) -
Uses of ORecordHook.HOOK_POSITION in com.orientechnologies.orient.core.db.document
Fields in com.orientechnologies.orient.core.db.document with type parameters of type ORecordHook.HOOK_POSITIONModifier and TypeFieldDescriptionprotected final Map<ORecordHook, ORecordHook.HOOK_POSITION> ODatabaseDocumentAbstract.hooksprotected Map<ORecordHook, ORecordHook.HOOK_POSITION> ODatabaseDocumentAbstract.unmodifiableHooksMethods in com.orientechnologies.orient.core.db.document that return types with arguments of type ORecordHook.HOOK_POSITIONModifier and TypeMethodDescriptionODatabaseDocumentAbstract.getHooks()Retrieves all the registered hooks.Methods in com.orientechnologies.orient.core.db.document with parameters of type ORecordHook.HOOK_POSITIONModifier and TypeMethodDescription<DB extends ODatabase<?>>
DBODatabaseDocumentAbstract.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition) -
Uses of ORecordHook.HOOK_POSITION in com.orientechnologies.orient.core.hook
Methods in com.orientechnologies.orient.core.hook that return ORecordHook.HOOK_POSITIONModifier and TypeMethodDescriptionstatic ORecordHook.HOOK_POSITIONReturns the enum constant of this class with the specified name.static ORecordHook.HOOK_POSITION[]ORecordHook.HOOK_POSITION.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ORecordHook.HOOK_POSITION in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db that return types with arguments of type ORecordHook.HOOK_POSITIONMethods in com.orientechnologies.orient.object.db with parameters of type ORecordHook.HOOK_POSITIONModifier and TypeMethodDescription<DBTYPE extends ODatabase<?>>
DBTYPEOObjectDatabaseTx.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition)