Class AutoTxn

java.lang.Object
org.apache.jena.system.AutoTxn
All Implemented Interfaces:
AutoCloseable

public class AutoTxn extends Object implements AutoCloseable
Transaction wrapper object for use with try-with-resources. See Txn.autoTxn(Transactional, org.apache.jena.query.TxnType).
  • Method Details

    • commit

      public void commit()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable