public interface org.springframework.orm.jpa.JpaDialect extends org.springframework.dao.support.PersistenceExceptionTranslator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.orm.jpa.JpaDialect
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import javax.persistence cannot be resolved\n\tEntityManager cannot be resolved to a type\n\tPersistenceException cannot be resolved to a type\n\tEntityManager cannot be resolved to a type\n\tPersistenceException cannot be resolved to a type\n\tEntityManager cannot be resolved to a type\n\tPersistenceException cannot be resolved to a type\n\tEntityManager cannot be resolved to a type\n\tPersistenceException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.lang.Object beginTransaction(EntityManager, org.springframework.transaction.TransactionDefinition);
    descriptor: (LEntityManager;Lorg/springframework/transaction/TransactionDefinition;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws PersistenceException, java.sql.SQLException, org.springframework.transaction.TransactionException
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      entityManager  
      definition     

  public abstract java.lang.Object prepareTransaction(EntityManager, boolean, java.lang.String);
    descriptor: (LEntityManager;ZLjava/lang/String;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws PersistenceException
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      entityManager  
      readOnly       
      name           

  public abstract void cleanupTransaction(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                 Name  Flags
      transactionData  

  public abstract org.springframework.jdbc.datasource.ConnectionHandle getJdbcConnection(EntityManager, boolean);
    descriptor: (LEntityManager;Z)Lorg/springframework/jdbc/datasource/ConnectionHandle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws PersistenceException, java.sql.SQLException
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      entityManager  
      readOnly       

  public abstract void releaseJdbcConnection(org.springframework.jdbc.datasource.ConnectionHandle, EntityManager);
    descriptor: (Lorg/springframework/jdbc/datasource/ConnectionHandle;LEntityManager;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws PersistenceException, java.sql.SQLException
    MethodParameters:
               Name  Flags
      conHandle      
      entityManager  
}
SourceFile: "JpaDialect.java"