public static interface OrientGraphFactory.OrientGraphImplFactory
Modifier and Type | Method and Description |
---|---|
OrientBaseGraph |
getGraph(ODatabaseDocumentInternal database) |
OrientBaseGraph |
getGraph(ODatabaseDocumentInternal database,
boolean autoCreateTx) |
OrientBaseGraph |
getGraph(ODatabaseDocumentInternal database,
String user,
String password,
OrientConfigurableGraph.Settings settings) |
OrientBaseGraph |
getGraph(OPartitionedDatabasePool pool,
OrientConfigurableGraph.Settings settings) |
OrientBaseGraph |
getGraph(String url) |
OrientBaseGraph |
getGraph(String url,
String user,
String password) |
OrientBaseGraph getGraph(String url)
OrientBaseGraph getGraph(String url, String user, String password)
OrientBaseGraph getGraph(ODatabaseDocumentInternal database)
OrientBaseGraph getGraph(ODatabaseDocumentInternal database, String user, String password, OrientConfigurableGraph.Settings settings)
OrientBaseGraph getGraph(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings settings)
OrientBaseGraph getGraph(ODatabaseDocumentInternal database, boolean autoCreateTx)
Copyright © 2009–2020 OrientDB. All rights reserved.