Interface JdbcResourceTransaction

  • All Known Subinterfaces:
    PhysicalJdbcTransaction

    public interface JdbcResourceTransaction
    Models access to the resource transaction of the underlying JDBC resource.
    • Method Detail

      • begin

        void begin()
        Begin the resource transaction
      • commit

        void commit()
        Commit the resource transaction
      • rollback

        void rollback()
        Rollback the resource transaction