java.lang.Object
org.apache.jena.system.AutoTxn
- All Implemented Interfaces:
AutoCloseable
Transaction wrapper object for use with try-with-resources.
See Txn.autoTxn(Transactional, org.apache.jena.query.TxnType).
-
Method Summary
-
Method Details
-
commit
public void commit() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-