Class AntidoteTransaction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void onGetConnection​(Connection connection)
      Called when a connection is acquired by the transaction
      protected void onReleaseConnection​(Connection connection)
      Called when a connection is released by the transaction
      • Methods inherited from class java.lang.Object

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

      • AntidoteTransaction

        public AntidoteTransaction()
    • Method Detail

      • onGetConnection

        protected void onGetConnection​(Connection connection)
        Called when a connection is acquired by the transaction
      • onReleaseConnection

        protected void onReleaseConnection​(Connection connection)
        Called when a connection is released by the transaction