Uses of Class
org.apache.jena.system.AutoTxn
Packages that use AutoTxn
-
Uses of AutoTxn in org.apache.jena.system
Methods in org.apache.jena.system that return AutoTxnModifier and TypeMethodDescriptionstatic AutoTxn
Txn.autoTxn
(Transactional txn, ReadWrite readWrite) Begins a transaction and returns a transaction control instance suitable for use with try-with-resources blocks.static AutoTxn
Txn.autoTxn
(Transactional txn, TxnType txnType) Begins a transaction and returns a AutoTxn instance suitable for use with try-with-resources blocks.