Uses of Class
com.orientechnologies.orient.core.db.OrientDBEmbedded
Packages that use OrientDBEmbedded
Package
Description
Core package.
-
Uses of OrientDBEmbedded in com.orientechnologies.orient.core
Methods in com.orientechnologies.orient.core with parameters of type OrientDBEmbeddedModifier and TypeMethodDescriptionvoidOrient.onEmbeddedFactoryClose(OrientDBEmbedded embeddedFactory) voidOrient.onEmbeddedFactoryInit(OrientDBEmbedded embeddedFactory) -
Uses of OrientDBEmbedded in com.orientechnologies.orient.core.command
Methods in com.orientechnologies.orient.core.command with parameters of type OrientDBEmbeddedModifier and TypeMethodDescriptionvoidOScriptExecutorRegister.registerExecutor(OrientDBEmbedded ctx, OScriptManager scriptManager) -
Uses of OrientDBEmbedded in com.orientechnologies.orient.core.command.script
Constructors in com.orientechnologies.orient.core.command.script with parameters of type OrientDBEmbedded -
Uses of OrientDBEmbedded in com.orientechnologies.orient.core.command.script.nashorn
Methods in com.orientechnologies.orient.core.command.script.nashorn with parameters of type OrientDBEmbeddedModifier and TypeMethodDescriptionvoidONashornScriptExecutorRegister.registerExecutor(OrientDBEmbedded ctx, OScriptManager scriptManager) Constructors in com.orientechnologies.orient.core.command.script.nashorn with parameters of type OrientDBEmbeddedModifierConstructorDescriptionONashornScriptExecutor(String language, OrientDBEmbedded context, OScriptManager scriptManager, org.openjdk.nashorn.api.scripting.NashornScriptEngineFactory factory) -
Uses of OrientDBEmbedded in com.orientechnologies.orient.core.command.script.polyglot
Methods in com.orientechnologies.orient.core.command.script.polyglot with parameters of type OrientDBEmbeddedModifier and TypeMethodDescriptionvoidOPolyglotScriptExecutorRegister.registerExecutor(OrientDBEmbedded ctx, OScriptManager scriptManager) Constructors in com.orientechnologies.orient.core.command.script.polyglot with parameters of type OrientDBEmbeddedModifierConstructorDescriptionOPolyglotScriptExecutor(OrientDBEmbedded context, OScriptManager scriptManager, String language, OScriptTransformer scriptTransformer) -
Uses of OrientDBEmbedded in com.orientechnologies.orient.core.db
Constructors in com.orientechnologies.orient.core.db with parameters of type OrientDBEmbeddedModifierConstructorDescriptionOSharedContextEmbedded(OStorage storage, OrientDBEmbedded orientDB) -
Uses of OrientDBEmbedded in com.orientechnologies.orient.distributed.db
Subclasses of OrientDBEmbedded in com.orientechnologies.orient.distributed.db -
Uses of OrientDBEmbedded in org.apache.tinkerpop.gremlin.orientdb.executor
Methods in org.apache.tinkerpop.gremlin.orientdb.executor with parameters of type OrientDBEmbeddedModifier and TypeMethodDescriptionvoidOGremlinExecutorRegister.registerExecutor(OrientDBEmbedded ctx, OScriptManager scriptManager)