| Class | Description |
|---|---|
| BaseGraphAwareRuntime |
Abstract base-class for
GraphAwareRuntime implementations. |
| DatabaseRuntime |
TxDrivenRuntime backed by a GraphDatabaseService. |
| GraphAwareRuntimeFactory |
Factory producing
GraphAwareRuntime. |
| ProductionRuntime |
DatabaseRuntime intended for production use. |
| TxDrivenRuntime<T extends TxDrivenModule> |
BaseGraphAwareRuntime that registers itself as a Neo4j TransactionEventHandler,
translates TransactionData into ImprovedTransactionData
and lets registered TxDrivenModules deal with the data before each transaction
commits, in the order the modules were registered. |
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.