public interface org.hibernate.engine.transaction.spi.TransactionImplementor extends org.hibernate.Transaction
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.engine.transaction.spi.TransactionImplementor
  super_class: java.lang.Object
{
  public abstract org.hibernate.engine.transaction.spi.IsolationDelegate createIsolationDelegate();
    descriptor: ()Lorg/hibernate/engine/transaction/spi/IsolationDelegate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.engine.transaction.spi.JoinStatus getJoinStatus();
    descriptor: ()Lorg/hibernate/engine/transaction/spi/JoinStatus;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void markForJoin();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void join();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void resetJoinStatus();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void markRollbackOnly();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void invalidate();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "TransactionImplementor.java"