public class InMemoryDBAccess extends AbstractEmbeddedDBAccess
properties| Constructor and Description |
|---|
InMemoryDBAccess() |
| Modifier and Type | Method and Description |
|---|---|
protected org.neo4j.graphdb.GraphDatabaseService |
createGraphDB() |
DBType |
getDBType()
Answer the type of database access (REMOTE, EMBEDDED, IN_MEMORY)
|
void |
initialize(Properties properties)
set initialization properties
|
beginTX, clearDatabase, close, execute, execute, getGraphDB, getTX, isDatabaseEmpty, setAuthpublic void initialize(Properties properties)
IDBAccessInitpublic DBType getDBType()
IDBAccessprotected org.neo4j.graphdb.GraphDatabaseService createGraphDB()
createGraphDB in class AbstractEmbeddedDBAccessCopyright © 2016. All rights reserved.