public interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.resource.jdbc.spi.JdbcSessionContext
  super_class: java.lang.Object
{
  public abstract boolean isScrollableResultSetsEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isGetGeneratedKeysEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getFetchSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode getPhysicalConnectionHandlingMode();
    descriptor: ()Lorg/hibernate/resource/jdbc/spi/PhysicalConnectionHandlingMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean doesConnectionProviderDisableAutoCommit();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.ConnectionReleaseMode getConnectionReleaseMode();
    descriptor: ()Lorg/hibernate/ConnectionReleaseMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract org.hibernate.ConnectionAcquisitionMode getConnectionAcquisitionMode();
    descriptor: ()Lorg/hibernate/ConnectionAcquisitionMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract org.hibernate.resource.jdbc.spi.StatementInspector getStatementInspector();
    descriptor: ()Lorg/hibernate/resource/jdbc/spi/StatementInspector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.resource.jdbc.spi.JdbcObserver getObserver();
    descriptor: ()Lorg/hibernate/resource/jdbc/spi/JdbcObserver;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract org.hibernate.service.ServiceRegistry getServiceRegistry();
    descriptor: ()Lorg/hibernate/service/ServiceRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "JdbcSessionContext.java"