public class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean extends org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
  super_class: org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
{
  private org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager persistenceUnitManager;
    descriptor: Lorg/springframework/orm/jpa/persistenceunit/PersistenceUnitManager;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager internalPersistenceUnitManager;
    descriptor: Lorg/springframework/orm/jpa/persistenceunit/DefaultPersistenceUnitManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private PersistenceUnitInfo persistenceUnitInfo;
    descriptor: LPersistenceUnitInfo;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 19
            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\tThe import javax.persistence cannot be resolved\n\tThe import javax.persistence cannot be resolved\n\tThe import javax.persistence cannot be resolved\n\tThe import javax.persistence cannot be resolved\n\tThe import org.springframework.context cannot be resolved\n\tThe import org.springframework.context cannot be resolved\n\tThe import org.springframework.instrument cannot be resolved\n\tThe return types are incompatible for the inherited methods EntityManagerFactoryInfo.getPersistenceProvider(), AbstractEntityManagerFactoryBean.getPersistenceProvider()\n\tThe return types are incompatible for the inherited methods EntityManagerFactoryInfo.getEntityManagerInterface(), AbstractEntityManagerFactoryBean.getEntityManagerInterface()\n\tThe return types are incompatible for the inherited methods EntityManagerFactoryInfo.createNativeEntityManager(Map<?,?>), AbstractEntityManagerFactoryBean.createNativeEntityManager(Map<?,?>)\n\tThe return types are incompatible for the inherited methods EntityManagerFactoryInfo.getNativeEntityManagerFactory(), AbstractEntityManagerFactoryBean.getNativeEntityManagerFactory()\n\tThe return types are incompatible for the inherited methods FactoryBean<EntityManagerFactory>.getObject(), AbstractEntityManagerFactoryBean.getObject()\n\tResourceLoaderAware cannot be resolved to a type\n\tLoadTimeWeaverAware cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tSharedCacheMode cannot be resolved to a type\n\tValidationMode cannot be resolved to a type\n\tLoadTimeWeaver cannot be resolved to a type\n\tThe method setResourceLoader(ResourceLoader) of type LocalContainerEntityManagerFactoryBean must override or implement a supertype method\n\tPersistenceException cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tThe method determinePersistenceUnitInfo(PersistenceUnitManager) from the type LocalContainerEntityManagerFactoryBean refers to the missing type PersistenceUnitInfo\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tThe method afterPropertiesSet() from the type AbstractEntityManagerFactoryBean refers to the missing type PersistenceException\n\tEntityManagerFactory cannot be resolved to a type\n\tPersistenceException cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceProvider cannot be resolved to a type\n\tThe method getPersistenceProvider() from the type AbstractEntityManagerFactoryBean refers to the missing type PersistenceProvider\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceProvider cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tThe method obtainPersistenceUnitInfo(String) from the type PersistenceUnitManager refers to the missing type PersistenceUnitInfo\n\tThe method obtainDefaultPersistenceUnitInfo() from the type PersistenceUnitManager refers to the missing type PersistenceUnitInfo\n\tEntityManagerFactory cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;

  public void setPersistenceUnitManager(org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager);
    descriptor: (Lorg/springframework/orm/jpa/persistenceunit/PersistenceUnitManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 118
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                        Name  Flags
      persistenceUnitManager  

  public void setPersistenceXmlLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                        Name  Flags
      persistenceXmlLocation  

  public void setPersistenceUnitName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 143
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                     Name  Flags
      persistenceUnitName  

  public void setPersistenceUnitRootLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 159
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                                    Name  Flags
      defaultPersistenceUnitRootLocation  

  public void setPackagesToScan(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 188
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                Name  Flags
      packagesToScan  

  public void setMappingResources(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 214
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                  Name  Flags
      mappingResources  

  public void setSharedCacheMode(SharedCacheMode);
    descriptor: (LSharedCacheMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 226
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSharedCacheMode cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                 Name  Flags
      sharedCacheMode  

  public void setValidationMode(ValidationMode);
    descriptor: (LValidationMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 238
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tValidationMode cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                Name  Flags
      validationMode  

  public void setDataSource(javax.sql.DataSource);
    descriptor: (Ljavax/sql/DataSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 256
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
            Name  Flags
      dataSource  

  public void setJtaDataSource(javax.sql.DataSource);
    descriptor: (Ljavax/sql/DataSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 273
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
               Name  Flags
      jtaDataSource  

  public void setPersistenceUnitPostProcessors(org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor[]);
    descriptor: ([Lorg/springframework/orm/jpa/persistenceunit/PersistenceUnitPostProcessor;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 287
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                Name  Flags
      postProcessors  

  public void setLoadTimeWeaver(LoadTimeWeaver);
    descriptor: (LLoadTimeWeaver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 314
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tLoadTimeWeaver cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                Name  Flags
      loadTimeWeaver  

  public void setResourceLoader(org.springframework.core.io.ResourceLoader);
    descriptor: (Lorg/springframework/core/io/ResourceLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 319
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setResourceLoader(ResourceLoader) of type LocalContainerEntityManagerFactoryBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                Name  Flags
      resourceLoader  

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 325
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPersistenceException cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tThe method determinePersistenceUnitInfo(PersistenceUnitManager) from the type LocalContainerEntityManagerFactoryBean refers to the missing type PersistenceUnitInfo\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tThe method afterPropertiesSet() from the type AbstractEntityManagerFactoryBean refers to the missing type PersistenceException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    Exceptions:
      throws PersistenceException

  protected EntityManagerFactory createNativeEntityManagerFactory();
    descriptor: ()LEntityManagerFactory;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 345
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManagerFactory cannot be resolved to a type\n\tPersistenceException cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceProvider cannot be resolved to a type\n\tThe method getPersistenceProvider() from the type AbstractEntityManagerFactoryBean refers to the missing type PersistenceProvider\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceProvider cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    Exceptions:
      throws PersistenceException

  protected PersistenceUnitInfo determinePersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager);
    descriptor: (Lorg/springframework/orm/jpa/persistenceunit/PersistenceUnitManager;)LPersistenceUnitInfo;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 382
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPersistenceUnitInfo cannot be resolved to a type\n\tThe method obtainPersistenceUnitInfo(String) from the type PersistenceUnitManager refers to the missing type PersistenceUnitInfo\n\tThe method obtainDefaultPersistenceUnitInfo() from the type PersistenceUnitManager refers to the missing type PersistenceUnitInfo\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
                        Name  Flags
      persistenceUnitManager  

  protected void postProcessEntityManagerFactory(EntityManagerFactory, PersistenceUnitInfo);
    descriptor: (LEntityManagerFactory;LPersistenceUnitInfo;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 399
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManagerFactory cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    MethodParameters:
      Name  Flags
      emf   
      pui   

  public PersistenceUnitInfo getPersistenceUnitInfo();
    descriptor: ()LPersistenceUnitInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 405
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.String getPersistenceUnitName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 412
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public javax.sql.DataSource getDataSource();
    descriptor: ()Ljavax/sql/DataSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
         0: .line 420
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean;
}
SourceFile: "LocalContainerEntityManagerFactoryBean.java"