public abstract class org.springframework.orm.jpa.ExtendedEntityManagerCreator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.orm.jpa.ExtendedEntityManagerCreator
  super_class: java.lang.Object
{
  private static final java.util.Map<java.lang.Class<?>, java.lang.Class<?>[]> cachedEntityManagerInterfaces;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Class<*>;[Ljava/lang/Class<*>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 79
            new org.springframework.util.ConcurrentReferenceHashMap
            dup
            iconst_4
            invokespecial org.springframework.util.ConcurrentReferenceHashMap.<init>:(I)V
            putstatic org.springframework.orm.jpa.ExtendedEntityManagerCreator.cachedEntityManagerInterfaces:Ljava/util/Map;
            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.jpa.ExtendedEntityManagerCreator this
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.orm.jpa.ExtendedEntityManagerCreator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/jpa/ExtendedEntityManagerCreator;

  public static EntityManager createApplicationManagedEntityManager(EntityManager, org.springframework.orm.jpa.EntityManagerFactoryInfo);
    descriptor: (LEntityManager;Lorg/springframework/orm/jpa/EntityManagerFactoryInfo;)LEntityManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManager cannot be resolved to a type\n\tEntityManager 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
      rawEntityManager  
      emfInfo           

  public static EntityManager createApplicationManagedEntityManager(EntityManager, org.springframework.orm.jpa.EntityManagerFactoryInfo, boolean);
    descriptor: (LEntityManager;Lorg/springframework/orm/jpa/EntityManagerFactoryInfo;Z)LEntityManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManager cannot be resolved to a type\n\tEntityManager 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
      rawEntityManager             
      emfInfo                      
      synchronizedWithTransaction  

  public static EntityManager createContainerManagedEntityManager(EntityManager, org.springframework.orm.jpa.EntityManagerFactoryInfo);
    descriptor: (LEntityManager;Lorg/springframework/orm/jpa/EntityManagerFactoryInfo;)LEntityManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 121
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManager cannot be resolved to a type\n\tEntityManager 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
      rawEntityManager  
      emfInfo           

  public static EntityManager createContainerManagedEntityManager(EntityManagerFactory);
    descriptor: (LEntityManagerFactory;)LEntityManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManager cannot be resolved to a type\n\tEntityManagerFactory 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
      emf   

  public static EntityManager createContainerManagedEntityManager(EntityManagerFactory, java.util.Map<?, ?>);
    descriptor: (LEntityManagerFactory;Ljava/util/Map;)LEntityManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManager cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (LEntityManagerFactory;Ljava/util/Map<**>;)LEntityManager;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      emf         
      properties  

  public static EntityManager createContainerManagedEntityManager(EntityManagerFactory, java.util.Map<?, ?>, boolean);
    descriptor: (LEntityManagerFactory;Ljava/util/Map;Z)LEntityManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 169
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManager cannot be resolved to a type\n\tEntityManagerFactory cannot be resolved to a type\n\tEntityManager cannot be resolved to a type\n\tThe method createNativeEntityManager(Map<?,?>) from the type EntityManagerFactoryInfo refers to the missing type EntityManager\n\tEntityManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (LEntityManagerFactory;Ljava/util/Map<**>;Z)LEntityManager;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
    MethodParameters:
                             Name  Flags
      emf                          
      properties                   
      synchronizedWithTransaction  

  static EntityManager createProxy(EntityManager, org.springframework.orm.jpa.EntityManagerFactoryInfo, boolean, boolean);
    descriptor: (LEntityManager;Lorg/springframework/orm/jpa/EntityManagerFactoryInfo;ZZ)LEntityManager;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 197
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManager cannot be resolved to a type\n\tEntityManager cannot be resolved to a type\n\tPersistenceUnitInfo cannot be resolved to a type\n\tThe method getPersistenceUnitInfo() from the type EntityManagerFactoryInfo refers to the missing type PersistenceUnitInfo\n\tPersistenceUnitTransactionType cannot be resolved to a variable\n\tThe method getEntityManagerInterface() from the type EntityManagerFactoryInfo refers to the missing type EntityManager\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                             Name  Flags
      rawEntityManager             
      emfInfo                      
      containerManaged             
      synchronizedWithTransaction  

  static EntityManager createProxy(EntityManager, java.lang.Class<? extends EntityManager>, java.lang.ClassLoader, org.springframework.dao.support.PersistenceExceptionTranslator, java.lang.Boolean, boolean, boolean);
    descriptor: (LEntityManager;Ljava/lang/Class;Ljava/lang/ClassLoader;Lorg/springframework/dao/support/PersistenceExceptionTranslator;Ljava/lang/Boolean;ZZ)LEntityManager;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=7, args_size=7
         0: .line 223
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEntityManager cannot be resolved to a type\n\tEntityManager cannot be resolved to a type\n\tEntityManager cannot be resolved to a type\n\tEntityManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (LEntityManager;Ljava/lang/Class<+LEntityManager;>;Ljava/lang/ClassLoader;Lorg/springframework/dao/support/PersistenceExceptionTranslator;Ljava/lang/Boolean;ZZ)LEntityManager;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
      3:
        org.springframework.lang.Nullable()
      4:
        org.springframework.lang.Nullable()
      5:
      6:
    MethodParameters:
                             Name  Flags
      rawEm                        
      emIfc                        
      cl                           
      exceptionTranslator          
      jta                          
      containerManaged             
      synchronizedWithTransaction  
}
SourceFile: "ExtendedEntityManagerCreator.java"
NestMembers:
  org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler  org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerSynchronization
InnerClasses:
  private final ExtendedEntityManagerInvocationHandler = org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler of org.springframework.orm.jpa.ExtendedEntityManagerCreator
  private ExtendedEntityManagerSynchronization = org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerSynchronization of org.springframework.orm.jpa.ExtendedEntityManagerCreator