public abstract class org.springframework.orm.hibernate5.SessionFactoryUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.orm.hibernate5.SessionFactoryUtils
  super_class: java.lang.Object
{
  public static final int SESSION_SYNCHRONIZATION_ORDER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 900

  static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 93
            ldc Lorg/springframework/orm/hibernate5/SessionFactoryUtils;
            invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
            putstatic org.springframework.orm.hibernate5.SessionFactoryUtils.logger:Lorg/apache/commons/logging/Log;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.orm.hibernate5.SessionFactoryUtils this
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.orm.hibernate5.SessionFactoryUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/SessionFactoryUtils;

  static void flush(Session, boolean);
    descriptor: (LSession;Z)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSession cannot be resolved to a type\n\tHibernateException cannot be resolved to a type\n\tPersistenceException cannot be resolved to a type\n\tHibernateException cannot be resolved to a type\n\tThe method convertHibernateAccessException(HibernateException) from the type SessionFactoryUtils refers to the missing type HibernateException\n\tHibernateException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.springframework.dao.DataAccessException
    MethodParameters:
         Name  Flags
      session  
      synch    

  public static void closeSession(Session);
    descriptor: (LSession;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSession cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
         Name  Flags
      session  

  public static javax.sql.DataSource getDataSource(SessionFactory);
    descriptor: (LSessionFactory;)Ljavax/sql/DataSource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSessionFactory cannot be resolved to a type\n\tEnvironment cannot be resolved to a variable\n\tSessionFactoryImplementor cannot be resolved to a type\n\tSessionFactoryImplementor cannot be resolved to a type\n\tSessionFactoryImplementor cannot be resolved to a type\n\tConnectionProvider cannot be resolved to a type\n\tConnectionProvider cannot be resolved to a type\n\tUnknownServiceException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      sessionFactory  

  public static org.springframework.dao.DataAccessException convertHibernateAccessException(HibernateException);
    descriptor: (LHibernateException;)Lorg/springframework/dao/DataAccessException;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 187
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHibernateException cannot be resolved to a type\n\tJDBCConnectionException cannot be resolved to a type\n\tSQLGrammarException cannot be resolved to a type\n\tSQLGrammarException cannot be resolved to a type\n\tSQLGrammarException cannot be resolved to a type\n\tQueryTimeoutException cannot be resolved to a type\n\tQueryTimeoutException cannot be resolved to a type\n\tQueryTimeoutException cannot be resolved to a type\n\tLockAcquisitionException cannot be resolved to a type\n\tLockAcquisitionException cannot be resolved to a type\n\tLockAcquisitionException cannot be resolved to a type\n\tPessimisticLockException cannot be resolved to a type\n\tPessimisticLockException cannot be resolved to a type\n\tPessimisticLockException cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n\tConstraintViolationException cannot be resolved to a type\n\tDataException cannot be resolved to a type\n\tDataException cannot be resolved to a type\n\tDataException cannot be resolved to a type\n\tJDBCException cannot be resolved to a type\n\tThe constructor HibernateJdbcException(JDBCException) refers to the missing type JDBCException\n\tJDBCException cannot be resolved to a type\n\tQueryException cannot be resolved to a type\n\tThe constructor HibernateQueryException(QueryException) refers to the missing type QueryException\n\tQueryException cannot be resolved to a type\n\tNonUniqueResultException cannot be resolved to a type\n\tNonUniqueObjectException cannot be resolved to a type\n\tPropertyValueException cannot be resolved to a type\n\tPersistentObjectException cannot be resolved to a type\n\tTransientObjectException cannot be resolved to a type\n\tObjectDeletedException cannot be resolved to a type\n\tUnresolvableObjectException cannot be resolved to a type\n\tThe constructor HibernateObjectRetrievalFailureException(UnresolvableObjectException) refers to the missing type UnresolvableObjectException\n\tUnresolvableObjectException cannot be resolved to a type\n\tWrongClassException cannot be resolved to a type\n\tThe constructor HibernateObjectRetrievalFailureException(UnresolvableObjectException) refers to the missing type UnresolvableObjectException\n\tWrongClassException cannot be resolved to a type\n\tStaleObjectStateException cannot be resolved to a type\n\tThe constructor HibernateOptimisticLockingFailureException(StaleObjectStateException) refers to the missing type StaleObjectStateException\n\tStaleObjectStateException cannot be resolved to a type\n\tStaleStateException cannot be resolved to a type\n\tThe constructor HibernateOptimisticLockingFailureException(StaleObjectStateException) refers to the missing type StaleObjectStateException\n\tStaleStateException cannot be resolved to a type\n\tOptimisticEntityLockException cannot be resolved to a type\n\tThe constructor HibernateOptimisticLockingFailureException(StaleObjectStateException) refers to the missing type StaleObjectStateException\n\tOptimisticEntityLockException cannot be resolved to a type\n\tPessimisticEntityLockException cannot be resolved to a type\n\tLockAcquisitionException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      ex    
}
SourceFile: "SessionFactoryUtils.java"