Class RemoteDatastoreTransaction

  • All Implemented Interfaces:
    com.buschmais.xo.spi.datastore.DatastoreTransaction

    public class RemoteDatastoreTransaction
    extends Object
    implements com.buschmais.xo.spi.datastore.DatastoreTransaction
    • Constructor Detail

      • RemoteDatastoreTransaction

        public RemoteDatastoreTransaction​(org.neo4j.driver.Session session)
    • Method Detail

      • begin

        public void begin()
        Specified by:
        begin in interface com.buschmais.xo.spi.datastore.DatastoreTransaction
      • commit

        public void commit()
        Specified by:
        commit in interface com.buschmais.xo.spi.datastore.DatastoreTransaction
      • rollback

        public void rollback()
        Specified by:
        rollback in interface com.buschmais.xo.spi.datastore.DatastoreTransaction
      • isActive

        public boolean isActive()
        Specified by:
        isActive in interface com.buschmais.xo.spi.datastore.DatastoreTransaction
      • getQueryRunner

        public org.neo4j.driver.QueryRunner getQueryRunner()