bio4j / angulillos

Java 8 library for strongly typed graph data
GNU Affero General Public License v3.0
7 stars 2 forks source link

Fix transactional graph inheritance #66

Closed eparejatobes closed 8 years ago

eparejatobes commented 8 years ago

A better approach would be

  1. create a transaction interface, with a reference to a transactional graph
  2. transactional graph has methods for creating transactions etc

With this, in Neo4j we have Neo4jUntypedGraph which returns a wrapped Neo4j transaction while for titan we can make the graph itself implement both untyped graph and transaction

eparejatobes commented 8 years ago

Of course this can/should be mirrored at the TypedGraph level.

eparejatobes commented 8 years ago

Merging this