public interface org.hibernate.engine.transaction.spi.IsolationDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.engine.transaction.spi.IsolationDelegate
  super_class: java.lang.Object
{
  public abstract <T> T delegateWork(org.hibernate.jdbc.WorkExecutorVisitable<T>, );
    descriptor: (Lorg/hibernate/jdbc/WorkExecutorVisitable;Z)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.hibernate.HibernateException
    Signature: <T:Ljava/lang/Object;>(Lorg/hibernate/jdbc/WorkExecutorVisitable<TT;>;Z)TT;
    MethodParameters:
            Name  Flags
      work        
      transacted  
}
SourceFile: "IsolationDelegate.java"