public class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions implements org.hibernate.boot.spi.SessionFactoryOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
  super_class: java.lang.Object
{
  private final org.hibernate.boot.spi.SessionFactoryOptions delegate;
    descriptor: Lorg/hibernate/boot/spi/SessionFactoryOptions;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.hibernate.boot.spi.SessionFactoryOptions);
    descriptor: (Lorg/hibernate/boot/spi/SessionFactoryOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
        start local 1 // org.hibernate.boot.spi.SessionFactoryOptions delegate
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
         2: .line 49
            return
        end local 1 // org.hibernate.boot.spi.SessionFactoryOptions delegate
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
            0    3     1  delegate  Lorg/hibernate/boot/spi/SessionFactoryOptions;
    MethodParameters:
          Name  Flags
      delegate  

  protected org.hibernate.boot.spi.SessionFactoryOptions delegate();
    descriptor: ()Lorg/hibernate/boot/spi/SessionFactoryOptions;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 52
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.lang.String getUuid();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 57
            aload 0 /* this */
            invokevirtual org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:()Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getUuid:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.boot.registry.StandardServiceRegistry getServiceRegistry();
    descriptor: ()Lorg/hibernate/boot/registry/StandardServiceRegistry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 62
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getServiceRegistry:()Lorg/hibernate/boot/registry/StandardServiceRegistry;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isJpaBootstrap();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 67
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isJpaBootstrap:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isJtaTransactionAccessEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 72
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isJtaTransactionAccessEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isAllowRefreshDetachedEntity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 77
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isAllowRefreshDetachedEntity:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.lang.Object getBeanManagerReference();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 82
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getBeanManagerReference:()Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.lang.Object getValidatorFactoryReference();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 87
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getValidatorFactoryReference:()Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.lang.String getSessionFactoryName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 92
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getSessionFactoryName:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isSessionFactoryNameAlsoJndiName();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 97
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isSessionFactoryNameAlsoJndiName:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isFlushBeforeCompletionEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 102
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isFlushBeforeCompletionEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isAutoCloseSessionEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 107
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isAutoCloseSessionEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isStatisticsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 112
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isStatisticsEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.Interceptor getInterceptor();
    descriptor: ()Lorg/hibernate/Interceptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 117
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getInterceptor:()Lorg/hibernate/Interceptor;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.resource.jdbc.spi.StatementInspector getStatementInspector();
    descriptor: ()Lorg/hibernate/resource/jdbc/spi/StatementInspector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 122
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getStatementInspector:()Lorg/hibernate/resource/jdbc/spi/StatementInspector;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.SessionFactoryObserver[] getSessionFactoryObservers();
    descriptor: ()[Lorg/hibernate/SessionFactoryObserver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 127
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getSessionFactoryObservers:()[Lorg/hibernate/SessionFactoryObserver;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.cfg.BaselineSessionEventsListenerBuilder getBaselineSessionEventsListenerBuilder();
    descriptor: ()Lorg/hibernate/cfg/BaselineSessionEventsListenerBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 132
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getBaselineSessionEventsListenerBuilder:()Lorg/hibernate/cfg/BaselineSessionEventsListenerBuilder;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isIdentifierRollbackEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 137
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isIdentifierRollbackEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.EntityMode getDefaultEntityMode();
    descriptor: ()Lorg/hibernate/EntityMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 142
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getDefaultEntityMode:()Lorg/hibernate/EntityMode;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.tuple.entity.EntityTuplizerFactory getEntityTuplizerFactory();
    descriptor: ()Lorg/hibernate/tuple/entity/EntityTuplizerFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 147
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getEntityTuplizerFactory:()Lorg/hibernate/tuple/entity/EntityTuplizerFactory;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isCheckNullability();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 152
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isCheckNullability:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isInitializeLazyStateOutsideTransactionsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 157
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isInitializeLazyStateOutsideTransactionsEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.hql.spi.id.MultiTableBulkIdStrategy getMultiTableBulkIdStrategy();
    descriptor: ()Lorg/hibernate/hql/spi/id/MultiTableBulkIdStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 162
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getMultiTableBulkIdStrategy:()Lorg/hibernate/hql/spi/id/MultiTableBulkIdStrategy;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.boot.TempTableDdlTransactionHandling getTempTableDdlTransactionHandling();
    descriptor: ()Lorg/hibernate/boot/TempTableDdlTransactionHandling;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 167
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getTempTableDdlTransactionHandling:()Lorg/hibernate/boot/TempTableDdlTransactionHandling;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.loader.BatchFetchStyle getBatchFetchStyle();
    descriptor: ()Lorg/hibernate/loader/BatchFetchStyle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 172
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getBatchFetchStyle:()Lorg/hibernate/loader/BatchFetchStyle;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isDelayBatchFetchLoaderCreationsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 177
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isDelayBatchFetchLoaderCreationsEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public int getDefaultBatchFetchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 182
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getDefaultBatchFetchSize:()I
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.lang.Integer getMaximumFetchDepth();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 187
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getMaximumFetchDepth:()Ljava/lang/Integer;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.NullPrecedence getDefaultNullPrecedence();
    descriptor: ()Lorg/hibernate/NullPrecedence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 192
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getDefaultNullPrecedence:()Lorg/hibernate/NullPrecedence;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isOrderUpdatesEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 197
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isOrderUpdatesEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isOrderInsertsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 202
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isOrderInsertsEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.MultiTenancyStrategy getMultiTenancyStrategy();
    descriptor: ()Lorg/hibernate/MultiTenancyStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 207
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getMultiTenancyStrategy:()Lorg/hibernate/MultiTenancyStrategy;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.context.spi.CurrentTenantIdentifierResolver getCurrentTenantIdentifierResolver();
    descriptor: ()Lorg/hibernate/context/spi/CurrentTenantIdentifierResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 212
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCurrentTenantIdentifierResolver:()Lorg/hibernate/context/spi/CurrentTenantIdentifierResolver;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isJtaTrackByThread();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 217
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isJtaTrackByThread:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.util.Map getQuerySubstitutions();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 222
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getQuerySubstitutions:()Ljava/util/Map;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isNamedQueryStartupCheckingEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 227
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isNamedQueryStartupCheckingEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isConventionalJavaConstants();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 232
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isConventionalJavaConstants:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isProcedureParameterNullPassingEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 237
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isProcedureParameterNullPassingEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isCollectionJoinSubqueryRewriteEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 242
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isCollectionJoinSubqueryRewriteEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isAllowOutOfTransactionUpdateOperations();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 247
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isAllowOutOfTransactionUpdateOperations:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isReleaseResourcesOnCloseEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 252
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isReleaseResourcesOnCloseEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isSecondLevelCacheEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 257
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isSecondLevelCacheEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isQueryCacheEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 262
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isQueryCacheEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.cache.spi.TimestampsCacheFactory getTimestampsCacheFactory();
    descriptor: ()Lorg/hibernate/cache/spi/TimestampsCacheFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 267
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getTimestampsCacheFactory:()Lorg/hibernate/cache/spi/TimestampsCacheFactory;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.lang.String getCacheRegionPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 272
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCacheRegionPrefix:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isMinimalPutsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 277
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isMinimalPutsEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isStructuredCacheEntriesEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 282
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isStructuredCacheEntriesEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isDirectReferenceCacheEntriesEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 287
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isDirectReferenceCacheEntriesEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isAutoEvictCollectionCache();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 292
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isAutoEvictCollectionCache:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.boot.SchemaAutoTooling getSchemaAutoTooling();
    descriptor: ()Lorg/hibernate/boot/SchemaAutoTooling;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 297
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getSchemaAutoTooling:()Lorg/hibernate/boot/SchemaAutoTooling;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public int getJdbcBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 302
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getJdbcBatchSize:()I
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isJdbcBatchVersionedData();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 307
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isJdbcBatchVersionedData:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isScrollableResultSetsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 312
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isScrollableResultSetsEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isWrapResultSetsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 317
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isWrapResultSetsEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isGetGeneratedKeysEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 322
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isGetGeneratedKeysEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.lang.Integer getJdbcFetchSize();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 327
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getJdbcFetchSize:()Ljava/lang/Integer;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode getPhysicalConnectionHandlingMode();
    descriptor: ()Lorg/hibernate/resource/jdbc/spi/PhysicalConnectionHandlingMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 332
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getPhysicalConnectionHandlingMode:()Lorg/hibernate/resource/jdbc/spi/PhysicalConnectionHandlingMode;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean doesConnectionProviderDisableAutoCommit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 337
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.doesConnectionProviderDisableAutoCommit:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.ConnectionReleaseMode getConnectionReleaseMode();
    descriptor: ()Lorg/hibernate/ConnectionReleaseMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 343
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getConnectionReleaseMode:()Lorg/hibernate/ConnectionReleaseMode;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isCommentsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 348
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isCommentsEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.CustomEntityDirtinessStrategy getCustomEntityDirtinessStrategy();
    descriptor: ()Lorg/hibernate/CustomEntityDirtinessStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 353
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCustomEntityDirtinessStrategy:()Lorg/hibernate/CustomEntityDirtinessStrategy;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.EntityNameResolver[] getEntityNameResolvers();
    descriptor: ()[Lorg/hibernate/EntityNameResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 358
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getEntityNameResolvers:()[Lorg/hibernate/EntityNameResolver;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.proxy.EntityNotFoundDelegate getEntityNotFoundDelegate();
    descriptor: ()Lorg/hibernate/proxy/EntityNotFoundDelegate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 363
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getEntityNotFoundDelegate:()Lorg/hibernate/proxy/EntityNotFoundDelegate;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.util.Map<java.lang.String, org.hibernate.dialect.function.SQLFunction> getCustomSqlFunctionMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 368
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCustomSqlFunctionMap:()Ljava/util/Map;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/dialect/function/SQLFunction;>;

  public void setCheckNullability(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
        start local 1 // boolean enabled
         0: .line 373
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            iload 1 /* enabled */
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.setCheckNullability:(Z)V
         1: .line 374
            return
        end local 1 // boolean enabled
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public boolean isPreferUserTransaction();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 378
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isPreferUserTransaction:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public java.lang.Class<? extends org.hibernate.Interceptor> getStatelessInterceptorImplementor();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 383
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getStatelessInterceptorImplementor:()Ljava/lang/Class;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
    Signature: ()Ljava/lang/Class<+Lorg/hibernate/Interceptor;>;

  public java.util.function.Supplier<? extends org.hibernate.Interceptor> getStatelessInterceptorImplementorSupplier();
    descriptor: ()Ljava/util/function/Supplier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 388
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getStatelessInterceptorImplementorSupplier:()Ljava/util/function/Supplier;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
    Signature: ()Ljava/util/function/Supplier<+Lorg/hibernate/Interceptor;>;

  public java.util.TimeZone getJdbcTimeZone();
    descriptor: ()Ljava/util/TimeZone;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 393
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getJdbcTimeZone:()Ljava/util/TimeZone;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isQueryParametersValidationEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 398
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isQueryParametersValidationEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.query.criteria.LiteralHandlingMode getCriteriaLiteralHandlingMode();
    descriptor: ()Lorg/hibernate/query/criteria/LiteralHandlingMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 403
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getCriteriaLiteralHandlingMode:()Lorg/hibernate/query/criteria/LiteralHandlingMode;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean jdbcStyleParamsZeroBased();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 408
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.jdbcStyleParamsZeroBased:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.jpa.spi.JpaCompliance getJpaCompliance();
    descriptor: ()Lorg/hibernate/jpa/spi/JpaCompliance;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 413
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getJpaCompliance:()Lorg/hibernate/jpa/spi/JpaCompliance;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean isFailOnPaginationOverCollectionFetchEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 418
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.isFailOnPaginationOverCollectionFetchEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode getImmutableEntityUpdateQueryHandlingMode();
    descriptor: ()Lorg/hibernate/query/ImmutableEntityUpdateQueryHandlingMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 423
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.getImmutableEntityUpdateQueryHandlingMode:()Lorg/hibernate/query/ImmutableEntityUpdateQueryHandlingMode;
            areturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;

  public boolean inClauseParameterPaddingEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
         0: .line 428
            aload 0 /* this */
            getfield org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions.delegate:Lorg/hibernate/boot/spi/SessionFactoryOptions;
            invokeinterface org.hibernate.boot.spi.SessionFactoryOptions.inClauseParameterPaddingEnabled:()Z
            ireturn
        end local 0 // org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions;
}
SourceFile: "AbstractDelegatingSessionFactoryOptions.java"