Uses of Interface
com.orientechnologies.orient.core.db.ODatabase
Packages that use ODatabase
Package
Description
-
Uses of ODatabase in com.orientechnologies.orient.client.db
Methods in com.orientechnologies.orient.client.db with parameters of type ODatabaseModifier and TypeMethodDescriptionstatic voidODatabaseHelper.createDatabase(ODatabase database, String url) Deprecated.static voidODatabaseHelper.createDatabase(ODatabase database, String url, String type) Deprecated.static voidODatabaseHelper.createDatabase(ODatabase database, String url, String directory, String type) Deprecated.static voidODatabaseHelper.deleteDatabase(ODatabase database, String storageType) Deprecated.static voidODatabaseHelper.deleteDatabase(ODatabase database, String directory, String storageType) Deprecated.static voidODatabaseHelper.dropDatabase(ODatabase database, String storageType) Deprecated.static voidODatabaseHelper.dropDatabase(ODatabase database, String directory, String storageType) Deprecated.static booleanODatabaseHelper.existsDatabase(ODatabase database, String storageType) Deprecated.static voidODatabaseHelper.freezeDatabase(ODatabase database) Deprecated.static voidODatabaseHelper.openDatabase(ODatabase database) Deprecated.static voidODatabaseHelper.releaseDatabase(ODatabase database) Deprecated. -
Uses of ODatabase in com.orientechnologies.orient.client.remote
Classes in com.orientechnologies.orient.client.remote that implement ODatabaseModifier and TypeClassDescriptionclassCreated by tglman on 07/07/16. -
Uses of ODatabase in com.orientechnologies.orient.client.remote.db.document
Classes in com.orientechnologies.orient.client.remote.db.document that implement ODatabaseMethods in com.orientechnologies.orient.client.remote.db.document with type parameters of type ODatabaseModifier and TypeMethodDescription<DB extends ODatabase>
DBODatabaseDocumentRemote.create()<DB extends ODatabase>
DB<DB extends ODatabase>
DBODatabaseDocumentRemote.create(Map<OGlobalConfiguration, Object> iInitialSettings) <DB extends ODatabase>
DBDeprecated.<DB extends ODatabase>
DB<DB extends ODatabase>
DBODatabaseDocumentRemote.set(ODatabase.ATTRIBUTES iAttribute, Object iValue) <DB extends ODatabase>
DB -
Uses of ODatabase in com.orientechnologies.orient.core.command.script
Fields in com.orientechnologies.orient.core.command.script declared as ODatabaseMethods in com.orientechnologies.orient.core.command.script with type parameters of type ODatabaseModifier and TypeMethodDescription<THISDB extends ODatabase>
THISDBOScriptDocumentDatabaseWrapper.create()Deprecated.<THISDB extends ODatabase>
THISDBDeprecated.<THISDB extends ODatabase>
THISDBOScriptDocumentDatabaseWrapper.set(ODatabase.ATTRIBUTES attribute, Object iValue) Deprecated.<RET extends ODatabase<?>>
RETOScriptDocumentDatabaseWrapper.setMVCC(boolean iValue) Deprecated.<THISDB extends ODatabase>
THISDBOScriptDocumentDatabaseWrapper.setStatus(ODatabase.STATUS iStatus) Deprecated.Methods in com.orientechnologies.orient.core.command.script that return ODatabaseModifier and TypeMethodDescriptionOScriptDocumentDatabaseWrapper.begin()Deprecated.OScriptDocumentDatabaseWrapper.commit()Deprecated.Deprecated.OScriptDocumentDatabaseWrapper.rollback()Deprecated.ODatabase<?>OScriptDocumentDatabaseWrapper.setDatabaseOwner(ODatabaseInternal<?> iOwner) Deprecated.Methods in com.orientechnologies.orient.core.command.script with parameters of type ODatabaseModifier and TypeMethodDescriptionOScriptManager.getLibrary(ODatabase<?> db, String iLanguage) Formats the library of functions for a language.Constructors in com.orientechnologies.orient.core.command.script with parameters of type ODatabase -
Uses of ODatabase in com.orientechnologies.orient.core.db
Subinterfaces of ODatabase in com.orientechnologies.orient.core.dbModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceSession for database operations with a specific user.Classes in com.orientechnologies.orient.core.db that implement ODatabaseModifier and TypeClassDescriptionclassCreated by tglman on 07/07/16.classODatabaseWrapperAbstract<DB extends ODatabaseInternal,T> Methods in com.orientechnologies.orient.core.db with type parameters of type ODatabaseModifier and TypeMethodDescription<DB extends ODatabase>
DBODatabase.create()Deprecated.<DB extends ODatabase>
DBDeprecated.<DB extends ODatabase>
DBODatabase.create(Map<OGlobalConfiguration, Object> iInitialSettings) Deprecated.<THISDB extends ODatabase>
THISDBODatabaseWrapperAbstract.create()<THISDB extends ODatabase>
THISDB<THISDB extends ODatabase>
THISDBODatabaseWrapperAbstract.create(Map<OGlobalConfiguration, Object> iInitialSettings) <DB extends ODatabase>
DBODatabaseInternal.getUnderlying()Return the underlying database.<DBTYPE extends ODatabase>
DBTYPEODatabaseWrapperAbstract.getUnderlying()<DB extends ODatabase>
DBDeprecated.<DB extends ODatabase>
DBDeprecated.<THISDB extends ODatabase>
THISDB<THISDB extends ODatabase>
THISDB<DB extends ODatabase<?>>
DBODatabase.registerHook(ORecordHook iHookImpl) Registers a hook to listen all events for Records.<DB extends ODatabase<?>>
DBODatabase.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition) <DB extends ODatabase>
DBODatabase.set(ODatabase.ATTRIBUTES iAttribute, Object iValue) Sets a database attribute value<THISDB extends ODatabase>
THISDBODatabaseWrapperAbstract.set(ODatabase.ATTRIBUTES attribute, Object iValue) <DB extends ODatabase<?>>
DBODatabase.setConflictStrategy(ORecordConflictStrategy iResolver) Deprecated.<DB extends ODatabase<?>>
DBODatabase.setConflictStrategy(String iStrategyName) Deprecated.<DB extends ODatabase>
DB<DB extends ODatabase<?>>
DBODatabase.setMVCC(boolean iValue) Deprecated.<DB extends ODatabase>
DBODatabase.setStatus(ODatabase.STATUS iStatus) Deprecated.<THISDB extends ODatabase>
THISDBODatabaseWrapperAbstract.setStatus(ODatabase.STATUS iStatus) <DB extends ODatabase<?>>
DBODatabase.unregisterHook(ORecordHook iHookImpl) Unregisters a previously registered hook.Methods in com.orientechnologies.orient.core.db that return ODatabaseModifier and TypeMethodDescriptionODatabase.activateOnCurrentThread()Activate current database instance on current thread.ODatabaseWrapperAbstract.activateOnCurrentThread()ODatabase.begin()Begins a new transaction.ODatabase.begin(OTransaction iTx) Deprecated.ODatabase.begin(OTransaction.TXTYPE iStatus) Begins a new transaction specifying the transaction type.ODatabase.commit()Commits the current transaction.ODatabase.commit(boolean force) Deletes the entity with the received RID from the database.Deletes the entity with the received RID from the database.Deletes an entity from the database in synchronous mode.DistributedQueryContext.getDb()ODatabase.rollback()Aborts the current running transaction.ODatabase.rollback(boolean force) Methods in com.orientechnologies.orient.core.db with parameters of type ODatabaseModifier and TypeMethodDescriptionvoidODatabaseListener.onAfterTxCommit(ODatabase iDatabase) voidODatabaseListener.onAfterTxRollback(ODatabase iDatabase) voidODatabaseListener.onBeforeTxBegin(ODatabase iDatabase) voidODatabaseListener.onBeforeTxCommit(ODatabase iDatabase) voidODatabaseListener.onBeforeTxRollback(ODatabase iDatabase) voidvoiddefault voidODatabaseListener.onCommandEnd(ODatabase database, OResultSet resultSet) default voidODatabaseListener.onCommandStart(ODatabase database, OResultSet resultSet) default booleanODatabaseListener.onCorruptionRepairDatabase(ODatabase iDatabase, String iReason, String iWhatWillbeFixed) Deprecated.voidDeprecated.voiddefault voidODatabaseListener.onCreateClass(ODatabase iDatabase, OClass iClass) default voidODatabaseListener.onCreateView(ODatabase database, OView view) voidDeprecated.voiddefault voidODatabaseListener.onDropClass(ODatabase iDatabase, OClass iClass) default voidODatabaseListener.onDropView(ODatabase database, OView view) voidDeprecated.voidvoid -
Uses of ODatabase in com.orientechnologies.orient.core.db.document
Subinterfaces of ODatabase in com.orientechnologies.orient.core.db.documentModifier and TypeInterfaceDescriptioninterfaceGeneric interface for document based Database implementations.Classes in com.orientechnologies.orient.core.db.document that implement ODatabaseModifier and TypeClassDescriptionclassDocument API entrypoint.classCreated by tglman on 27/06/16.classDeprecated.classPooled wrapper to the ODatabaseDocumentTx class.Methods in com.orientechnologies.orient.core.db.document with type parameters of type ODatabaseModifier and TypeMethodDescription<DB extends ODatabase>
DBODatabaseDocumentEmbedded.create()<DB extends ODatabase>
DBCreates new database from database backup.<DB extends ODatabase>
DBODatabaseDocumentEmbedded.create(Map<OGlobalConfiguration, Object> iInitialSettings) <DB extends ODatabase>
DBODatabaseDocumentTx.create()Deprecated.<DB extends ODatabase>
DBDeprecated.<DB extends ODatabase>
DBODatabaseDocumentTx.create(Map<OGlobalConfiguration, Object> iInitialSettings) Deprecated.<DB extends ODatabase>
DB<DB extends ODatabase>
DBODatabaseDocumentAbstract.getUnderlying()This method is internal, it can be subject to signature change or be removed, do not use.<DB extends ODatabase>
DBODatabaseDocumentTx.getUnderlying()Deprecated.<DB extends ODatabase>
DBDeprecated.<DB extends ODatabase>
DB<DB extends ODatabase>
DBDeprecated.<DB extends ODatabase>
DBDeprecated.<DB extends ODatabase<?>>
DBODatabaseDocumentAbstract.registerHook(ORecordHook iHookImpl) Registers a hook to listen all events for Records.<DB extends ODatabase<?>>
DBODatabaseDocumentAbstract.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition) <DB extends ODatabase<?>>
DBODatabaseDocumentTx.registerHook(ORecordHook iHookImpl) Deprecated.<DB extends ODatabase<?>>
DBODatabaseDocumentTx.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition) Deprecated.<DB extends ODatabase>
DBODatabaseDocumentEmbedded.set(ODatabase.ATTRIBUTES iAttribute, Object iValue) <DB extends ODatabase>
DBODatabaseDocumentTx.set(ODatabase.ATTRIBUTES iAttribute, Object iValue) Deprecated.<DB extends ODatabase<?>>
DBODatabaseDocumentTx.setConflictStrategy(ORecordConflictStrategy iResolver) Deprecated.<DB extends ODatabase<?>>
DBODatabaseDocumentTx.setConflictStrategy(String iStrategyName) Deprecated.<DB extends ODatabase>
DB<DB extends ODatabase>
DBDeprecated.<DB extends ODatabase<?>>
DBODatabaseDocumentAbstract.setMVCC(boolean mvcc) Enables or disables the Multi-Version Concurrency Control.<DB extends ODatabase<?>>
DBODatabaseDocumentTx.setMVCC(boolean iValue) Deprecated.<DB extends ODatabase>
DBODatabaseDocumentAbstract.setStatus(ODatabase.STATUS status) Set the current status of database.<DB extends ODatabase>
DBODatabaseDocumentTx.setStatus(ODatabase.STATUS iStatus) Deprecated.<DB extends ODatabase<?>>
DBODatabaseDocumentAbstract.unregisterHook(ORecordHook iHookImpl) Unregisters a previously registered hook.<DB extends ODatabase<?>>
DBODatabaseDocumentTx.unregisterHook(ORecordHook iHookImpl) Deprecated.Methods in com.orientechnologies.orient.core.db.document that return ODatabaseModifier and TypeMethodDescriptionODatabaseDocumentTx.activateOnCurrentThread()Deprecated.ODatabaseDocumentTx.begin()Deprecated.ODatabaseDocumentTx.begin(OTransaction iTx) Deprecated.ODatabaseDocumentTx.begin(OTransaction.TXTYPE iStatus) Deprecated.ODatabaseDocumentAbstract.commit()Commits the current transaction.ODatabaseDocumentTx.commit()Deprecated.ODatabaseDocumentTx.commit(boolean force) Deprecated.Deletes the record checking the version.Deprecated.Deprecated.Deprecated.ODatabaseDocumentAbstract.rollback()Aborts the current running transaction.ODatabaseDocumentTx.rollback()Deprecated.ODatabaseDocumentTx.rollback(boolean force) Deprecated. -
Uses of ODatabase in com.orientechnologies.orient.core.db.object
Subinterfaces of ODatabase in com.orientechnologies.orient.core.db.objectModifier and TypeInterfaceDescriptioninterfaceGeneric interface for object based Database implementations.Methods in com.orientechnologies.orient.core.db.object that return ODatabase -
Uses of ODatabase in com.orientechnologies.orient.core.query.live
Methods in com.orientechnologies.orient.core.query.live with parameters of type ODatabaseModifier and TypeMethodDescriptionstatic voidOLiveQueryHook.notifyForTxChanges(ODatabase iDatabase) static voidOLiveQueryHook.removePendingDatabaseOps(ODatabase iDatabase) -
Uses of ODatabase in com.orientechnologies.orient.core.serialization.serializer.record.string
Methods in com.orientechnologies.orient.core.serialization.serializer.record.string with parameters of type ODatabaseModifier and TypeMethodDescriptionORecordSerializerCSVAbstract.embeddedCollectionToStream(ODatabase<?> iDatabase, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty, boolean iSet) voidORecordSerializerCSVAbstract.embeddedMapToStream(ODatabase<?> iDatabase, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty) -
Uses of ODatabase in com.orientechnologies.orient.object.db
Classes in com.orientechnologies.orient.object.db that implement ODatabaseModifier and TypeClassDescriptionclassObject Database instance.classPooled wrapper to the OObjectDatabaseTx class.Methods in com.orientechnologies.orient.object.db with type parameters of type ODatabaseModifier and TypeMethodDescription<DBTYPE extends ODatabase>
DBTYPEOObjectDatabaseTx.checkSecurity(ORule.ResourceGeneric iResource, int iOperation, Object iResourceSpecific) <DBTYPE extends ODatabase>
DBTYPEOObjectDatabaseTx.checkSecurity(ORule.ResourceGeneric iResource, int iOperation, Object... iResourcesSpecific) <DBTYPE extends ODatabase>
DBTYPEOObjectDatabaseTx.checkSecurity(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, byte iOperation) <THISDB extends ODatabase>
THISDB<THISDB extends ODatabase>
THISDB<THISDB extends ODatabase>
THISDB<DBTYPE extends ODatabase<?>>
DBTYPEOObjectDatabaseTx.registerHook(ORecordHook iHookImpl) <DBTYPE extends ODatabase<?>>
DBTYPEOObjectDatabaseTx.registerHook(ORecordHook iHookImpl, ORecordHook.HOOK_POSITION iPosition) <DBTYPE extends ODatabase<?>>
DBTYPEOObjectDatabaseTx.setMVCC(boolean iMvcc) Deprecated.<DBTYPE extends ODatabase<?>>
DBTYPEOObjectDatabaseTx.unregisterHook(ORecordHook iHookImpl) -
Uses of ODatabase in com.orientechnologies.orient.object.enhancement.field
Methods in com.orientechnologies.orient.object.enhancement.field with parameters of type ODatabaseModifier and TypeMethodDescriptionstatic final ODocumentFieldHandlingStrategyODocumentFieldHandler.getStrategy(ODatabase<?> database) -
Uses of ODatabase in com.orientechnologies.orient.object.serialization
Methods in com.orientechnologies.orient.object.serialization with parameters of type ODatabaseModifier and TypeMethodDescriptionvoidOObjectSerializerContext.bind(OObjectSerializer serializer, ODatabase database) -
Uses of ODatabase in com.orientechnologies.orient.server.distributed.impl
Classes in com.orientechnologies.orient.server.distributed.impl that implement ODatabaseModifier and TypeClassDescriptionclassCreated by tglman on 30/03/17.classCreated by tglman on 30/03/17. -
Uses of ODatabase in com.orientechnologies.orient.stresstest
Methods in com.orientechnologies.orient.stresstest that return ODatabaseModifier and TypeMethodDescriptionstatic ODatabaseODatabaseUtils.openDatabase(ODatabaseIdentifier databaseIdentifier, OStorageRemote.CONNECTION_STRATEGY connectionStrategy) Deprecated. -
Uses of ODatabase in com.orientechnologies.orient.stresstest.workload
Methods in com.orientechnologies.orient.stresstest.workload that return ODatabaseModifier and TypeMethodDescriptionOBaseDocumentWorkload.OWorkLoadContext.getDb()protected ODatabaseOBaseDocumentWorkload.getDocumentDatabase(ODatabaseIdentifier databaseIdentifier, OStorageRemote.CONNECTION_STRATEGY connectionStrategy) Methods in com.orientechnologies.orient.stresstest.workload with parameters of type ODatabaseModifier and TypeMethodDescriptionvoidOCRUDWorkload.deleteOperation(ODatabase database, OIdentifiable rec) voidOCRUDWorkload.readOperation(ODatabase database, long n) voidOCRUDWorkload.scanOperation(ODatabase database) voidOCRUDWorkload.updateOperation(ODatabase database, OIdentifiable rec) -
Uses of ODatabase in com.orientechnologies.security.auditing
Methods in com.orientechnologies.security.auditing with parameters of type ODatabaseModifier and TypeMethodDescriptionvoidOAuditingHook.onAfterTxCommit(ODatabase iDatabase) voidOAuditingHook.onAfterTxRollback(ODatabase iDatabase) voidOAuditingHook.onBeforeTxBegin(ODatabase iDatabase) voidOAuditingHook.onBeforeTxCommit(ODatabase iDatabase) voidOAuditingHook.onBeforeTxRollback(ODatabase iDatabase) voidbooleanOAuditingHook.onCorruptionRepairDatabase(ODatabase iDatabase, String iReason, String iWhatWillbeFixed) voidvoidvoid