
public static interface OrientGraphFactory.OrientGraphImplFactory
| Modifier and Type | Method and Description |
|---|---|
OrientBaseGraph |
getGraph(ODatabaseDocumentTx database) |
OrientBaseGraph |
getGraph(ODatabaseDocumentTx database,
boolean autoCreateTx) |
OrientBaseGraph |
getGraph(ODatabaseDocumentTx 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(ODatabaseDocumentTx database)
OrientBaseGraph getGraph(ODatabaseDocumentTx database, String user, String password, OrientConfigurableGraph.Settings settings)
OrientBaseGraph getGraph(OPartitionedDatabasePool pool, OrientConfigurableGraph.Settings settings)
OrientBaseGraph getGraph(ODatabaseDocumentTx database, boolean autoCreateTx)
Copyright © 2009–2025 OrientDB. All rights reserved.