You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Joakim Soderberg <so...@gmail.com> on 2014/03/07 21:11:08 UTC

transactions that combine read & write

I am implementing a TDB backed triple store with using transactions using
Jena 2.11. The system is deployed on Tomcat.

Is it possible to create transactions that combine read & write ?
Does anybody have sample code how to achieve that?