I m uncertain as to the behaviour of the AllegroGraph triple store in regard to transactions. The tutorial talks about using two connections, but does not mention Jena models.
If I use Model s begin(), commit(), and abort() methods, do I still need to use two connections? How does a model interact with the connection s auto-commit setting?