Class TransactionContext.SecureTransaction

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Enclosing class:
    TransactionContext

    public static final class TransactionContext.SecureTransaction
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes the underlying transaction.
      org.neo4j.kernel.api.KernelTransaction kernelTransaction()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • kernelTransaction

        public org.neo4j.kernel.api.KernelTransaction kernelTransaction()
        Returns:
        The current KernelTransaction.
      • close

        public void close()
        Closes the underlying transaction.
        Specified by:
        close in interface java.lang.AutoCloseable