public class org.hibernate.cfg.annotations.EntityBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.cfg.annotations.EntityBinder
  super_class: java.lang.Object
{
  private static final org.hibernate.internal.CoreMessageLogger LOG;
    descriptor: Lorg/hibernate/internal/CoreMessageLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String NATURAL_ID_CACHE_SUFFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "##NaturalId"

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.annotations.common.reflection.XClass annotatedClass;
    descriptor: Lorg/hibernate/annotations/common/reflection/XClass;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.mapping.PersistentClass persistentClass;
    descriptor: Lorg/hibernate/mapping/PersistentClass;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.cfg.Mappings mappings;
    descriptor: Lorg/hibernate/cfg/Mappings;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String discriminatorValue;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean forceDiscriminator;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean insertableDiscriminator;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private boolean dynamicInsert;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean dynamicUpdate;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean explicitHibernateEntityAnnotation;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.annotations.OptimisticLockType optimisticLockType;
    descriptor: Lorg/hibernate/annotations/OptimisticLockType;
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.annotations.PolymorphismType polymorphismType;
    descriptor: Lorg/hibernate/annotations/PolymorphismType;
    flags: (0x0002) ACC_PRIVATE

  private boolean selectBeforeUpdate;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int batchSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean lazy;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.annotations.common.reflection.XClass proxyClass;
    descriptor: Lorg/hibernate/annotations/common/reflection/XClass;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String where;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, org.hibernate.mapping.Join> secondaryTables;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/mapping/Join;>;

  private java.util.Map<java.lang.String, java.lang.Object> secondaryTableJoins;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private java.lang.String cacheConcurrentStrategy;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String cacheRegion;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String naturalIdCacheRegion;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.hibernate.annotations.Filter> filters;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/hibernate/annotations/Filter;>;

  private org.hibernate.cfg.InheritanceState inheritanceState;
    descriptor: Lorg/hibernate/cfg/InheritanceState;
    flags: (0x0002) ACC_PRIVATE

  private boolean ignoreIdAnnotations;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean cacheLazyProperty;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.hibernate.cfg.AccessType propertyAccessType;
    descriptor: Lorg/hibernate/cfg/AccessType;
    flags: (0x0002) ACC_PRIVATE

  private boolean wrapIdsInEmbeddedComponents;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String subselect;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private static org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper SEC_TBL_NS_HELPER;
    descriptor: Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNamingStrategyHelper;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static volatile int[] $SWITCH_TABLE$org$hibernate$annotations$OptimisticLockType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$org$hibernate$annotations$PolymorphismType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 114
            ldc Lorg/hibernate/internal/CoreMessageLogger;
            ldc Lorg/hibernate/cfg/annotations/EntityBinder;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic org.jboss.logging.Logger.getMessageLogger:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.hibernate.internal.CoreMessageLogger
            putstatic org.hibernate.cfg.annotations.EntityBinder.LOG:Lorg/hibernate/internal/CoreMessageLogger;
         1: .line 800
            new org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper
            dup
            invokespecial org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper.<init>:()V
            putstatic org.hibernate.cfg.annotations.EntityBinder.SEC_TBL_NS_HELPER:Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNamingStrategyHelper;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean wrapIdsInEmbeddedComponents();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
         0: .line 148
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.wrapIdsInEmbeddedComponents:Z
            ireturn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
         0: .line 154
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 121
            aload 0 /* this */
            ldc ""
            putfield org.hibernate.cfg.annotations.EntityBinder.discriminatorValue:Ljava/lang/String;
         2: .line 134
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
         3: .line 135
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.hibernate.cfg.annotations.EntityBinder.secondaryTableJoins:Ljava/util/Map;
         4: .line 139
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.cfg.annotations.EntityBinder.filters:Ljava/util/List;
         5: .line 143
            aload 0 /* this */
            getstatic org.hibernate.cfg.AccessType.DEFAULT:Lorg/hibernate/cfg/AccessType;
            putfield org.hibernate.cfg.annotations.EntityBinder.propertyAccessType:Lorg/hibernate/cfg/AccessType;
         6: .line 155
            return
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/hibernate/cfg/annotations/EntityBinder;

  public void <init>(javax.persistence.Entity, org.hibernate.annotations.Entity, org.hibernate.annotations.common.reflection.XClass, org.hibernate.mapping.PersistentClass, org.hibernate.cfg.Mappings);
    descriptor: (Ljavax/persistence/Entity;Lorg/hibernate/annotations/Entity;Lorg/hibernate/annotations/common/reflection/XClass;Lorg/hibernate/mapping/PersistentClass;Lorg/hibernate/cfg/Mappings;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // javax.persistence.Entity ejb3Ann
        start local 2 // org.hibernate.annotations.Entity hibAnn
        start local 3 // org.hibernate.annotations.common.reflection.XClass annotatedClass
        start local 4 // org.hibernate.mapping.PersistentClass persistentClass
        start local 5 // org.hibernate.cfg.Mappings mappings
         0: .line 157
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 121
            aload 0 /* this */
            ldc ""
            putfield org.hibernate.cfg.annotations.EntityBinder.discriminatorValue:Ljava/lang/String;
         2: .line 134
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
         3: .line 135
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.hibernate.cfg.annotations.EntityBinder.secondaryTableJoins:Ljava/util/Map;
         4: .line 139
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.cfg.annotations.EntityBinder.filters:Ljava/util/List;
         5: .line 143
            aload 0 /* this */
            getstatic org.hibernate.cfg.AccessType.DEFAULT:Lorg/hibernate/cfg/AccessType;
            putfield org.hibernate.cfg.annotations.EntityBinder.propertyAccessType:Lorg/hibernate/cfg/AccessType;
         6: .line 163
            aload 0 /* this */
            aload 5 /* mappings */
            putfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
         7: .line 164
            aload 0 /* this */
            aload 4 /* persistentClass */
            putfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
         8: .line 165
            aload 0 /* this */
            aload 3 /* annotatedClass */
            putfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
         9: .line 166
            aload 0 /* this */
            aload 1 /* ejb3Ann */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.bindEjb3Annotation:(Ljavax/persistence/Entity;)V
        10: .line 167
            aload 0 /* this */
            aload 2 /* hibAnn */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.bindHibernateAnnotation:(Lorg/hibernate/annotations/Entity;)V
        11: .line 168
            return
        end local 5 // org.hibernate.cfg.Mappings mappings
        end local 4 // org.hibernate.mapping.PersistentClass persistentClass
        end local 3 // org.hibernate.annotations.common.reflection.XClass annotatedClass
        end local 2 // org.hibernate.annotations.Entity hibAnn
        end local 1 // javax.persistence.Entity ejb3Ann
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   12     1          ejb3Ann  Ljavax/persistence/Entity;
            0   12     2           hibAnn  Lorg/hibernate/annotations/Entity;
            0   12     3   annotatedClass  Lorg/hibernate/annotations/common/reflection/XClass;
            0   12     4  persistentClass  Lorg/hibernate/mapping/PersistentClass;
            0   12     5         mappings  Lorg/hibernate/cfg/Mappings;
    MethodParameters:
                 Name  Flags
      ejb3Ann          
      hibAnn           
      annotatedClass   
      persistentClass  
      mappings         

  private void bindHibernateAnnotation(org.hibernate.annotations.Entity);
    descriptor: (Lorg/hibernate/annotations/Entity;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.Entity hibAnn
         0: .line 174
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/DynamicInsert;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.DynamicInsert
            astore 2 /* dynamicInsertAnn */
        start local 2 // org.hibernate.annotations.DynamicInsert dynamicInsertAnn
         1: .line 175
            aload 0 /* this */
            aload 2 /* dynamicInsertAnn */
            ifnonnull 4
         2: .line 176
            aload 1 /* hibAnn */
            ifnonnull 3
            iconst_0
            goto 5
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.DynamicInsert
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
         3: aload 1 /* hibAnn */
            invokeinterface org.hibernate.annotations.Entity.dynamicInsert:()Z
            goto 5
         4: .line 177
      StackMap locals:
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
            aload 2 /* dynamicInsertAnn */
            invokeinterface org.hibernate.annotations.DynamicInsert.value:()Z
         5: .line 175
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.DynamicInsert
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder int
            putfield org.hibernate.cfg.annotations.EntityBinder.dynamicInsert:Z
        end local 2 // org.hibernate.annotations.DynamicInsert dynamicInsertAnn
         6: .line 181
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/DynamicUpdate;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.DynamicUpdate
            astore 2 /* dynamicUpdateAnn */
        start local 2 // org.hibernate.annotations.DynamicUpdate dynamicUpdateAnn
         7: .line 182
            aload 0 /* this */
            aload 2 /* dynamicUpdateAnn */
            ifnonnull 10
         8: .line 183
            aload 1 /* hibAnn */
            ifnonnull 9
            iconst_0
            goto 11
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.DynamicUpdate
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
         9: aload 1 /* hibAnn */
            invokeinterface org.hibernate.annotations.Entity.dynamicUpdate:()Z
            goto 11
        10: .line 184
      StackMap locals:
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
            aload 2 /* dynamicUpdateAnn */
            invokeinterface org.hibernate.annotations.DynamicUpdate.value:()Z
        11: .line 182
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.DynamicUpdate
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder int
            putfield org.hibernate.cfg.annotations.EntityBinder.dynamicUpdate:Z
        end local 2 // org.hibernate.annotations.DynamicUpdate dynamicUpdateAnn
        12: .line 188
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/SelectBeforeUpdate;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.SelectBeforeUpdate
            astore 2 /* selectBeforeUpdateAnn */
        start local 2 // org.hibernate.annotations.SelectBeforeUpdate selectBeforeUpdateAnn
        13: .line 189
            aload 0 /* this */
            aload 2 /* selectBeforeUpdateAnn */
            ifnonnull 16
        14: .line 190
            aload 1 /* hibAnn */
            ifnonnull 15
            iconst_0
            goto 17
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.SelectBeforeUpdate
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
        15: aload 1 /* hibAnn */
            invokeinterface org.hibernate.annotations.Entity.selectBeforeUpdate:()Z
            goto 17
        16: .line 191
      StackMap locals:
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
            aload 2 /* selectBeforeUpdateAnn */
            invokeinterface org.hibernate.annotations.SelectBeforeUpdate.value:()Z
        17: .line 189
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.SelectBeforeUpdate
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder int
            putfield org.hibernate.cfg.annotations.EntityBinder.selectBeforeUpdate:Z
        end local 2 // org.hibernate.annotations.SelectBeforeUpdate selectBeforeUpdateAnn
        18: .line 195
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/OptimisticLocking;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.OptimisticLocking
            astore 2 /* optimisticLockingAnn */
        start local 2 // org.hibernate.annotations.OptimisticLocking optimisticLockingAnn
        19: .line 196
            aload 0 /* this */
            aload 2 /* optimisticLockingAnn */
            ifnonnull 22
        20: .line 197
            aload 1 /* hibAnn */
            ifnonnull 21
            getstatic org.hibernate.annotations.OptimisticLockType.VERSION:Lorg/hibernate/annotations/OptimisticLockType;
            goto 23
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.OptimisticLocking
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
        21: aload 1 /* hibAnn */
            invokeinterface org.hibernate.annotations.Entity.optimisticLock:()Lorg/hibernate/annotations/OptimisticLockType;
            goto 23
        22: .line 198
      StackMap locals:
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
            aload 2 /* optimisticLockingAnn */
            invokeinterface org.hibernate.annotations.OptimisticLocking.type:()Lorg/hibernate/annotations/OptimisticLockType;
        23: .line 196
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.OptimisticLocking
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.OptimisticLockType
            putfield org.hibernate.cfg.annotations.EntityBinder.optimisticLockType:Lorg/hibernate/annotations/OptimisticLockType;
        end local 2 // org.hibernate.annotations.OptimisticLocking optimisticLockingAnn
        24: .line 202
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Polymorphism;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Polymorphism
            astore 2 /* polymorphismAnn */
        start local 2 // org.hibernate.annotations.Polymorphism polymorphismAnn
        25: .line 203
            aload 0 /* this */
            aload 2 /* polymorphismAnn */
            ifnonnull 28
        26: .line 204
            aload 1 /* hibAnn */
            ifnonnull 27
            getstatic org.hibernate.annotations.PolymorphismType.IMPLICIT:Lorg/hibernate/annotations/PolymorphismType;
            goto 29
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.Polymorphism
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
        27: aload 1 /* hibAnn */
            invokeinterface org.hibernate.annotations.Entity.polymorphism:()Lorg/hibernate/annotations/PolymorphismType;
            goto 29
        28: .line 205
      StackMap locals:
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
            aload 2 /* polymorphismAnn */
            invokeinterface org.hibernate.annotations.Polymorphism.type:()Lorg/hibernate/annotations/PolymorphismType;
        29: .line 203
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Entity org.hibernate.annotations.Polymorphism
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.PolymorphismType
            putfield org.hibernate.cfg.annotations.EntityBinder.polymorphismType:Lorg/hibernate/annotations/PolymorphismType;
        end local 2 // org.hibernate.annotations.Polymorphism polymorphismAnn
        30: .line 208
            aload 1 /* hibAnn */
            ifnull 32
        31: .line 210
            aload 0 /* this */
            iconst_1
            putfield org.hibernate.cfg.annotations.EntityBinder.explicitHibernateEntityAnnotation:Z
        32: .line 213
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.annotations.Entity hibAnn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   33     0                   this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   33     1                 hibAnn  Lorg/hibernate/annotations/Entity;
            1    6     2       dynamicInsertAnn  Lorg/hibernate/annotations/DynamicInsert;
            7   12     2       dynamicUpdateAnn  Lorg/hibernate/annotations/DynamicUpdate;
           13   18     2  selectBeforeUpdateAnn  Lorg/hibernate/annotations/SelectBeforeUpdate;
           19   24     2   optimisticLockingAnn  Lorg/hibernate/annotations/OptimisticLocking;
           25   30     2        polymorphismAnn  Lorg/hibernate/annotations/Polymorphism;
    MethodParameters:
        Name  Flags
      hibAnn  

  private void bindEjb3Annotation(javax.persistence.Entity);
    descriptor: (Ljavax/persistence/Entity;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // javax.persistence.Entity ejb3Ann
         0: .line 216
            aload 1 /* ejb3Ann */
            ifnonnull 1
            new org.hibernate.AssertionFailure
            dup
            ldc "@Entity should always be not null"
            invokespecial org.hibernate.AssertionFailure.<init>:(Ljava/lang/String;)V
            athrow
         1: .line 217
      StackMap locals:
      StackMap stack:
            aload 1 /* ejb3Ann */
            invokeinterface javax.persistence.Entity.name:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 218
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getName:()Ljava/lang/String;
            invokestatic org.hibernate.internal.util.StringHelper.unqualify:(Ljava/lang/String;)Ljava/lang/String;
            putfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
         3: .line 219
            goto 5
         4: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ejb3Ann */
            invokeinterface javax.persistence.Entity.name:()Ljava/lang/String;
            putfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
         5: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.persistence.Entity ejb3Ann
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    6     1  ejb3Ann  Ljavax/persistence/Entity;
    MethodParameters:
         Name  Flags
      ejb3Ann  

  public boolean isRootEntity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
         0: .line 227
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            instanceof org.hibernate.mapping.RootClass
            ireturn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder;

  public void setDiscriminatorValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // java.lang.String discriminatorValue
         0: .line 231
            aload 0 /* this */
            aload 1 /* discriminatorValue */
            putfield org.hibernate.cfg.annotations.EntityBinder.discriminatorValue:Ljava/lang/String;
         1: .line 232
            return
        end local 1 // java.lang.String discriminatorValue
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    2     1  discriminatorValue  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      discriminatorValue  

  public void setForceDiscriminator(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // boolean forceDiscriminator
         0: .line 235
            aload 0 /* this */
            iload 1 /* forceDiscriminator */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.hibernate.cfg.annotations.EntityBinder.forceDiscriminator:Ljava/lang/Boolean;
         1: .line 236
            return
        end local 1 // boolean forceDiscriminator
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    2     1  forceDiscriminator  Z
    MethodParameters:
                    Name  Flags
      forceDiscriminator  

  public void setInsertableDiscriminator(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // boolean insertableDiscriminator
         0: .line 239
            aload 0 /* this */
            iload 1 /* insertableDiscriminator */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.hibernate.cfg.annotations.EntityBinder.insertableDiscriminator:Ljava/lang/Boolean;
         1: .line 240
            return
        end local 1 // boolean insertableDiscriminator
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    2     1  insertableDiscriminator  Z
    MethodParameters:
                         Name  Flags
      insertableDiscriminator  

  public void bindEntity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=14, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
         0: .line 243
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.isAbstract:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual org.hibernate.mapping.PersistentClass.setAbstract:(Ljava/lang/Boolean;)V
         1: .line 244
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getName:()Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setClassName:(Ljava/lang/String;)V
         2: .line 245
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setNodeName:(Ljava/lang/String;)V
         3: .line 246
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setJpaEntityName:(Ljava/lang/String;)V
         4: .line 248
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getName:()Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setEntityName:(Ljava/lang/String;)V
         5: .line 249
            aload 0 /* this */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.bindDiscriminatorValue:()V
         6: .line 251
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.lazy:Z
            invokevirtual org.hibernate.mapping.PersistentClass.setLazy:(Z)V
         7: .line 252
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.proxyClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ifnull 9
         8: .line 253
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.proxyClass:Lorg/hibernate/annotations/common/reflection/XClass;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getName:()Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setProxyInterfaceName:(Ljava/lang/String;)V
         9: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.dynamicInsert:Z
            invokevirtual org.hibernate.mapping.PersistentClass.setDynamicInsert:(Z)V
        10: .line 256
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.dynamicUpdate:Z
            invokevirtual org.hibernate.mapping.PersistentClass.setDynamicUpdate:(Z)V
        11: .line 258
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            instanceof org.hibernate.mapping.RootClass
            ifeq 37
        12: .line 259
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            checkcast org.hibernate.mapping.RootClass
            astore 1 /* rootClass */
        start local 1 // org.hibernate.mapping.RootClass rootClass
        13: .line 260
            iconst_1
            istore 2 /* mutable */
        start local 2 // boolean mutable
        14: .line 262
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Immutable;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 17
        15: .line 263
            iconst_0
            istore 2 /* mutable */
        16: .line 264
            goto 21
        17: .line 267
      StackMap locals: org.hibernate.mapping.RootClass int
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Entity;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Entity
        18: .line 266
            astore 3 /* entityAnn */
        start local 3 // org.hibernate.annotations.Entity entityAnn
        19: .line 268
            aload 3 /* entityAnn */
            ifnull 21
        20: .line 269
            aload 3 /* entityAnn */
            invokeinterface org.hibernate.annotations.Entity.mutable:()Z
            istore 2 /* mutable */
        end local 3 // org.hibernate.annotations.Entity entityAnn
        21: .line 272
      StackMap locals:
      StackMap stack:
            aload 1 /* rootClass */
            iload 2 /* mutable */
            invokevirtual org.hibernate.mapping.RootClass.setMutable:(Z)V
        22: .line 273
            aload 1 /* rootClass */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.polymorphismType:Lorg/hibernate/annotations/PolymorphismType;
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.isExplicitPolymorphism:(Lorg/hibernate/annotations/PolymorphismType;)Z
            invokevirtual org.hibernate.mapping.RootClass.setExplicitPolymorphism:(Z)V
        23: .line 274
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.where:Ljava/lang/String;
            invokestatic org.hibernate.internal.util.StringHelper.isNotEmpty:(Ljava/lang/String;)Z
            ifeq 24
            aload 1 /* rootClass */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.where:Ljava/lang/String;
            invokevirtual org.hibernate.mapping.RootClass.setWhere:(Ljava/lang/String;)V
        24: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.cacheConcurrentStrategy:Ljava/lang/String;
            ifnull 28
        25: .line 276
            aload 1 /* rootClass */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.cacheConcurrentStrategy:Ljava/lang/String;
            invokevirtual org.hibernate.mapping.RootClass.setCacheConcurrencyStrategy:(Ljava/lang/String;)V
        26: .line 277
            aload 1 /* rootClass */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.cacheRegion:Ljava/lang/String;
            invokevirtual org.hibernate.mapping.RootClass.setCacheRegionName:(Ljava/lang/String;)V
        27: .line 278
            aload 1 /* rootClass */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.cacheLazyProperty:Z
            invokevirtual org.hibernate.mapping.RootClass.setLazyPropertiesCacheable:(Z)V
        28: .line 280
      StackMap locals:
      StackMap stack:
            aload 1 /* rootClass */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.naturalIdCacheRegion:Ljava/lang/String;
            invokevirtual org.hibernate.mapping.RootClass.setNaturalIdCacheRegionName:(Ljava/lang/String;)V
        29: .line 281
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.forceDiscriminator:Ljava/lang/Boolean;
            ifnonnull 31
        30: .line 282
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            invokeinterface org.hibernate.cfg.Mappings.forceDiscriminatorInSelectsByDefault:()Z
            goto 32
        31: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.forceDiscriminator:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
        32: .line 281
      StackMap locals:
      StackMap stack: int
            istore 3 /* forceDiscriminatorInSelects */
        start local 3 // boolean forceDiscriminatorInSelects
        33: .line 284
            aload 1 /* rootClass */
            iload 3 /* forceDiscriminatorInSelects */
            invokevirtual org.hibernate.mapping.RootClass.setForceDiscriminator:(Z)V
        34: .line 285
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.insertableDiscriminator:Ljava/lang/Boolean;
            ifnull 41
        35: .line 286
            aload 1 /* rootClass */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.insertableDiscriminator:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual org.hibernate.mapping.RootClass.setDiscriminatorInsertable:(Z)V
        end local 3 // boolean forceDiscriminatorInSelects
        end local 2 // boolean mutable
        end local 1 // org.hibernate.mapping.RootClass rootClass
        36: .line 288
            goto 41
        37: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.explicitHibernateEntityAnnotation:Z
            ifeq 39
        38: .line 291
            getstatic org.hibernate.cfg.annotations.EntityBinder.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getName:()Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.entityAnnotationOnNonRoot:(Ljava/lang/String;)V
        39: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Immutable;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 41
        40: .line 294
            getstatic org.hibernate.cfg.annotations.EntityBinder.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getName:()Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.immutableAnnotationOnNonRoot:(Ljava/lang/String;)V
        41: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.optimisticLockType:Lorg/hibernate/annotations/OptimisticLockType;
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.getVersioning:(Lorg/hibernate/annotations/OptimisticLockType;)Lorg/hibernate/engine/OptimisticLockStyle;
            invokevirtual org.hibernate.mapping.PersistentClass.setOptimisticLockStyle:(Lorg/hibernate/engine/OptimisticLockStyle;)V
        42: .line 298
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.selectBeforeUpdate:Z
            invokevirtual org.hibernate.mapping.PersistentClass.setSelectBeforeUpdate:(Z)V
        43: .line 301
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Persister;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Persister
            astore 1 /* persisterAnn */
        start local 1 // org.hibernate.annotations.Persister persisterAnn
        44: .line 302
            aconst_null
            astore 2 /* persister */
        start local 2 // java.lang.Class persister
        45: .line 303
            aload 1 /* persisterAnn */
            ifnull 48
        46: .line 304
            aload 1 /* persisterAnn */
            invokeinterface org.hibernate.annotations.Persister.impl:()Ljava/lang/Class;
            astore 2 /* persister */
        47: .line 305
            goto 54
        48: .line 307
      StackMap locals: org.hibernate.annotations.Persister java.lang.Class
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Entity;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Entity
            astore 3 /* entityAnn */
        start local 3 // org.hibernate.annotations.Entity entityAnn
        49: .line 308
            aload 3 /* entityAnn */
            ifnull 54
            aload 3 /* entityAnn */
            invokeinterface org.hibernate.annotations.Entity.persister:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifne 54
        50: .line 310
            aload 3 /* entityAnn */
            invokeinterface org.hibernate.annotations.Entity.persister:()Ljava/lang/String;
            invokestatic org.hibernate.internal.util.ReflectHelper.classForName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 2 /* persister */
        51: .line 311
            goto 54
        52: .line 312
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.Entity
      StackMap stack: java.lang.ClassNotFoundException
            pop
        53: .line 313
            new org.hibernate.AnnotationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Could not find persister class: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* persister */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.hibernate.AnnotationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.hibernate.annotations.Entity entityAnn
        54: .line 317
      StackMap locals:
      StackMap stack:
            aload 2 /* persister */
            ifnull 56
        55: .line 318
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 2 /* persister */
            invokevirtual org.hibernate.mapping.PersistentClass.setEntityPersisterClass:(Ljava/lang/Class;)V
        56: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.batchSize:I
            invokevirtual org.hibernate.mapping.PersistentClass.setBatchSize:(I)V
        57: .line 324
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/SQLInsert;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.SQLInsert
            astore 3 /* sqlInsert */
        start local 3 // org.hibernate.annotations.SQLInsert sqlInsert
        58: .line 325
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/SQLUpdate;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.SQLUpdate
            astore 4 /* sqlUpdate */
        start local 4 // org.hibernate.annotations.SQLUpdate sqlUpdate
        59: .line 326
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/SQLDelete;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.SQLDelete
            astore 5 /* sqlDelete */
        start local 5 // org.hibernate.annotations.SQLDelete sqlDelete
        60: .line 327
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/SQLDeleteAll;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.SQLDeleteAll
            astore 6 /* sqlDeleteAll */
        start local 6 // org.hibernate.annotations.SQLDeleteAll sqlDeleteAll
        61: .line 328
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Loader;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Loader
            astore 7 /* loader */
        start local 7 // org.hibernate.annotations.Loader loader
        62: .line 330
            aload 3 /* sqlInsert */
            ifnull 66
        63: .line 331
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 3 /* sqlInsert */
            invokeinterface org.hibernate.annotations.SQLInsert.sql:()Ljava/lang/String;
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            aload 3 /* sqlInsert */
            invokeinterface org.hibernate.annotations.SQLInsert.callable:()Z
        64: .line 332
            aload 3 /* sqlInsert */
            invokeinterface org.hibernate.annotations.SQLInsert.check:()Lorg/hibernate/annotations/ResultCheckStyle;
            invokevirtual org.hibernate.annotations.ResultCheckStyle.toString:()Ljava/lang/String;
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokestatic org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle.fromExternalName:(Ljava/lang/String;)Lorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;
        65: .line 331
            invokevirtual org.hibernate.mapping.PersistentClass.setCustomSQLInsert:(Ljava/lang/String;ZLorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;)V
        66: .line 336
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll org.hibernate.annotations.Loader
      StackMap stack:
            aload 4 /* sqlUpdate */
            ifnull 70
        67: .line 337
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 4 /* sqlUpdate */
            invokeinterface org.hibernate.annotations.SQLUpdate.sql:()Ljava/lang/String;
            aload 4 /* sqlUpdate */
            invokeinterface org.hibernate.annotations.SQLUpdate.callable:()Z
        68: .line 338
            aload 4 /* sqlUpdate */
            invokeinterface org.hibernate.annotations.SQLUpdate.check:()Lorg/hibernate/annotations/ResultCheckStyle;
            invokevirtual org.hibernate.annotations.ResultCheckStyle.toString:()Ljava/lang/String;
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokestatic org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle.fromExternalName:(Ljava/lang/String;)Lorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;
        69: .line 337
            invokevirtual org.hibernate.mapping.PersistentClass.setCustomSQLUpdate:(Ljava/lang/String;ZLorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;)V
        70: .line 341
      StackMap locals:
      StackMap stack:
            aload 5 /* sqlDelete */
            ifnull 74
        71: .line 342
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 5 /* sqlDelete */
            invokeinterface org.hibernate.annotations.SQLDelete.sql:()Ljava/lang/String;
            aload 5 /* sqlDelete */
            invokeinterface org.hibernate.annotations.SQLDelete.callable:()Z
        72: .line 343
            aload 5 /* sqlDelete */
            invokeinterface org.hibernate.annotations.SQLDelete.check:()Lorg/hibernate/annotations/ResultCheckStyle;
            invokevirtual org.hibernate.annotations.ResultCheckStyle.toString:()Ljava/lang/String;
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokestatic org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle.fromExternalName:(Ljava/lang/String;)Lorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;
        73: .line 342
            invokevirtual org.hibernate.mapping.PersistentClass.setCustomSQLDelete:(Ljava/lang/String;ZLorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;)V
        74: .line 346
      StackMap locals:
      StackMap stack:
            aload 6 /* sqlDeleteAll */
            ifnull 78
        75: .line 347
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 6 /* sqlDeleteAll */
            invokeinterface org.hibernate.annotations.SQLDeleteAll.sql:()Ljava/lang/String;
            aload 6 /* sqlDeleteAll */
            invokeinterface org.hibernate.annotations.SQLDeleteAll.callable:()Z
        76: .line 348
            aload 6 /* sqlDeleteAll */
            invokeinterface org.hibernate.annotations.SQLDeleteAll.check:()Lorg/hibernate/annotations/ResultCheckStyle;
            invokevirtual org.hibernate.annotations.ResultCheckStyle.toString:()Ljava/lang/String;
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokestatic org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle.fromExternalName:(Ljava/lang/String;)Lorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;
        77: .line 347
            invokevirtual org.hibernate.mapping.PersistentClass.setCustomSQLDelete:(Ljava/lang/String;ZLorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;)V
        78: .line 351
      StackMap locals:
      StackMap stack:
            aload 7 /* loader */
            ifnull 80
        79: .line 352
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 7 /* loader */
            invokeinterface org.hibernate.annotations.Loader.namedQuery:()Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setLoaderName:(Ljava/lang/String;)V
        80: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Synchronize;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 88
        81: .line 356
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Synchronize;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Synchronize
            astore 8 /* synchronizedWith */
        start local 8 // org.hibernate.annotations.Synchronize synchronizedWith
        82: .line 358
            aload 8 /* synchronizedWith */
            invokeinterface org.hibernate.annotations.Synchronize.value:()[Ljava/lang/String;
            astore 9 /* tables */
        start local 9 // java.lang.String[] tables
        83: .line 359
            aload 9 /* tables */
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 87
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll org.hibernate.annotations.Loader org.hibernate.annotations.Synchronize java.lang.String[] top int int java.lang.String[]
      StackMap stack:
        84: aload 13
            iload 11
            aaload
            astore 10 /* table */
        start local 10 // java.lang.String table
        85: .line 360
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 10 /* table */
            invokevirtual org.hibernate.mapping.PersistentClass.addSynchronizedTable:(Ljava/lang/String;)V
        end local 10 // java.lang.String table
        86: .line 359
            iinc 11 1
      StackMap locals:
      StackMap stack:
        87: iload 11
            iload 12
            if_icmplt 84
        end local 9 // java.lang.String[] tables
        end local 8 // org.hibernate.annotations.Synchronize synchronizedWith
        88: .line 364
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll org.hibernate.annotations.Loader
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Subselect;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 91
        89: .line 365
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Subselect;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Subselect
            astore 8 /* subselect */
        start local 8 // org.hibernate.annotations.Subselect subselect
        90: .line 366
            aload 0 /* this */
            aload 8 /* subselect */
            invokeinterface org.hibernate.annotations.Subselect.value:()Ljava/lang/String;
            putfield org.hibernate.cfg.annotations.EntityBinder.subselect:Ljava/lang/String;
        end local 8 // org.hibernate.annotations.Subselect subselect
        91: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Tuplizers;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 98
        92: .line 371
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Tuplizers;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Tuplizers
            invokeinterface org.hibernate.annotations.Tuplizers.value:()[Lorg/hibernate/annotations/Tuplizer;
            dup
            astore 11
            arraylength
            istore 10
            iconst_0
            istore 9
            goto 97
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll org.hibernate.annotations.Loader top int int org.hibernate.annotations.Tuplizer[]
      StackMap stack:
        93: aload 11
            iload 9
            aaload
            astore 8 /* tuplizer */
        start local 8 // org.hibernate.annotations.Tuplizer tuplizer
        94: .line 372
            aload 8 /* tuplizer */
            invokeinterface org.hibernate.annotations.Tuplizer.entityMode:()Ljava/lang/String;
            invokestatic org.hibernate.EntityMode.parse:(Ljava/lang/String;)Lorg/hibernate/EntityMode;
            astore 12 /* mode */
        start local 12 // org.hibernate.EntityMode mode
        95: .line 374
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 12 /* mode */
            aload 8 /* tuplizer */
            invokeinterface org.hibernate.annotations.Tuplizer.impl:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.addTuplizer:(Lorg/hibernate/EntityMode;Ljava/lang/String;)V
        end local 12 // org.hibernate.EntityMode mode
        end local 8 // org.hibernate.annotations.Tuplizer tuplizer
        96: .line 371
            iinc 9 1
      StackMap locals:
      StackMap stack:
        97: iload 9
            iload 10
            if_icmplt 93
        98: .line 377
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll org.hibernate.annotations.Loader
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Tuplizer;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 102
        99: .line 378
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Tuplizer;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Tuplizer
            astore 8 /* tuplizer */
        start local 8 // org.hibernate.annotations.Tuplizer tuplizer
       100: .line 379
            aload 8 /* tuplizer */
            invokeinterface org.hibernate.annotations.Tuplizer.entityMode:()Ljava/lang/String;
            invokestatic org.hibernate.EntityMode.parse:(Ljava/lang/String;)Lorg/hibernate/EntityMode;
            astore 9 /* mode */
        start local 9 // org.hibernate.EntityMode mode
       101: .line 381
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 9 /* mode */
            aload 8 /* tuplizer */
            invokeinterface org.hibernate.annotations.Tuplizer.impl:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.addTuplizer:(Lorg/hibernate/EntityMode;Ljava/lang/String;)V
        end local 9 // org.hibernate.EntityMode mode
        end local 8 // org.hibernate.annotations.Tuplizer tuplizer
       102: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.filters:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 118
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll org.hibernate.annotations.Loader top java.util.Iterator
      StackMap stack:
       103: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.annotations.Filter
            astore 8 /* filter */
        start local 8 // org.hibernate.annotations.Filter filter
       104: .line 385
            aload 8 /* filter */
            invokeinterface org.hibernate.annotations.Filter.name:()Ljava/lang/String;
            astore 10 /* filterName */
        start local 10 // java.lang.String filterName
       105: .line 386
            aload 8 /* filter */
            invokeinterface org.hibernate.annotations.Filter.condition:()Ljava/lang/String;
            astore 11 /* cond */
        start local 11 // java.lang.String cond
       106: .line 387
            aload 11 /* cond */
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifeq 115
       107: .line 388
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            aload 10 /* filterName */
            invokeinterface org.hibernate.cfg.Mappings.getFilterDefinition:(Ljava/lang/String;)Lorg/hibernate/engine/spi/FilterDefinition;
            astore 12 /* definition */
        start local 12 // org.hibernate.engine.spi.FilterDefinition definition
       108: .line 389
            aload 12 /* definition */
            ifnonnull 109
            aconst_null
            goto 110
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll org.hibernate.annotations.Loader org.hibernate.annotations.Filter java.util.Iterator java.lang.String java.lang.String org.hibernate.engine.spi.FilterDefinition
      StackMap stack:
       109: aload 12 /* definition */
            invokevirtual org.hibernate.engine.spi.FilterDefinition.getDefaultFilterCondition:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
       110: astore 11 /* cond */
       111: .line 390
            aload 11 /* cond */
            invokestatic org.hibernate.internal.util.StringHelper.isEmpty:(Ljava/lang/String;)Z
            ifeq 115
       112: .line 391
            new org.hibernate.AnnotationException
            dup
       113: .line 392
            new java.lang.StringBuilder
            dup
            ldc "no filter condition found for filter "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 10 /* filterName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " in "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       114: .line 391
            invokespecial org.hibernate.AnnotationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 12 // org.hibernate.engine.spi.FilterDefinition definition
       115: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 10 /* filterName */
            aload 11 /* cond */
            aload 8 /* filter */
            invokeinterface org.hibernate.annotations.Filter.deduceAliasInjectionPoints:()Z
       116: .line 397
            aload 8 /* filter */
            invokeinterface org.hibernate.annotations.Filter.aliases:()[Lorg/hibernate/annotations/SqlFragmentAlias;
            invokestatic org.hibernate.cfg.BinderHelper.toAliasTableMap:([Lorg/hibernate/annotations/SqlFragmentAlias;)Ljava/util/Map;
            aload 8 /* filter */
            invokeinterface org.hibernate.annotations.Filter.aliases:()[Lorg/hibernate/annotations/SqlFragmentAlias;
            invokestatic org.hibernate.cfg.BinderHelper.toAliasEntityMap:([Lorg/hibernate/annotations/SqlFragmentAlias;)Ljava/util/Map;
       117: .line 396
            invokevirtual org.hibernate.mapping.PersistentClass.addFilter:(Ljava/lang/String;Ljava/lang/String;ZLjava/util/Map;Ljava/util/Map;)V
        end local 11 // java.lang.String cond
        end local 10 // java.lang.String filterName
        end local 8 // org.hibernate.annotations.Filter filter
       118: .line 384
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll org.hibernate.annotations.Loader top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 103
       119: .line 399
            getstatic org.hibernate.cfg.annotations.EntityBinder.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            ldc "Import with entity name %s"
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
       120: .line 401
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getEntityName:()Ljava/lang/String;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokeinterface org.hibernate.cfg.Mappings.addImport:(Ljava/lang/String;Ljava/lang/String;)V
       121: .line 402
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getEntityName:()Ljava/lang/String;
            astore 8 /* entityName */
        start local 8 // java.lang.String entityName
       122: .line 403
            aload 8 /* entityName */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 127
       123: .line 404
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            aload 8 /* entityName */
            aload 8 /* entityName */
            invokeinterface org.hibernate.cfg.Mappings.addImport:(Ljava/lang/String;Ljava/lang/String;)V
        end local 8 // java.lang.String entityName
       124: .line 406
            goto 127
       125: .line 407
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Persister java.lang.Class org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll org.hibernate.annotations.Loader
      StackMap stack: org.hibernate.MappingException
            astore 8 /* me */
        start local 8 // org.hibernate.MappingException me
       126: .line 408
            new org.hibernate.AnnotationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Use of the same entity name twice: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 8 /* me */
            invokespecial org.hibernate.AnnotationException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 8 // org.hibernate.MappingException me
       127: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.processNamedEntityGraphs:()V
       128: .line 412
            return
        end local 7 // org.hibernate.annotations.Loader loader
        end local 6 // org.hibernate.annotations.SQLDeleteAll sqlDeleteAll
        end local 5 // org.hibernate.annotations.SQLDelete sqlDelete
        end local 4 // org.hibernate.annotations.SQLUpdate sqlUpdate
        end local 3 // org.hibernate.annotations.SQLInsert sqlInsert
        end local 2 // java.lang.Class persister
        end local 1 // org.hibernate.annotations.Persister persisterAnn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0  129     0                         this  Lorg/hibernate/cfg/annotations/EntityBinder;
           13   36     1                    rootClass  Lorg/hibernate/mapping/RootClass;
           14   36     2                      mutable  Z
           19   21     3                    entityAnn  Lorg/hibernate/annotations/Entity;
           33   36     3  forceDiscriminatorInSelects  Z
           44  129     1                 persisterAnn  Lorg/hibernate/annotations/Persister;
           45  129     2                    persister  Ljava/lang/Class;
           49   54     3                    entityAnn  Lorg/hibernate/annotations/Entity;
           58  129     3                    sqlInsert  Lorg/hibernate/annotations/SQLInsert;
           59  129     4                    sqlUpdate  Lorg/hibernate/annotations/SQLUpdate;
           60  129     5                    sqlDelete  Lorg/hibernate/annotations/SQLDelete;
           61  129     6                 sqlDeleteAll  Lorg/hibernate/annotations/SQLDeleteAll;
           62  129     7                       loader  Lorg/hibernate/annotations/Loader;
           82   88     8             synchronizedWith  Lorg/hibernate/annotations/Synchronize;
           83   88     9                       tables  [Ljava/lang/String;
           85   86    10                        table  Ljava/lang/String;
           90   91     8                    subselect  Lorg/hibernate/annotations/Subselect;
           94   96     8                     tuplizer  Lorg/hibernate/annotations/Tuplizer;
           95   96    12                         mode  Lorg/hibernate/EntityMode;
          100  102     8                     tuplizer  Lorg/hibernate/annotations/Tuplizer;
          101  102     9                         mode  Lorg/hibernate/EntityMode;
          104  118     8                       filter  Lorg/hibernate/annotations/Filter;
          105  118    10                   filterName  Ljava/lang/String;
          106  118    11                         cond  Ljava/lang/String;
          108  115    12                   definition  Lorg/hibernate/engine/spi/FilterDefinition;
          122  124     8                   entityName  Ljava/lang/String;
          126  127     8                           me  Lorg/hibernate/MappingException;
      Exception table:
        from    to  target  type
          50    51      52  Class java.lang.ClassNotFoundException
         120   124     125  Class org.hibernate.MappingException

  private void processNamedEntityGraphs();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
         0: .line 415
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Ljavax/persistence/NamedEntityGraph;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast javax.persistence.NamedEntityGraph
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.processNamedEntityGraph:(Ljavax/persistence/NamedEntityGraph;)V
         1: .line 416
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Ljavax/persistence/NamedEntityGraphs;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast javax.persistence.NamedEntityGraphs
            astore 1 /* graphs */
        start local 1 // javax.persistence.NamedEntityGraphs graphs
         2: .line 417
            aload 1 /* graphs */
            ifnull 8
         3: .line 418
            aload 1 /* graphs */
            invokeinterface javax.persistence.NamedEntityGraphs.value:()[Ljavax/persistence/NamedEntityGraph;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder javax.persistence.NamedEntityGraphs top int int javax.persistence.NamedEntityGraph[]
      StackMap stack:
         4: aload 5
            iload 3
            aaload
            astore 2 /* graph */
        start local 2 // javax.persistence.NamedEntityGraph graph
         5: .line 419
            aload 0 /* this */
            aload 2 /* graph */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.processNamedEntityGraph:(Ljavax/persistence/NamedEntityGraph;)V
        end local 2 // javax.persistence.NamedEntityGraph graph
         6: .line 418
            iinc 3 1
      StackMap locals:
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 4
         8: .line 422
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder javax.persistence.NamedEntityGraphs
      StackMap stack:
            return
        end local 1 // javax.persistence.NamedEntityGraphs graphs
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/hibernate/cfg/annotations/EntityBinder;
            2    9     1  graphs  Ljavax/persistence/NamedEntityGraphs;
            5    6     2   graph  Ljavax/persistence/NamedEntityGraph;

  private void processNamedEntityGraph(javax.persistence.NamedEntityGraph);
    descriptor: (Ljavax/persistence/NamedEntityGraph;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // javax.persistence.NamedEntityGraph annotation
         0: .line 425
            aload 1 /* annotation */
            ifnonnull 2
         1: .line 426
            return
         2: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            new org.hibernate.cfg.annotations.NamedEntityGraphDefinition
            dup
            aload 1 /* annotation */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getEntityName:()Ljava/lang/String;
            invokespecial org.hibernate.cfg.annotations.NamedEntityGraphDefinition.<init>:(Ljavax/persistence/NamedEntityGraph;Ljava/lang/String;Ljava/lang/String;)V
            invokeinterface org.hibernate.cfg.Mappings.addNamedEntityGraphDefintion:(Lorg/hibernate/cfg/annotations/NamedEntityGraphDefinition;)V
         3: .line 429
            return
        end local 1 // javax.persistence.NamedEntityGraph annotation
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    4     1  annotation  Ljavax/persistence/NamedEntityGraph;
    MethodParameters:
            Name  Flags
      annotation  

  public void bindDiscriminatorValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
         0: .line 432
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.discriminatorValue:Ljava/lang/String;
            invokestatic org.hibernate.internal.util.StringHelper.isEmpty:(Ljava/lang/String;)Z
            ifeq 14
         1: .line 433
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getDiscriminator:()Lorg/hibernate/mapping/Value;
            astore 1 /* discriminator */
        start local 1 // org.hibernate.mapping.Value discriminator
         2: .line 434
            aload 1 /* discriminator */
            ifnonnull 5
         3: .line 435
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setDiscriminatorValue:(Ljava/lang/String;)V
         4: .line 436
            goto 15
         5: .line 437
      StackMap locals: org.hibernate.mapping.Value
      StackMap stack:
            ldc "character"
            aload 1 /* discriminator */
            invokeinterface org.hibernate.mapping.Value.getType:()Lorg/hibernate/type/Type;
            invokeinterface org.hibernate.type.Type.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 438
            new org.hibernate.AnnotationException
            dup
         7: .line 439
            ldc "Using default @DiscriminatorValue for a discriminator of type CHAR is not safe"
         8: .line 438
            invokespecial org.hibernate.AnnotationException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 442
      StackMap locals:
      StackMap stack:
            ldc "integer"
            aload 1 /* discriminator */
            invokeinterface org.hibernate.mapping.Value.getType:()Lorg/hibernate/type/Type;
            invokeinterface org.hibernate.type.Type.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        10: .line 443
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setDiscriminatorValue:(Ljava/lang/String;)V
        11: .line 444
            goto 15
        12: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setDiscriminatorValue:(Ljava/lang/String;)V
        end local 1 // org.hibernate.mapping.Value discriminator
        13: .line 448
            goto 15
        14: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.discriminatorValue:Ljava/lang/String;
            invokevirtual org.hibernate.mapping.PersistentClass.setDiscriminatorValue:(Ljava/lang/String;)V
        15: .line 453
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lorg/hibernate/cfg/annotations/EntityBinder;
            2   13     1  discriminator  Lorg/hibernate/mapping/Value;

  org.hibernate.engine.OptimisticLockStyle getVersioning(org.hibernate.annotations.OptimisticLockType);
    descriptor: (Lorg/hibernate/annotations/OptimisticLockType;)Lorg/hibernate/engine/OptimisticLockStyle;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.OptimisticLockType type
         0: .line 456
            invokestatic org.hibernate.cfg.annotations.EntityBinder.$SWITCH_TABLE$org$hibernate$annotations$OptimisticLockType:()[I
            aload 1 /* type */
            invokevirtual org.hibernate.annotations.OptimisticLockType.ordinal:()I
            iaload
            tableswitch { // 1 - 4
                    1: 2
                    2: 1
                    3: 3
                    4: 4
              default: 5
          }
         1: .line 458
      StackMap locals:
      StackMap stack:
            getstatic org.hibernate.engine.OptimisticLockStyle.VERSION:Lorg/hibernate/engine/OptimisticLockStyle;
            areturn
         2: .line 460
      StackMap locals:
      StackMap stack:
            getstatic org.hibernate.engine.OptimisticLockStyle.NONE:Lorg/hibernate/engine/OptimisticLockStyle;
            areturn
         3: .line 462
      StackMap locals:
      StackMap stack:
            getstatic org.hibernate.engine.OptimisticLockStyle.DIRTY:Lorg/hibernate/engine/OptimisticLockStyle;
            areturn
         4: .line 464
      StackMap locals:
      StackMap stack:
            getstatic org.hibernate.engine.OptimisticLockStyle.ALL:Lorg/hibernate/engine/OptimisticLockStyle;
            areturn
         5: .line 466
      StackMap locals:
      StackMap stack:
            new org.hibernate.AssertionFailure
            dup
            new java.lang.StringBuilder
            dup
            ldc "optimistic locking not supported: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.hibernate.AssertionFailure.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.hibernate.annotations.OptimisticLockType type
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    6     1  type  Lorg/hibernate/annotations/OptimisticLockType;
    MethodParameters:
      Name  Flags
      type  

  private boolean isExplicitPolymorphism(org.hibernate.annotations.PolymorphismType);
    descriptor: (Lorg/hibernate/annotations/PolymorphismType;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.PolymorphismType type
         0: .line 471
            invokestatic org.hibernate.cfg.annotations.EntityBinder.$SWITCH_TABLE$org$hibernate$annotations$PolymorphismType:()[I
            aload 1 /* type */
            invokevirtual org.hibernate.annotations.PolymorphismType.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 1
                    2: 2
              default: 3
          }
         1: .line 473
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 475
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 477
      StackMap locals:
      StackMap stack:
            new org.hibernate.AssertionFailure
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown polymorphism type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.hibernate.AssertionFailure.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.hibernate.annotations.PolymorphismType type
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    4     1  type  Lorg/hibernate/annotations/PolymorphismType;
    MethodParameters:
      Name  Flags
      type  

  public void setBatchSize(org.hibernate.annotations.BatchSize);
    descriptor: (Lorg/hibernate/annotations/BatchSize;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.BatchSize sizeAnn
         0: .line 482
            aload 1 /* sizeAnn */
            ifnull 3
         1: .line 483
            aload 0 /* this */
            aload 1 /* sizeAnn */
            invokeinterface org.hibernate.annotations.BatchSize.size:()I
            putfield org.hibernate.cfg.annotations.EntityBinder.batchSize:I
         2: .line 484
            goto 4
         3: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield org.hibernate.cfg.annotations.EntityBinder.batchSize:I
         4: .line 488
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.annotations.BatchSize sizeAnn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    5     1  sizeAnn  Lorg/hibernate/annotations/BatchSize;
    MethodParameters:
         Name  Flags
      sizeAnn  

  public void setProxy(org.hibernate.annotations.Proxy);
    descriptor: (Lorg/hibernate/annotations/Proxy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.Proxy proxy
         0: .line 492
            aload 1 /* proxy */
            ifnull 12
         1: .line 493
            aload 0 /* this */
            aload 1 /* proxy */
            invokeinterface org.hibernate.annotations.Proxy.lazy:()Z
            putfield org.hibernate.cfg.annotations.EntityBinder.lazy:Z
         2: .line 494
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.lazy:Z
            ifne 5
         3: .line 495
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.cfg.annotations.EntityBinder.proxyClass:Lorg/hibernate/annotations/common/reflection/XClass;
         4: .line 496
            goto 14
         5: .line 499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            invokeinterface org.hibernate.cfg.Mappings.getReflectionManager:()Lorg/hibernate/annotations/common/reflection/ReflectionManager;
            aload 1 /* proxy */
            invokeinterface org.hibernate.annotations.Proxy.proxyClass:()Ljava/lang/Class;
            invokeinterface org.hibernate.annotations.common.reflection.ReflectionManager.toXClass:(Ljava/lang/Class;)Lorg/hibernate/annotations/common/reflection/XClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
         6: .line 498
            invokestatic org.hibernate.cfg.AnnotationBinder.isDefault:(Lorg/hibernate/annotations/common/reflection/XClass;Lorg/hibernate/cfg/Mappings;)Z
         7: .line 500
            ifeq 10
         8: .line 501
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            putfield org.hibernate.cfg.annotations.EntityBinder.proxyClass:Lorg/hibernate/annotations/common/reflection/XClass;
         9: .line 502
            goto 14
        10: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            invokeinterface org.hibernate.cfg.Mappings.getReflectionManager:()Lorg/hibernate/annotations/common/reflection/ReflectionManager;
            aload 1 /* proxy */
            invokeinterface org.hibernate.annotations.Proxy.proxyClass:()Ljava/lang/Class;
            invokeinterface org.hibernate.annotations.common.reflection.ReflectionManager.toXClass:(Ljava/lang/Class;)Lorg/hibernate/annotations/common/reflection/XClass;
            putfield org.hibernate.cfg.annotations.EntityBinder.proxyClass:Lorg/hibernate/annotations/common/reflection/XClass;
        11: .line 507
            goto 14
        12: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.hibernate.cfg.annotations.EntityBinder.lazy:Z
        13: .line 510
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            putfield org.hibernate.cfg.annotations.EntityBinder.proxyClass:Lorg/hibernate/annotations/common/reflection/XClass;
        14: .line 512
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.annotations.Proxy proxy
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   15     1  proxy  Lorg/hibernate/annotations/Proxy;
    MethodParameters:
       Name  Flags
      proxy  

  public void setWhere(org.hibernate.annotations.Where);
    descriptor: (Lorg/hibernate/annotations/Where;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.Where whereAnn
         0: .line 515
            aload 1 /* whereAnn */
            ifnull 2
         1: .line 516
            aload 0 /* this */
            aload 1 /* whereAnn */
            invokeinterface org.hibernate.annotations.Where.clause:()Ljava/lang/String;
            putfield org.hibernate.cfg.annotations.EntityBinder.where:Ljava/lang/String;
         2: .line 518
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.annotations.Where whereAnn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    3     1  whereAnn  Lorg/hibernate/annotations/Where;
    MethodParameters:
          Name  Flags
      whereAnn  

  public void setWrapIdsInEmbeddedComponents(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // boolean wrapIdsInEmbeddedComponents
         0: .line 521
            aload 0 /* this */
            iload 1 /* wrapIdsInEmbeddedComponents */
            putfield org.hibernate.cfg.annotations.EntityBinder.wrapIdsInEmbeddedComponents:Z
         1: .line 522
            return
        end local 1 // boolean wrapIdsInEmbeddedComponents
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    2     1  wrapIdsInEmbeddedComponents  Z
    MethodParameters:
                             Name  Flags
      wrapIdsInEmbeddedComponents  

  private static org.hibernate.cfg.naming.NamingStrategyDelegate getNamingStrategyDelegate(org.hibernate.cfg.naming.NamingStrategyDelegator);
    descriptor: (Lorg/hibernate/cfg/naming/NamingStrategyDelegator;)Lorg/hibernate/cfg/naming/NamingStrategyDelegate;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.naming.NamingStrategyDelegator strategyDelegator
         0: .line 579
            aload 0 /* strategyDelegator */
            iconst_0
            invokeinterface org.hibernate.cfg.naming.NamingStrategyDelegator.getNamingStrategyDelegate:(Z)Lorg/hibernate/cfg/naming/NamingStrategyDelegate;
            areturn
        end local 0 // org.hibernate.cfg.naming.NamingStrategyDelegator strategyDelegator
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0  strategyDelegator  Lorg/hibernate/cfg/naming/NamingStrategyDelegator;
    MethodParameters:
                   Name  Flags
      strategyDelegator  

  public void bindTable(java.lang.String, java.lang.String, java.lang.String, java.util.List<org.hibernate.cfg.UniqueConstraintHolder>, java.lang.String, org.hibernate.mapping.Table);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Lorg/hibernate/mapping/Table;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=11, args_size=7
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // java.lang.String schema
        start local 2 // java.lang.String catalog
        start local 3 // java.lang.String tableName
        start local 4 // java.util.List uniqueConstraints
        start local 5 // java.lang.String constraints
        start local 6 // org.hibernate.mapping.Table denormalizedSuperclassTable
         0: .line 589
            new org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource
            dup
            aload 3 /* tableName */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
            invokespecial org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 7 /* tableNameContext */
        start local 7 // org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource tableNameContext
         1: .line 590
            new org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper
            dup
         2: .line 591
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getEntityName:()Ljava/lang/String;
         3: .line 592
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.name:Ljava/lang/String;
         4: .line 590
            invokespecial org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 8 /* namingStrategyHelper */
        start local 8 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper namingStrategyHelper
         5: .line 595
            aload 1 /* schema */
         6: .line 596
            aload 2 /* catalog */
         7: .line 597
            aload 7 /* tableNameContext */
         8: .line 598
            aload 8 /* namingStrategyHelper */
         9: .line 599
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.isAbstract:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
        10: .line 600
            aload 4 /* uniqueConstraints */
        11: .line 601
            aload 5 /* constraints */
        12: .line 602
            aload 6 /* denormalizedSuperclassTable */
        13: .line 603
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
        14: .line 604
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.subselect:Ljava/lang/String;
        15: .line 594
            invokestatic org.hibernate.cfg.annotations.TableBinder.buildAndFillTable:(Ljava/lang/String;Ljava/lang/String;Lorg/hibernate/cfg/ObjectNameSource;Lorg/hibernate/cfg/ObjectNameNormalizer$NamingStrategyHelper;ZLjava/util/List;Ljava/lang/String;Lorg/hibernate/mapping/Table;Lorg/hibernate/cfg/Mappings;Ljava/lang/String;)Lorg/hibernate/mapping/Table;
            astore 9 /* table */
        start local 9 // org.hibernate.mapping.Table table
        16: .line 606
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/RowId;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.RowId
            astore 10 /* rowId */
        start local 10 // org.hibernate.annotations.RowId rowId
        17: .line 607
            aload 10 /* rowId */
            ifnull 19
        18: .line 608
            aload 9 /* table */
            aload 10 /* rowId */
            invokeinterface org.hibernate.annotations.RowId.value:()Ljava/lang/String;
            invokevirtual org.hibernate.mapping.Table.setRowId:(Ljava/lang/String;)V
        19: .line 611
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder java.lang.String java.lang.String java.lang.String java.util.List java.lang.String org.hibernate.mapping.Table org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper org.hibernate.mapping.Table org.hibernate.annotations.RowId
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            instanceof org.hibernate.mapping.TableOwner
            ifeq 23
        20: .line 612
            getstatic org.hibernate.cfg.annotations.EntityBinder.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            ldc "Bind entity %s on table %s"
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getEntityName:()Ljava/lang/String;
            aload 9 /* table */
            invokevirtual org.hibernate.mapping.Table.getName:()Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.debugf:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        21: .line 613
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            checkcast org.hibernate.mapping.TableOwner
            aload 9 /* table */
            invokeinterface org.hibernate.mapping.TableOwner.setTable:(Lorg/hibernate/mapping/Table;)V
        22: .line 614
            goto 24
        23: .line 616
      StackMap locals:
      StackMap stack:
            new org.hibernate.AssertionFailure
            dup
            ldc "binding a table for a subclass"
            invokespecial org.hibernate.AssertionFailure.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 618
      StackMap locals:
      StackMap stack:
            return
        end local 10 // org.hibernate.annotations.RowId rowId
        end local 9 // org.hibernate.mapping.Table table
        end local 8 // org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper namingStrategyHelper
        end local 7 // org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource tableNameContext
        end local 6 // org.hibernate.mapping.Table denormalizedSuperclassTable
        end local 5 // java.lang.String constraints
        end local 4 // java.util.List uniqueConstraints
        end local 3 // java.lang.String tableName
        end local 2 // java.lang.String catalog
        end local 1 // java.lang.String schema
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   25     0                         this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   25     1                       schema  Ljava/lang/String;
            0   25     2                      catalog  Ljava/lang/String;
            0   25     3                    tableName  Ljava/lang/String;
            0   25     4            uniqueConstraints  Ljava/util/List<Lorg/hibernate/cfg/UniqueConstraintHolder;>;
            0   25     5                  constraints  Ljava/lang/String;
            0   25     6  denormalizedSuperclassTable  Lorg/hibernate/mapping/Table;
            1   25     7             tableNameContext  Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableObjectNameSource;
            5   25     8         namingStrategyHelper  Lorg/hibernate/cfg/annotations/EntityBinder$EntityTableNamingStrategyHelper;
           16   25     9                        table  Lorg/hibernate/mapping/Table;
           17   25    10                        rowId  Lorg/hibernate/annotations/RowId;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Lorg/hibernate/cfg/UniqueConstraintHolder;>;Ljava/lang/String;Lorg/hibernate/mapping/Table;)V
    MethodParameters:
                             Name  Flags
      schema                       
      catalog                      
      tableName                    
      uniqueConstraints            
      constraints                  
      denormalizedSuperclassTable  

  public void finalSecondaryTableBinding(org.hibernate.cfg.PropertyHolder);
    descriptor: (Lorg/hibernate/cfg/PropertyHolder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.cfg.PropertyHolder propertyHolder
         0: .line 625
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2 /* joins */
        start local 2 // java.util.Iterator joins
         1: .line 626
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTableJoins:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3 /* joinColumns */
        start local 3 // java.util.Iterator joinColumns
         2: .line 628
            goto 6
         3: .line 629
      StackMap locals: java.util.Iterator java.util.Iterator
      StackMap stack:
            aload 3 /* joinColumns */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* uncastedColumn */
        start local 4 // java.lang.Object uncastedColumn
         4: .line 630
            aload 2 /* joins */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.mapping.Join
            astore 5 /* join */
        start local 5 // org.hibernate.mapping.Join join
         5: .line 631
            aload 0 /* this */
            aload 4 /* uncastedColumn */
            aload 1 /* propertyHolder */
            aload 5 /* join */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.createPrimaryColumnsToSecondaryTable:(Ljava/lang/Object;Lorg/hibernate/cfg/PropertyHolder;Lorg/hibernate/mapping/Join;)V
        end local 5 // org.hibernate.mapping.Join join
        end local 4 // java.lang.Object uncastedColumn
         6: .line 628
      StackMap locals:
      StackMap stack:
            aload 2 /* joins */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 633
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
            invokeinterface org.hibernate.cfg.Mappings.addJoins:(Lorg/hibernate/mapping/PersistentClass;Ljava/util/Map;)V
         8: .line 634
            return
        end local 3 // java.util.Iterator joinColumns
        end local 2 // java.util.Iterator joins
        end local 1 // org.hibernate.cfg.PropertyHolder propertyHolder
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    9     1  propertyHolder  Lorg/hibernate/cfg/PropertyHolder;
            1    9     2           joins  Ljava/util/Iterator;
            2    9     3     joinColumns  Ljava/util/Iterator;
            4    6     4  uncastedColumn  Ljava/lang/Object;
            5    6     5            join  Lorg/hibernate/mapping/Join;
    MethodParameters:
                Name  Flags
      propertyHolder  

  private void createPrimaryColumnsToSecondaryTable(java.lang.Object, org.hibernate.cfg.PropertyHolder, org.hibernate.mapping.Join);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/cfg/PropertyHolder;Lorg/hibernate/mapping/Join;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=11, args_size=4
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // java.lang.Object uncastedColumn
        start local 2 // org.hibernate.cfg.PropertyHolder propertyHolder
        start local 3 // org.hibernate.mapping.Join join
         0: .line 638
            aconst_null
            astore 5 /* pkColumnsAnn */
        start local 5 // javax.persistence.PrimaryKeyJoinColumn[] pkColumnsAnn
         1: .line 639
            aconst_null
            astore 6 /* joinColumnsAnn */
        start local 6 // javax.persistence.JoinColumn[] joinColumnsAnn
         2: .line 640
            aload 1 /* uncastedColumn */
            instanceof javax.persistence.PrimaryKeyJoinColumn[]
            ifeq 4
         3: .line 641
            aload 1 /* uncastedColumn */
            checkcast javax.persistence.PrimaryKeyJoinColumn[]
            astore 5 /* pkColumnsAnn */
         4: .line 643
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder java.lang.Object org.hibernate.cfg.PropertyHolder org.hibernate.mapping.Join top javax.persistence.PrimaryKeyJoinColumn[] javax.persistence.JoinColumn[]
      StackMap stack:
            aload 1 /* uncastedColumn */
            instanceof javax.persistence.JoinColumn[]
            ifeq 6
         5: .line 644
            aload 1 /* uncastedColumn */
            checkcast javax.persistence.JoinColumn[]
            astore 6 /* joinColumnsAnn */
         6: .line 646
      StackMap locals:
      StackMap stack:
            aload 5 /* pkColumnsAnn */
            ifnonnull 16
            aload 6 /* joinColumnsAnn */
            ifnonnull 16
         7: .line 647
            iconst_1
            anewarray org.hibernate.cfg.Ejb3JoinColumn
            astore 4 /* ejb3JoinColumns */
        start local 4 // org.hibernate.cfg.Ejb3JoinColumn[] ejb3JoinColumns
         8: .line 648
            aload 4 /* ejb3JoinColumns */
            iconst_0
         9: .line 649
            aconst_null
        10: .line 650
            aconst_null
        11: .line 651
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getIdentifier:()Lorg/hibernate/mapping/KeyValue;
        12: .line 652
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
        13: .line 653
            aload 2 /* propertyHolder */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
        14: .line 648
            invokestatic org.hibernate.cfg.Ejb3JoinColumn.buildJoinColumn:(Ljavax/persistence/PrimaryKeyJoinColumn;Ljavax/persistence/JoinColumn;Lorg/hibernate/mapping/Value;Ljava/util/Map;Lorg/hibernate/cfg/PropertyHolder;Lorg/hibernate/cfg/Mappings;)Lorg/hibernate/cfg/Ejb3JoinColumn;
            aastore
        15: .line 655
            goto 55
        end local 4 // org.hibernate.cfg.Ejb3JoinColumn[] ejb3JoinColumns
        16: .line 657
      StackMap locals:
      StackMap stack:
            aload 5 /* pkColumnsAnn */
            ifnull 18
        17: .line 658
            aload 5 /* pkColumnsAnn */
            arraylength
            goto 19
        18: .line 659
      StackMap locals:
      StackMap stack:
            aload 6 /* joinColumnsAnn */
            arraylength
        19: .line 657
      StackMap locals:
      StackMap stack: int
            istore 7 /* nbrOfJoinColumns */
        start local 7 // int nbrOfJoinColumns
        20: .line 660
            iload 7 /* nbrOfJoinColumns */
            ifne 30
        21: .line 661
            iconst_1
            anewarray org.hibernate.cfg.Ejb3JoinColumn
            astore 4 /* ejb3JoinColumns */
        start local 4 // org.hibernate.cfg.Ejb3JoinColumn[] ejb3JoinColumns
        22: .line 662
            aload 4 /* ejb3JoinColumns */
            iconst_0
        23: .line 663
            aconst_null
        24: .line 664
            aconst_null
        25: .line 665
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getIdentifier:()Lorg/hibernate/mapping/KeyValue;
        26: .line 666
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
        27: .line 667
            aload 2 /* propertyHolder */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
        28: .line 662
            invokestatic org.hibernate.cfg.Ejb3JoinColumn.buildJoinColumn:(Ljavax/persistence/PrimaryKeyJoinColumn;Ljavax/persistence/JoinColumn;Lorg/hibernate/mapping/Value;Ljava/util/Map;Lorg/hibernate/cfg/PropertyHolder;Lorg/hibernate/cfg/Mappings;)Lorg/hibernate/cfg/Ejb3JoinColumn;
            aastore
        29: .line 669
            goto 55
        end local 4 // org.hibernate.cfg.Ejb3JoinColumn[] ejb3JoinColumns
        30: .line 671
      StackMap locals: int
      StackMap stack:
            iload 7 /* nbrOfJoinColumns */
            anewarray org.hibernate.cfg.Ejb3JoinColumn
            astore 4 /* ejb3JoinColumns */
        start local 4 // org.hibernate.cfg.Ejb3JoinColumn[] ejb3JoinColumns
        31: .line 672
            aload 5 /* pkColumnsAnn */
            ifnull 44
        32: .line 673
            iconst_0
            istore 8 /* colIndex */
        start local 8 // int colIndex
        33: goto 42
        34: .line 674
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder java.lang.Object org.hibernate.cfg.PropertyHolder org.hibernate.mapping.Join org.hibernate.cfg.Ejb3JoinColumn[] javax.persistence.PrimaryKeyJoinColumn[] javax.persistence.JoinColumn[] int int
      StackMap stack:
            aload 4 /* ejb3JoinColumns */
            iload 8 /* colIndex */
        35: .line 675
            aload 5 /* pkColumnsAnn */
            iload 8 /* colIndex */
            aaload
        36: .line 676
            aconst_null
        37: .line 677
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getIdentifier:()Lorg/hibernate/mapping/KeyValue;
        38: .line 678
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
        39: .line 679
            aload 2 /* propertyHolder */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
        40: .line 674
            invokestatic org.hibernate.cfg.Ejb3JoinColumn.buildJoinColumn:(Ljavax/persistence/PrimaryKeyJoinColumn;Ljavax/persistence/JoinColumn;Lorg/hibernate/mapping/Value;Ljava/util/Map;Lorg/hibernate/cfg/PropertyHolder;Lorg/hibernate/cfg/Mappings;)Lorg/hibernate/cfg/Ejb3JoinColumn;
            aastore
        41: .line 673
            iinc 8 /* colIndex */ 1
      StackMap locals:
      StackMap stack:
        42: iload 8 /* colIndex */
            iload 7 /* nbrOfJoinColumns */
            if_icmplt 34
        end local 8 // int colIndex
        43: .line 682
            goto 55
        44: .line 684
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* colIndex */
        start local 8 // int colIndex
        45: goto 54
        46: .line 685
      StackMap locals: int
      StackMap stack:
            aload 4 /* ejb3JoinColumns */
            iload 8 /* colIndex */
        47: .line 686
            aconst_null
        48: .line 687
            aload 6 /* joinColumnsAnn */
            iload 8 /* colIndex */
            aaload
        49: .line 688
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getIdentifier:()Lorg/hibernate/mapping/KeyValue;
        50: .line 689
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
        51: .line 690
            aload 2 /* propertyHolder */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
        52: .line 685
            invokestatic org.hibernate.cfg.Ejb3JoinColumn.buildJoinColumn:(Ljavax/persistence/PrimaryKeyJoinColumn;Ljavax/persistence/JoinColumn;Lorg/hibernate/mapping/Value;Ljava/util/Map;Lorg/hibernate/cfg/PropertyHolder;Lorg/hibernate/cfg/Mappings;)Lorg/hibernate/cfg/Ejb3JoinColumn;
            aastore
        53: .line 684
            iinc 8 /* colIndex */ 1
      StackMap locals:
      StackMap stack:
        54: iload 8 /* colIndex */
            iload 7 /* nbrOfJoinColumns */
            if_icmplt 46
        end local 8 // int colIndex
        end local 7 // int nbrOfJoinColumns
        55: .line 697
      StackMap locals:
      StackMap stack:
            aload 4 /* ejb3JoinColumns */
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 59
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder java.lang.Object org.hibernate.cfg.PropertyHolder org.hibernate.mapping.Join org.hibernate.cfg.Ejb3JoinColumn[] javax.persistence.PrimaryKeyJoinColumn[] javax.persistence.JoinColumn[] top int int org.hibernate.cfg.Ejb3JoinColumn[]
      StackMap stack:
        56: aload 10
            iload 8
            aaload
            astore 7 /* joinColumn */
        start local 7 // org.hibernate.cfg.Ejb3JoinColumn joinColumn
        57: .line 698
            aload 7 /* joinColumn */
            invokevirtual org.hibernate.cfg.Ejb3JoinColumn.forceNotNull:()V
        end local 7 // org.hibernate.cfg.Ejb3JoinColumn joinColumn
        58: .line 697
            iinc 8 1
      StackMap locals:
      StackMap stack:
        59: iload 8
            iload 9
            if_icmplt 56
        60: .line 700
            aload 0 /* this */
            aload 3 /* join */
            aload 4 /* ejb3JoinColumns */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.bindJoinToPersistentClass:(Lorg/hibernate/mapping/Join;[Lorg/hibernate/cfg/Ejb3JoinColumn;Lorg/hibernate/cfg/Mappings;)V
        61: .line 701
            return
        end local 6 // javax.persistence.JoinColumn[] joinColumnsAnn
        end local 5 // javax.persistence.PrimaryKeyJoinColumn[] pkColumnsAnn
        end local 4 // org.hibernate.cfg.Ejb3JoinColumn[] ejb3JoinColumns
        end local 3 // org.hibernate.mapping.Join join
        end local 2 // org.hibernate.cfg.PropertyHolder propertyHolder
        end local 1 // java.lang.Object uncastedColumn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   62     0              this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   62     1    uncastedColumn  Ljava/lang/Object;
            0   62     2    propertyHolder  Lorg/hibernate/cfg/PropertyHolder;
            0   62     3              join  Lorg/hibernate/mapping/Join;
            8   16     4   ejb3JoinColumns  [Lorg/hibernate/cfg/Ejb3JoinColumn;
           22   30     4   ejb3JoinColumns  [Lorg/hibernate/cfg/Ejb3JoinColumn;
           31   62     4   ejb3JoinColumns  [Lorg/hibernate/cfg/Ejb3JoinColumn;
            1   62     5      pkColumnsAnn  [Ljavax/persistence/PrimaryKeyJoinColumn;
            2   62     6    joinColumnsAnn  [Ljavax/persistence/JoinColumn;
           20   55     7  nbrOfJoinColumns  I
           33   43     8          colIndex  I
           45   55     8          colIndex  I
           57   58     7        joinColumn  Lorg/hibernate/cfg/Ejb3JoinColumn;
    MethodParameters:
                Name  Flags
      uncastedColumn  
      propertyHolder  
      join            

  private void bindJoinToPersistentClass(org.hibernate.mapping.Join, org.hibernate.cfg.Ejb3JoinColumn[], org.hibernate.cfg.Mappings);
    descriptor: (Lorg/hibernate/mapping/Join;[Lorg/hibernate/cfg/Ejb3JoinColumn;Lorg/hibernate/cfg/Mappings;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.mapping.Join join
        start local 2 // org.hibernate.cfg.Ejb3JoinColumn[] ejb3JoinColumns
        start local 3 // org.hibernate.cfg.Mappings mappings
         0: .line 704
            new org.hibernate.mapping.DependantValue
            dup
            aload 3 /* mappings */
            aload 1 /* join */
            invokevirtual org.hibernate.mapping.Join.getTable:()Lorg/hibernate/mapping/Table;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getIdentifier:()Lorg/hibernate/mapping/KeyValue;
            invokespecial org.hibernate.mapping.DependantValue.<init>:(Lorg/hibernate/cfg/Mappings;Lorg/hibernate/mapping/Table;Lorg/hibernate/mapping/KeyValue;)V
            astore 4 /* key */
        start local 4 // org.hibernate.mapping.SimpleValue key
         1: .line 705
            aload 1 /* join */
            aload 4 /* key */
            invokevirtual org.hibernate.mapping.Join.setKey:(Lorg/hibernate/mapping/KeyValue;)V
         2: .line 706
            aload 0 /* this */
            aload 1 /* join */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.setFKNameIfDefined:(Lorg/hibernate/mapping/Join;)V
         3: .line 707
            aload 4 /* key */
            iconst_0
            invokevirtual org.hibernate.mapping.SimpleValue.setCascadeDeleteEnabled:(Z)V
         4: .line 708
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aconst_null
            aload 2 /* ejb3JoinColumns */
            aload 4 /* key */
            iconst_0
            aload 3 /* mappings */
            invokestatic org.hibernate.cfg.annotations.TableBinder.bindFk:(Lorg/hibernate/mapping/PersistentClass;Lorg/hibernate/mapping/PersistentClass;[Lorg/hibernate/cfg/Ejb3JoinColumn;Lorg/hibernate/mapping/SimpleValue;ZLorg/hibernate/cfg/Mappings;)V
         5: .line 709
            aload 1 /* join */
            invokevirtual org.hibernate.mapping.Join.createPrimaryKey:()V
         6: .line 710
            aload 1 /* join */
            invokevirtual org.hibernate.mapping.Join.createForeignKey:()V
         7: .line 711
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            aload 1 /* join */
            invokevirtual org.hibernate.mapping.PersistentClass.addJoin:(Lorg/hibernate/mapping/Join;)V
         8: .line 712
            return
        end local 4 // org.hibernate.mapping.SimpleValue key
        end local 3 // org.hibernate.cfg.Mappings mappings
        end local 2 // org.hibernate.cfg.Ejb3JoinColumn[] ejb3JoinColumns
        end local 1 // org.hibernate.mapping.Join join
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    9     1             join  Lorg/hibernate/mapping/Join;
            0    9     2  ejb3JoinColumns  [Lorg/hibernate/cfg/Ejb3JoinColumn;
            0    9     3         mappings  Lorg/hibernate/cfg/Mappings;
            1    9     4              key  Lorg/hibernate/mapping/SimpleValue;
    MethodParameters:
                 Name  Flags
      join             
      ejb3JoinColumns  
      mappings         

  private void setFKNameIfDefined(org.hibernate.mapping.Join);
    descriptor: (Lorg/hibernate/mapping/Join;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.mapping.Join join
         0: .line 715
            aload 0 /* this */
            aload 1 /* join */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.findMatchingComplimentTableAnnotation:(Lorg/hibernate/mapping/Join;)Lorg/hibernate/annotations/Table;
            astore 2 /* matchingTable */
        start local 2 // org.hibernate.annotations.Table matchingTable
         1: .line 716
            aload 2 /* matchingTable */
            ifnull 3
            aload 2 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.foreignKey:()Lorg/hibernate/annotations/ForeignKey;
            invokeinterface org.hibernate.annotations.ForeignKey.name:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifne 3
         2: .line 717
            aload 1 /* join */
            invokevirtual org.hibernate.mapping.Join.getKey:()Lorg/hibernate/mapping/KeyValue;
            checkcast org.hibernate.mapping.SimpleValue
            aload 2 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.foreignKey:()Lorg/hibernate/annotations/ForeignKey;
            invokeinterface org.hibernate.annotations.ForeignKey.name:()Ljava/lang/String;
            invokevirtual org.hibernate.mapping.SimpleValue.setForeignKeyName:(Ljava/lang/String;)V
         3: .line 719
      StackMap locals: org.hibernate.annotations.Table
      StackMap stack:
            return
        end local 2 // org.hibernate.annotations.Table matchingTable
        end local 1 // org.hibernate.mapping.Join join
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    4     1           join  Lorg/hibernate/mapping/Join;
            1    4     2  matchingTable  Lorg/hibernate/annotations/Table;
    MethodParameters:
      Name  Flags
      join  

  private org.hibernate.annotations.Table findMatchingComplimentTableAnnotation(org.hibernate.mapping.Join);
    descriptor: (Lorg/hibernate/mapping/Join;)Lorg/hibernate/annotations/Table;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=10, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.mapping.Join join
         0: .line 722
            aload 1 /* join */
            invokevirtual org.hibernate.mapping.Join.getTable:()Lorg/hibernate/mapping/Table;
            invokevirtual org.hibernate.mapping.Table.getQuotedName:()Ljava/lang/String;
            astore 2 /* tableName */
        start local 2 // java.lang.String tableName
         1: .line 723
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Table;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Table
            astore 3 /* table */
        start local 3 // org.hibernate.annotations.Table table
         2: .line 724
            aconst_null
            astore 4 /* matchingTable */
        start local 4 // org.hibernate.annotations.Table matchingTable
         3: .line 725
            aload 3 /* table */
            ifnull 6
            aload 2 /* tableName */
            aload 3 /* table */
            invokeinterface org.hibernate.annotations.Table.appliesTo:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 726
            aload 3 /* table */
            astore 4 /* matchingTable */
         5: .line 727
            goto 15
         6: .line 729
      StackMap locals: java.lang.String org.hibernate.annotations.Table org.hibernate.annotations.Table
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            ldc Lorg/hibernate/annotations/Tables;
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.Tables
            astore 5 /* tables */
        start local 5 // org.hibernate.annotations.Tables tables
         7: .line 730
            aload 5 /* tables */
            ifnull 15
         8: .line 731
            aload 5 /* tables */
            invokeinterface org.hibernate.annotations.Tables.value:()[Lorg/hibernate/annotations/Table;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 14
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.mapping.Join java.lang.String org.hibernate.annotations.Table org.hibernate.annotations.Table org.hibernate.annotations.Tables top int int org.hibernate.annotations.Table[]
      StackMap stack:
         9: aload 9
            iload 7
            aaload
            astore 6 /* current */
        start local 6 // org.hibernate.annotations.Table current
        10: .line 732
            aload 2 /* tableName */
            aload 6 /* current */
            invokeinterface org.hibernate.annotations.Table.appliesTo:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        11: .line 733
            aload 6 /* current */
            astore 4 /* matchingTable */
        12: .line 734
            goto 15
        end local 6 // org.hibernate.annotations.Table current
        13: .line 731
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        14: iload 7
            iload 8
            if_icmplt 9
        end local 5 // org.hibernate.annotations.Tables tables
        15: .line 739
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.mapping.Join java.lang.String org.hibernate.annotations.Table org.hibernate.annotations.Table
      StackMap stack:
            aload 4 /* matchingTable */
            areturn
        end local 4 // org.hibernate.annotations.Table matchingTable
        end local 3 // org.hibernate.annotations.Table table
        end local 2 // java.lang.String tableName
        end local 1 // org.hibernate.mapping.Join join
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   16     1           join  Lorg/hibernate/mapping/Join;
            1   16     2      tableName  Ljava/lang/String;
            2   16     3          table  Lorg/hibernate/annotations/Table;
            3   16     4  matchingTable  Lorg/hibernate/annotations/Table;
            7   15     5         tables  Lorg/hibernate/annotations/Tables;
           10   13     6        current  Lorg/hibernate/annotations/Table;
    MethodParameters:
      Name  Flags
      join  

  public void firstLevelSecondaryTablesBinding(javax.persistence.SecondaryTable, javax.persistence.SecondaryTables);
    descriptor: (Ljavax/persistence/SecondaryTable;Ljavax/persistence/SecondaryTables;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // javax.persistence.SecondaryTable secTable
        start local 2 // javax.persistence.SecondaryTables secTables
         0: .line 745
            aload 2 /* secTables */
            ifnull 7
         1: .line 747
            aload 2 /* secTables */
            invokeinterface javax.persistence.SecondaryTables.value:()[Ljavax/persistence/SecondaryTable;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder javax.persistence.SecondaryTable javax.persistence.SecondaryTables top int int javax.persistence.SecondaryTable[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* tab */
        start local 3 // javax.persistence.SecondaryTable tab
         3: .line 748
            aload 0 /* this */
            aload 3 /* tab */
            aconst_null
            aconst_null
            iconst_0
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.addJoin:(Ljavax/persistence/SecondaryTable;Ljavax/persistence/JoinTable;Lorg/hibernate/cfg/PropertyHolder;Z)Lorg/hibernate/mapping/Join;
            pop
        end local 3 // javax.persistence.SecondaryTable tab
         4: .line 747
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 750
            goto 8
         7: .line 752
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder javax.persistence.SecondaryTable javax.persistence.SecondaryTables
      StackMap stack:
            aload 1 /* secTable */
            ifnull 8
            aload 0 /* this */
            aload 1 /* secTable */
            aconst_null
            aconst_null
            iconst_0
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.addJoin:(Ljavax/persistence/SecondaryTable;Ljavax/persistence/JoinTable;Lorg/hibernate/cfg/PropertyHolder;Z)Lorg/hibernate/mapping/Join;
            pop
         8: .line 754
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javax.persistence.SecondaryTables secTables
        end local 1 // javax.persistence.SecondaryTable secTable
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    9     1   secTable  Ljavax/persistence/SecondaryTable;
            0    9     2  secTables  Ljavax/persistence/SecondaryTables;
            3    4     3        tab  Ljavax/persistence/SecondaryTable;
    MethodParameters:
           Name  Flags
      secTable   
      secTables  

  public org.hibernate.mapping.Join addJoin(javax.persistence.JoinTable, org.hibernate.cfg.PropertyHolder, boolean);
    descriptor: (Ljavax/persistence/JoinTable;Lorg/hibernate/cfg/PropertyHolder;Z)Lorg/hibernate/mapping/Join;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // javax.persistence.JoinTable joinTable
        start local 2 // org.hibernate.cfg.PropertyHolder holder
        start local 3 // boolean noDelayInPkColumnCreation
         0: .line 758
            aload 0 /* this */
            aconst_null
            aload 1 /* joinTable */
            aload 2 /* holder */
            iload 3 /* noDelayInPkColumnCreation */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.addJoin:(Ljavax/persistence/SecondaryTable;Ljavax/persistence/JoinTable;Lorg/hibernate/cfg/PropertyHolder;Z)Lorg/hibernate/mapping/Join;
            areturn
        end local 3 // boolean noDelayInPkColumnCreation
        end local 2 // org.hibernate.cfg.PropertyHolder holder
        end local 1 // javax.persistence.JoinTable joinTable
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    1     1                  joinTable  Ljavax/persistence/JoinTable;
            0    1     2                     holder  Lorg/hibernate/cfg/PropertyHolder;
            0    1     3  noDelayInPkColumnCreation  Z
    MethodParameters:
                           Name  Flags
      joinTable                  
      holder                     
      noDelayInPkColumnCreation  

  private org.hibernate.mapping.Join addJoin(javax.persistence.SecondaryTable, javax.persistence.JoinTable, org.hibernate.cfg.PropertyHolder, boolean);
    descriptor: (Ljavax/persistence/SecondaryTable;Ljavax/persistence/JoinTable;Lorg/hibernate/cfg/PropertyHolder;Z)Lorg/hibernate/mapping/Join;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=13, args_size=5
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // javax.persistence.SecondaryTable secondaryTable
        start local 2 // javax.persistence.JoinTable joinTable
        start local 3 // org.hibernate.cfg.PropertyHolder propertyHolder
        start local 4 // boolean noDelayInPkColumnCreation
         0: .line 808
            new org.hibernate.mapping.Join
            dup
            invokespecial org.hibernate.mapping.Join.<init>:()V
            astore 5 /* join */
        start local 5 // org.hibernate.mapping.Join join
         1: .line 809
            aload 5 /* join */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.Join.setPersistentClass:(Lorg/hibernate/mapping/PersistentClass;)V
         2: .line 817
            aload 1 /* secondaryTable */
            ifnull 9
         3: .line 818
            aload 1 /* secondaryTable */
            invokeinterface javax.persistence.SecondaryTable.schema:()Ljava/lang/String;
            astore 6 /* schema */
        start local 6 // java.lang.String schema
         4: .line 819
            aload 1 /* secondaryTable */
            invokeinterface javax.persistence.SecondaryTable.catalog:()Ljava/lang/String;
            astore 7 /* catalog */
        start local 7 // java.lang.String catalog
         5: .line 820
            new org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource
            dup
            aload 1 /* secondaryTable */
            invokeinterface javax.persistence.SecondaryTable.name:()Ljava/lang/String;
            invokespecial org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource.<init>:(Ljava/lang/String;)V
            astore 8 /* secondaryTableNameContext */
        start local 8 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource secondaryTableNameContext
         6: .line 821
            aload 1 /* secondaryTable */
            invokeinterface javax.persistence.SecondaryTable.pkJoinColumns:()[Ljavax/persistence/PrimaryKeyJoinColumn;
            astore 9 /* joinColumns */
        start local 9 // java.lang.Object joinColumns
         7: .line 822
            aload 1 /* secondaryTable */
            invokeinterface javax.persistence.SecondaryTable.uniqueConstraints:()[Ljavax/persistence/UniqueConstraint;
            invokestatic org.hibernate.cfg.annotations.TableBinder.buildUniqueConstraintHolders:([Ljavax/persistence/UniqueConstraint;)Ljava/util/List;
            astore 10 /* uniqueConstraintHolders */
        start local 10 // java.util.List uniqueConstraintHolders
         8: .line 823
            goto 17
        end local 10 // java.util.List uniqueConstraintHolders
        end local 9 // java.lang.Object joinColumns
        end local 8 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource secondaryTableNameContext
        end local 7 // java.lang.String catalog
        end local 6 // java.lang.String schema
         9: .line 824
      StackMap locals: org.hibernate.mapping.Join
      StackMap stack:
            aload 2 /* joinTable */
            ifnull 16
        10: .line 825
            aload 2 /* joinTable */
            invokeinterface javax.persistence.JoinTable.schema:()Ljava/lang/String;
            astore 6 /* schema */
        start local 6 // java.lang.String schema
        11: .line 826
            aload 2 /* joinTable */
            invokeinterface javax.persistence.JoinTable.catalog:()Ljava/lang/String;
            astore 7 /* catalog */
        start local 7 // java.lang.String catalog
        12: .line 827
            new org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource
            dup
            aload 2 /* joinTable */
            invokeinterface javax.persistence.JoinTable.name:()Ljava/lang/String;
            invokespecial org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource.<init>:(Ljava/lang/String;)V
            astore 8 /* secondaryTableNameContext */
        start local 8 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource secondaryTableNameContext
        13: .line 828
            aload 2 /* joinTable */
            invokeinterface javax.persistence.JoinTable.joinColumns:()[Ljavax/persistence/JoinColumn;
            astore 9 /* joinColumns */
        start local 9 // java.lang.Object joinColumns
        14: .line 829
            aload 2 /* joinTable */
            invokeinterface javax.persistence.JoinTable.uniqueConstraints:()[Ljavax/persistence/UniqueConstraint;
            invokestatic org.hibernate.cfg.annotations.TableBinder.buildUniqueConstraintHolders:([Ljavax/persistence/UniqueConstraint;)Ljava/util/List;
            astore 10 /* uniqueConstraintHolders */
        start local 10 // java.util.List uniqueConstraintHolders
        15: .line 830
            goto 17
        end local 10 // java.util.List uniqueConstraintHolders
        end local 9 // java.lang.Object joinColumns
        end local 8 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource secondaryTableNameContext
        end local 7 // java.lang.String catalog
        end local 6 // java.lang.String schema
        16: .line 832
      StackMap locals:
      StackMap stack:
            new org.hibernate.AssertionFailure
            dup
            ldc "Both JoinTable and SecondaryTable are null"
            invokespecial org.hibernate.AssertionFailure.<init>:(Ljava/lang/String;)V
            athrow
        start local 6 // java.lang.String schema
        start local 7 // java.lang.String catalog
        start local 8 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource secondaryTableNameContext
        start local 9 // java.lang.Object joinColumns
        start local 10 // java.util.List uniqueConstraintHolders
        17: .line 836
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder javax.persistence.SecondaryTable javax.persistence.JoinTable org.hibernate.cfg.PropertyHolder int org.hibernate.mapping.Join java.lang.String java.lang.String org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource java.lang.Object java.util.List
      StackMap stack:
            aload 6 /* schema */
        18: .line 837
            aload 7 /* catalog */
        19: .line 838
            aload 8 /* secondaryTableNameContext */
        20: .line 839
            getstatic org.hibernate.cfg.annotations.EntityBinder.SEC_TBL_NS_HELPER:Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNamingStrategyHelper;
        21: .line 840
            iconst_0
        22: .line 841
            aload 10 /* uniqueConstraintHolders */
        23: .line 842
            aconst_null
        24: .line 843
            aconst_null
        25: .line 844
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
        26: .line 845
            aconst_null
        27: .line 835
            invokestatic org.hibernate.cfg.annotations.TableBinder.buildAndFillTable:(Ljava/lang/String;Ljava/lang/String;Lorg/hibernate/cfg/ObjectNameSource;Lorg/hibernate/cfg/ObjectNameNormalizer$NamingStrategyHelper;ZLjava/util/List;Ljava/lang/String;Lorg/hibernate/mapping/Table;Lorg/hibernate/cfg/Mappings;Ljava/lang/String;)Lorg/hibernate/mapping/Table;
            astore 11 /* table */
        start local 11 // org.hibernate.mapping.Table table
        28: .line 848
            aload 1 /* secondaryTable */
            ifnull 30
        29: .line 849
            aload 11 /* table */
            aload 1 /* secondaryTable */
            invokeinterface javax.persistence.SecondaryTable.indexes:()[Ljavax/persistence/Index;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            invokestatic org.hibernate.cfg.annotations.TableBinder.addIndexes:(Lorg/hibernate/mapping/Table;[Ljavax/persistence/Index;Lorg/hibernate/cfg/Mappings;)V
        30: .line 853
      StackMap locals: org.hibernate.mapping.Table
      StackMap stack:
            aload 5 /* join */
            aload 11 /* table */
            invokevirtual org.hibernate.mapping.Join.setTable:(Lorg/hibernate/mapping/Table;)V
        31: .line 857
            getstatic org.hibernate.cfg.annotations.EntityBinder.LOG:Lorg/hibernate/internal/CoreMessageLogger;
            ldc "Adding secondary table to entity %s -> %s"
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getEntityName:()Ljava/lang/String;
            aload 5 /* join */
            invokevirtual org.hibernate.mapping.Join.getTable:()Lorg/hibernate/mapping/Table;
            invokevirtual org.hibernate.mapping.Table.getName:()Ljava/lang/String;
            invokeinterface org.hibernate.internal.CoreMessageLogger.debugf:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        32: .line 858
            aload 0 /* this */
            aload 5 /* join */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.findMatchingComplimentTableAnnotation:(Lorg/hibernate/mapping/Join;)Lorg/hibernate/annotations/Table;
            astore 12 /* matchingTable */
        start local 12 // org.hibernate.annotations.Table matchingTable
        33: .line 859
            aload 12 /* matchingTable */
            ifnull 58
        34: .line 860
            aload 5 /* join */
            getstatic org.hibernate.annotations.FetchMode.JOIN:Lorg/hibernate/annotations/FetchMode;
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.fetch:()Lorg/hibernate/annotations/FetchMode;
            if_acmpeq 35
            iconst_1
            goto 36
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder javax.persistence.SecondaryTable javax.persistence.JoinTable org.hibernate.cfg.PropertyHolder int org.hibernate.mapping.Join java.lang.String java.lang.String org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource java.lang.Object java.util.List org.hibernate.mapping.Table org.hibernate.annotations.Table
      StackMap stack: org.hibernate.mapping.Join
        35: iconst_0
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder javax.persistence.SecondaryTable javax.persistence.JoinTable org.hibernate.cfg.PropertyHolder int org.hibernate.mapping.Join java.lang.String java.lang.String org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource java.lang.Object java.util.List org.hibernate.mapping.Table org.hibernate.annotations.Table
      StackMap stack: org.hibernate.mapping.Join int
        36: invokevirtual org.hibernate.mapping.Join.setSequentialSelect:(Z)V
        37: .line 861
            aload 5 /* join */
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.inverse:()Z
            invokevirtual org.hibernate.mapping.Join.setInverse:(Z)V
        38: .line 862
            aload 5 /* join */
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.optional:()Z
            invokevirtual org.hibernate.mapping.Join.setOptional:(Z)V
        39: .line 863
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlInsert:()Lorg/hibernate/annotations/SQLInsert;
            invokeinterface org.hibernate.annotations.SQLInsert.sql:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifne 45
        40: .line 864
            aload 5 /* join */
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlInsert:()Lorg/hibernate/annotations/SQLInsert;
            invokeinterface org.hibernate.annotations.SQLInsert.sql:()Ljava/lang/String;
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
        41: .line 865
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlInsert:()Lorg/hibernate/annotations/SQLInsert;
            invokeinterface org.hibernate.annotations.SQLInsert.callable:()Z
        42: .line 867
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlInsert:()Lorg/hibernate/annotations/SQLInsert;
            invokeinterface org.hibernate.annotations.SQLInsert.check:()Lorg/hibernate/annotations/ResultCheckStyle;
            invokevirtual org.hibernate.annotations.ResultCheckStyle.toString:()Ljava/lang/String;
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
        43: .line 866
            invokestatic org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle.fromExternalName:(Ljava/lang/String;)Lorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;
        44: .line 864
            invokevirtual org.hibernate.mapping.Join.setCustomSQLInsert:(Ljava/lang/String;ZLorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;)V
        45: .line 871
      StackMap locals:
      StackMap stack:
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlUpdate:()Lorg/hibernate/annotations/SQLUpdate;
            invokeinterface org.hibernate.annotations.SQLUpdate.sql:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifne 51
        46: .line 872
            aload 5 /* join */
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlUpdate:()Lorg/hibernate/annotations/SQLUpdate;
            invokeinterface org.hibernate.annotations.SQLUpdate.sql:()Ljava/lang/String;
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
        47: .line 873
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlUpdate:()Lorg/hibernate/annotations/SQLUpdate;
            invokeinterface org.hibernate.annotations.SQLUpdate.callable:()Z
        48: .line 875
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlUpdate:()Lorg/hibernate/annotations/SQLUpdate;
            invokeinterface org.hibernate.annotations.SQLUpdate.check:()Lorg/hibernate/annotations/ResultCheckStyle;
            invokevirtual org.hibernate.annotations.ResultCheckStyle.toString:()Ljava/lang/String;
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
        49: .line 874
            invokestatic org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle.fromExternalName:(Ljava/lang/String;)Lorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;
        50: .line 872
            invokevirtual org.hibernate.mapping.Join.setCustomSQLUpdate:(Ljava/lang/String;ZLorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;)V
        51: .line 879
      StackMap locals:
      StackMap stack:
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlDelete:()Lorg/hibernate/annotations/SQLDelete;
            invokeinterface org.hibernate.annotations.SQLDelete.sql:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifne 61
        52: .line 880
            aload 5 /* join */
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlDelete:()Lorg/hibernate/annotations/SQLDelete;
            invokeinterface org.hibernate.annotations.SQLDelete.sql:()Ljava/lang/String;
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
        53: .line 881
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlDelete:()Lorg/hibernate/annotations/SQLDelete;
            invokeinterface org.hibernate.annotations.SQLDelete.callable:()Z
        54: .line 883
            aload 12 /* matchingTable */
            invokeinterface org.hibernate.annotations.Table.sqlDelete:()Lorg/hibernate/annotations/SQLDelete;
            invokeinterface org.hibernate.annotations.SQLDelete.check:()Lorg/hibernate/annotations/ResultCheckStyle;
            invokevirtual org.hibernate.annotations.ResultCheckStyle.toString:()Ljava/lang/String;
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
        55: .line 882
            invokestatic org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle.fromExternalName:(Ljava/lang/String;)Lorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;
        56: .line 880
            invokevirtual org.hibernate.mapping.Join.setCustomSQLDelete:(Ljava/lang/String;ZLorg/hibernate/engine/spi/ExecuteUpdateResultCheckStyle;)V
        57: .line 887
            goto 61
        58: .line 890
      StackMap locals:
      StackMap stack:
            aload 5 /* join */
            iconst_0
            invokevirtual org.hibernate.mapping.Join.setSequentialSelect:(Z)V
        59: .line 891
            aload 5 /* join */
            iconst_0
            invokevirtual org.hibernate.mapping.Join.setInverse:(Z)V
        60: .line 892
            aload 5 /* join */
            iconst_1
            invokevirtual org.hibernate.mapping.Join.setOptional:(Z)V
        61: .line 895
      StackMap locals:
      StackMap stack:
            iload 4 /* noDelayInPkColumnCreation */
            ifeq 64
        62: .line 896
            aload 0 /* this */
            aload 9 /* joinColumns */
            aload 3 /* propertyHolder */
            aload 5 /* join */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.createPrimaryColumnsToSecondaryTable:(Ljava/lang/Object;Lorg/hibernate/cfg/PropertyHolder;Lorg/hibernate/mapping/Join;)V
        63: .line 897
            goto 66
        64: .line 899
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
            aload 11 /* table */
            invokevirtual org.hibernate.mapping.Table.getQuotedName:()Ljava/lang/String;
            aload 5 /* join */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        65: .line 900
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTableJoins:Ljava/util/Map;
            aload 11 /* table */
            invokevirtual org.hibernate.mapping.Table.getQuotedName:()Ljava/lang/String;
            aload 9 /* joinColumns */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        66: .line 902
      StackMap locals:
      StackMap stack:
            aload 5 /* join */
            areturn
        end local 12 // org.hibernate.annotations.Table matchingTable
        end local 11 // org.hibernate.mapping.Table table
        end local 10 // java.util.List uniqueConstraintHolders
        end local 9 // java.lang.Object joinColumns
        end local 8 // org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource secondaryTableNameContext
        end local 7 // java.lang.String catalog
        end local 6 // java.lang.String schema
        end local 5 // org.hibernate.mapping.Join join
        end local 4 // boolean noDelayInPkColumnCreation
        end local 3 // org.hibernate.cfg.PropertyHolder propertyHolder
        end local 2 // javax.persistence.JoinTable joinTable
        end local 1 // javax.persistence.SecondaryTable secondaryTable
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   67     0                       this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   67     1             secondaryTable  Ljavax/persistence/SecondaryTable;
            0   67     2                  joinTable  Ljavax/persistence/JoinTable;
            0   67     3             propertyHolder  Lorg/hibernate/cfg/PropertyHolder;
            0   67     4  noDelayInPkColumnCreation  Z
            1   67     5                       join  Lorg/hibernate/mapping/Join;
            4    9     6                     schema  Ljava/lang/String;
           11   16     6                     schema  Ljava/lang/String;
           17   67     6                     schema  Ljava/lang/String;
            5    9     7                    catalog  Ljava/lang/String;
           12   16     7                    catalog  Ljava/lang/String;
           17   67     7                    catalog  Ljava/lang/String;
            6    9     8  secondaryTableNameContext  Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNameSource;
           13   16     8  secondaryTableNameContext  Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNameSource;
           17   67     8  secondaryTableNameContext  Lorg/hibernate/cfg/annotations/EntityBinder$SecondaryTableNameSource;
            7    9     9                joinColumns  Ljava/lang/Object;
           14   16     9                joinColumns  Ljava/lang/Object;
           17   67     9                joinColumns  Ljava/lang/Object;
            8    9    10    uniqueConstraintHolders  Ljava/util/List<Lorg/hibernate/cfg/UniqueConstraintHolder;>;
           15   16    10    uniqueConstraintHolders  Ljava/util/List<Lorg/hibernate/cfg/UniqueConstraintHolder;>;
           17   67    10    uniqueConstraintHolders  Ljava/util/List<Lorg/hibernate/cfg/UniqueConstraintHolder;>;
           28   67    11                      table  Lorg/hibernate/mapping/Table;
           33   67    12              matchingTable  Lorg/hibernate/annotations/Table;
    MethodParameters:
                           Name  Flags
      secondaryTable             
      joinTable                  
      propertyHolder             
      noDelayInPkColumnCreation  

  public java.util.Map<java.lang.String, org.hibernate.mapping.Join> getSecondaryTables();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
         0: .line 906
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
            areturn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/hibernate/mapping/Join;>;

  public void setCache(org.hibernate.annotations.Cache);
    descriptor: (Lorg/hibernate/annotations/Cache;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.Cache cacheAnn
         0: .line 910
            aload 1 /* cacheAnn */
            ifnull 13
         1: .line 911
            aload 0 /* this */
            aload 1 /* cacheAnn */
            invokeinterface org.hibernate.annotations.Cache.region:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 912
            aconst_null
            goto 4
         3: .line 913
      StackMap locals:
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder
            aload 1 /* cacheAnn */
            invokeinterface org.hibernate.annotations.Cache.region:()Ljava/lang/String;
         4: .line 911
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Cache
      StackMap stack: org.hibernate.cfg.annotations.EntityBinder java.lang.String
            putfield org.hibernate.cfg.annotations.EntityBinder.cacheRegion:Ljava/lang/String;
         5: .line 914
            aload 0 /* this */
            aload 1 /* cacheAnn */
            invokeinterface org.hibernate.annotations.Cache.usage:()Lorg/hibernate/annotations/CacheConcurrencyStrategy;
            invokestatic org.hibernate.cfg.annotations.EntityBinder.getCacheConcurrencyStrategy:(Lorg/hibernate/annotations/CacheConcurrencyStrategy;)Ljava/lang/String;
            putfield org.hibernate.cfg.annotations.EntityBinder.cacheConcurrentStrategy:Ljava/lang/String;
         6: .line 915
            ldc "all"
            aload 1 /* cacheAnn */
            invokeinterface org.hibernate.annotations.Cache.include:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 9
         7: .line 916
            aload 0 /* this */
            iconst_1
            putfield org.hibernate.cfg.annotations.EntityBinder.cacheLazyProperty:Z
         8: .line 917
            goto 16
         9: .line 918
      StackMap locals:
      StackMap stack:
            ldc "non-lazy"
            aload 1 /* cacheAnn */
            invokeinterface org.hibernate.annotations.Cache.include:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 12
        10: .line 919
            aload 0 /* this */
            iconst_0
            putfield org.hibernate.cfg.annotations.EntityBinder.cacheLazyProperty:Z
        11: .line 920
            goto 16
        12: .line 922
      StackMap locals:
      StackMap stack:
            new org.hibernate.AnnotationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown lazy property annotations: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* cacheAnn */
            invokeinterface org.hibernate.annotations.Cache.include:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.hibernate.AnnotationException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 926
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.cfg.annotations.EntityBinder.cacheConcurrentStrategy:Ljava/lang/String;
        14: .line 927
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.cfg.annotations.EntityBinder.cacheRegion:Ljava/lang/String;
        15: .line 928
            aload 0 /* this */
            iconst_1
            putfield org.hibernate.cfg.annotations.EntityBinder.cacheLazyProperty:Z
        16: .line 930
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.annotations.Cache cacheAnn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   17     1  cacheAnn  Lorg/hibernate/annotations/Cache;
    MethodParameters:
          Name  Flags
      cacheAnn  

  public void setNaturalIdCache(org.hibernate.annotations.common.reflection.XClass, org.hibernate.annotations.NaturalIdCache);
    descriptor: (Lorg/hibernate/annotations/common/reflection/XClass;Lorg/hibernate/annotations/NaturalIdCache;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.common.reflection.XClass clazzToProcess
        start local 2 // org.hibernate.annotations.NaturalIdCache naturalIdCacheAnn
         0: .line 933
            aload 2 /* naturalIdCacheAnn */
            ifnull 9
         1: .line 934
            aload 2 /* naturalIdCacheAnn */
            invokeinterface org.hibernate.annotations.NaturalIdCache.region:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifeq 7
         2: .line 935
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.cacheRegion:Ljava/lang/String;
            ifnull 5
         3: .line 936
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.cacheRegion:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "##NaturalId"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.hibernate.cfg.annotations.EntityBinder.naturalIdCacheRegion:Ljava/lang/String;
         4: .line 937
            goto 10
         5: .line 939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 1 /* clazzToProcess */
            invokeinterface org.hibernate.annotations.common.reflection.XClass.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "##NaturalId"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.hibernate.cfg.annotations.EntityBinder.naturalIdCacheRegion:Ljava/lang/String;
         6: .line 941
            goto 10
         7: .line 943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* naturalIdCacheAnn */
            invokeinterface org.hibernate.annotations.NaturalIdCache.region:()Ljava/lang/String;
            putfield org.hibernate.cfg.annotations.EntityBinder.naturalIdCacheRegion:Ljava/lang/String;
         8: .line 945
            goto 10
         9: .line 947
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.cfg.annotations.EntityBinder.naturalIdCacheRegion:Ljava/lang/String;
        10: .line 949
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.hibernate.annotations.NaturalIdCache naturalIdCacheAnn
        end local 1 // org.hibernate.annotations.common.reflection.XClass clazzToProcess
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   11     1     clazzToProcess  Lorg/hibernate/annotations/common/reflection/XClass;
            0   11     2  naturalIdCacheAnn  Lorg/hibernate/annotations/NaturalIdCache;
    MethodParameters:
                   Name  Flags
      clazzToProcess     
      naturalIdCacheAnn  

  public static java.lang.String getCacheConcurrencyStrategy(org.hibernate.annotations.CacheConcurrencyStrategy);
    descriptor: (Lorg/hibernate/annotations/CacheConcurrencyStrategy;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.hibernate.annotations.CacheConcurrencyStrategy strategy
         0: .line 952
            aload 0 /* strategy */
            invokevirtual org.hibernate.annotations.CacheConcurrencyStrategy.toAccessType:()Lorg/hibernate/cache/spi/access/AccessType;
            astore 1 /* accessType */
        start local 1 // org.hibernate.cache.spi.access.AccessType accessType
         1: .line 953
            aload 1 /* accessType */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: org.hibernate.cache.spi.access.AccessType
      StackMap stack:
         2: aload 1 /* accessType */
            invokevirtual org.hibernate.cache.spi.access.AccessType.getExternalName:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 1 // org.hibernate.cache.spi.access.AccessType accessType
        end local 0 // org.hibernate.annotations.CacheConcurrencyStrategy strategy
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0    strategy  Lorg/hibernate/annotations/CacheConcurrencyStrategy;
            1    4     1  accessType  Lorg/hibernate/cache/spi/access/AccessType;
    MethodParameters:
          Name  Flags
      strategy  

  public void addFilter(org.hibernate.annotations.Filter);
    descriptor: (Lorg/hibernate/annotations/Filter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.Filter filter
         0: .line 957
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.filters:Ljava/util/List;
            aload 1 /* filter */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 958
            return
        end local 1 // org.hibernate.annotations.Filter filter
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    2     1  filter  Lorg/hibernate/annotations/Filter;
    MethodParameters:
        Name  Flags
      filter  

  public void setInheritanceState(org.hibernate.cfg.InheritanceState);
    descriptor: (Lorg/hibernate/cfg/InheritanceState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.cfg.InheritanceState inheritanceState
         0: .line 961
            aload 0 /* this */
            aload 1 /* inheritanceState */
            putfield org.hibernate.cfg.annotations.EntityBinder.inheritanceState:Lorg/hibernate/cfg/InheritanceState;
         1: .line 962
            return
        end local 1 // org.hibernate.cfg.InheritanceState inheritanceState
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    2     1  inheritanceState  Lorg/hibernate/cfg/InheritanceState;
    MethodParameters:
                  Name  Flags
      inheritanceState  

  public boolean isIgnoreIdAnnotations();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
         0: .line 965
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.ignoreIdAnnotations:Z
            ireturn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder;

  public void setIgnoreIdAnnotations(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // boolean ignoreIdAnnotations
         0: .line 969
            aload 0 /* this */
            iload 1 /* ignoreIdAnnotations */
            putfield org.hibernate.cfg.annotations.EntityBinder.ignoreIdAnnotations:Z
         1: .line 970
            return
        end local 1 // boolean ignoreIdAnnotations
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    2     1  ignoreIdAnnotations  Z
    MethodParameters:
                     Name  Flags
      ignoreIdAnnotations  

  public void processComplementaryTableDefinitions(javax.persistence.Table);
    descriptor: (Ljavax/persistence/Table;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // javax.persistence.Table table
         0: .line 972
            aload 1 /* table */
            ifnonnull 1
            return
         1: .line 973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getTable:()Lorg/hibernate/mapping/Table;
            aload 1 /* table */
            invokeinterface javax.persistence.Table.indexes:()[Ljavax/persistence/Index;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            invokestatic org.hibernate.cfg.annotations.TableBinder.addIndexes:(Lorg/hibernate/mapping/Table;[Ljavax/persistence/Index;Lorg/hibernate/cfg/Mappings;)V
         2: .line 974
            return
        end local 1 // javax.persistence.Table table
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    3     1  table  Ljavax/persistence/Table;
    MethodParameters:
       Name  Flags
      table  

  public void processComplementaryTableDefinitions(org.hibernate.annotations.Table);
    descriptor: (Lorg/hibernate/annotations/Table;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.Table table
         0: .line 977
            aload 1 /* table */
            ifnonnull 1
            return
         1: .line 978
      StackMap locals:
      StackMap stack:
            aload 1 /* table */
            invokeinterface org.hibernate.annotations.Table.appliesTo:()Ljava/lang/String;
            astore 2 /* appliedTable */
        start local 2 // java.lang.String appliedTable
         2: .line 979
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.persistentClass:Lorg/hibernate/mapping/PersistentClass;
            invokevirtual org.hibernate.mapping.PersistentClass.getTableClosureIterator:()Ljava/util/Iterator;
            astore 3 /* tables */
        start local 3 // java.util.Iterator tables
         3: .line 980
            aconst_null
            astore 4 /* hibTable */
        start local 4 // org.hibernate.mapping.Table hibTable
         4: .line 981
            goto 10
         5: .line 982
      StackMap locals: java.lang.String java.util.Iterator org.hibernate.mapping.Table
      StackMap stack:
            aload 3 /* tables */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.mapping.Table
            astore 5 /* pcTable */
        start local 5 // org.hibernate.mapping.Table pcTable
         6: .line 983
            aload 5 /* pcTable */
            invokevirtual org.hibernate.mapping.Table.getQuotedName:()Ljava/lang/String;
            aload 2 /* appliedTable */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 985
            aload 5 /* pcTable */
            astore 4 /* hibTable */
         8: .line 986
            goto 11
         9: .line 988
      StackMap locals: org.hibernate.mapping.Table
      StackMap stack:
            aconst_null
            astore 4 /* hibTable */
        end local 5 // org.hibernate.mapping.Table pcTable
        10: .line 981
      StackMap locals:
      StackMap stack:
            aload 3 /* tables */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        11: .line 990
      StackMap locals:
      StackMap stack:
            aload 4 /* hibTable */
            ifnonnull 18
        12: .line 992
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.secondaryTables:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 6
            goto 17
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Table java.lang.String java.util.Iterator org.hibernate.mapping.Table top java.util.Iterator
      StackMap stack:
        13: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.mapping.Join
            astore 5 /* join */
        start local 5 // org.hibernate.mapping.Join join
        14: .line 993
            aload 5 /* join */
            invokevirtual org.hibernate.mapping.Join.getTable:()Lorg/hibernate/mapping/Table;
            invokevirtual org.hibernate.mapping.Table.getQuotedName:()Ljava/lang/String;
            aload 2 /* appliedTable */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        15: .line 994
            aload 5 /* join */
            invokevirtual org.hibernate.mapping.Join.getTable:()Lorg/hibernate/mapping/Table;
            astore 4 /* hibTable */
        16: .line 995
            goto 18
        end local 5 // org.hibernate.mapping.Join join
        17: .line 992
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 13
        18: .line 999
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Table java.lang.String java.util.Iterator org.hibernate.mapping.Table
      StackMap stack:
            aload 4 /* hibTable */
            ifnonnull 22
        19: .line 1000
            new org.hibernate.AnnotationException
            dup
        20: .line 1001
            new java.lang.StringBuilder
            dup
            ldc "@org.hibernate.annotations.Table references an unknown table: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* appliedTable */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        21: .line 1000
            invokespecial org.hibernate.AnnotationException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 1004
      StackMap locals:
      StackMap stack:
            aload 1 /* table */
            invokeinterface org.hibernate.annotations.Table.comment:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.BinderHelper.isEmptyAnnotationValue:(Ljava/lang/String;)Z
            ifne 23
            aload 4 /* hibTable */
            aload 1 /* table */
            invokeinterface org.hibernate.annotations.Table.comment:()Ljava/lang/String;
            invokevirtual org.hibernate.mapping.Table.setComment:(Ljava/lang/String;)V
        23: .line 1005
      StackMap locals:
      StackMap stack:
            aload 4 /* hibTable */
            aload 1 /* table */
            invokeinterface org.hibernate.annotations.Table.indexes:()[Lorg/hibernate/annotations/Index;
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.mappings:Lorg/hibernate/cfg/Mappings;
            invokestatic org.hibernate.cfg.annotations.TableBinder.addIndexes:(Lorg/hibernate/mapping/Table;[Lorg/hibernate/annotations/Index;Lorg/hibernate/cfg/Mappings;)V
        24: .line 1006
            return
        end local 4 // org.hibernate.mapping.Table hibTable
        end local 3 // java.util.Iterator tables
        end local 2 // java.lang.String appliedTable
        end local 1 // org.hibernate.annotations.Table table
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   25     1         table  Lorg/hibernate/annotations/Table;
            2   25     2  appliedTable  Ljava/lang/String;
            3   25     3        tables  Ljava/util/Iterator;
            4   25     4      hibTable  Lorg/hibernate/mapping/Table;
            6   10     5       pcTable  Lorg/hibernate/mapping/Table;
           14   17     5          join  Lorg/hibernate/mapping/Join;
    MethodParameters:
       Name  Flags
      table  

  public void processComplementaryTableDefinitions(org.hibernate.annotations.Tables);
    descriptor: (Lorg/hibernate/annotations/Tables;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.Tables tables
         0: .line 1009
            aload 1 /* tables */
            ifnonnull 1
            return
         1: .line 1010
      StackMap locals:
      StackMap stack:
            aload 1 /* tables */
            invokeinterface org.hibernate.annotations.Tables.value:()[Lorg/hibernate/annotations/Table;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.Tables top int int org.hibernate.annotations.Table[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* table */
        start local 2 // org.hibernate.annotations.Table table
         3: .line 1011
            aload 0 /* this */
            aload 2 /* table */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.processComplementaryTableDefinitions:(Lorg/hibernate/annotations/Table;)V
        end local 2 // org.hibernate.annotations.Table table
         4: .line 1010
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 1013
            return
        end local 1 // org.hibernate.annotations.Tables tables
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    7     1  tables  Lorg/hibernate/annotations/Tables;
            3    4     2   table  Lorg/hibernate/annotations/Table;
    MethodParameters:
        Name  Flags
      tables  

  public org.hibernate.cfg.AccessType getPropertyAccessType();
    descriptor: ()Lorg/hibernate/cfg/AccessType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
         0: .line 1016
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.propertyAccessType:Lorg/hibernate/cfg/AccessType;
            areturn
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/cfg/annotations/EntityBinder;

  public void setPropertyAccessType(org.hibernate.cfg.AccessType);
    descriptor: (Lorg/hibernate/cfg/AccessType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.cfg.AccessType propertyAccessor
         0: .line 1020
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.getExplicitAccessType:(Lorg/hibernate/annotations/common/reflection/XAnnotatedElement;)Lorg/hibernate/cfg/AccessType;
            putfield org.hibernate.cfg.annotations.EntityBinder.propertyAccessType:Lorg/hibernate/cfg/AccessType;
         1: .line 1022
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.propertyAccessType:Lorg/hibernate/cfg/AccessType;
            ifnonnull 3
         2: .line 1023
            aload 0 /* this */
            aload 1 /* propertyAccessor */
            putfield org.hibernate.cfg.annotations.EntityBinder.propertyAccessType:Lorg/hibernate/cfg/AccessType;
         3: .line 1025
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.cfg.AccessType propertyAccessor
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    4     1  propertyAccessor  Lorg/hibernate/cfg/AccessType;
    MethodParameters:
                  Name  Flags
      propertyAccessor  

  public org.hibernate.cfg.AccessType getPropertyAccessor(org.hibernate.annotations.common.reflection.XAnnotatedElement);
    descriptor: (Lorg/hibernate/annotations/common/reflection/XAnnotatedElement;)Lorg/hibernate/cfg/AccessType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.common.reflection.XAnnotatedElement element
         0: .line 1028
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.hibernate.cfg.annotations.EntityBinder.getExplicitAccessType:(Lorg/hibernate/annotations/common/reflection/XAnnotatedElement;)Lorg/hibernate/cfg/AccessType;
            astore 2 /* accessType */
        start local 2 // org.hibernate.cfg.AccessType accessType
         1: .line 1029
            aload 2 /* accessType */
            ifnonnull 3
         2: .line 1030
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.propertyAccessType:Lorg/hibernate/cfg/AccessType;
            astore 2 /* accessType */
         3: .line 1032
      StackMap locals: org.hibernate.cfg.AccessType
      StackMap stack:
            aload 2 /* accessType */
            areturn
        end local 2 // org.hibernate.cfg.AccessType accessType
        end local 1 // org.hibernate.annotations.common.reflection.XAnnotatedElement element
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0    4     1     element  Lorg/hibernate/annotations/common/reflection/XAnnotatedElement;
            1    4     2  accessType  Lorg/hibernate/cfg/AccessType;
    MethodParameters:
         Name  Flags
      element  

  public org.hibernate.cfg.AccessType getExplicitAccessType(org.hibernate.annotations.common.reflection.XAnnotatedElement);
    descriptor: (Lorg/hibernate/annotations/common/reflection/XAnnotatedElement;)Lorg/hibernate/cfg/AccessType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.hibernate.cfg.annotations.EntityBinder this
        start local 1 // org.hibernate.annotations.common.reflection.XAnnotatedElement element
         0: .line 1036
            aconst_null
            astore 2 /* accessType */
        start local 2 // org.hibernate.cfg.AccessType accessType
         1: .line 1038
            aconst_null
            astore 3 /* hibernateAccessType */
        start local 3 // org.hibernate.cfg.AccessType hibernateAccessType
         2: .line 1039
            aconst_null
            astore 4 /* jpaAccessType */
        start local 4 // org.hibernate.cfg.AccessType jpaAccessType
         3: .line 1041
            aload 1 /* element */
            ldc Lorg/hibernate/annotations/AccessType;
            invokeinterface org.hibernate.annotations.common.reflection.XAnnotatedElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.hibernate.annotations.AccessType
            astore 5 /* accessTypeAnnotation */
        start local 5 // org.hibernate.annotations.AccessType accessTypeAnnotation
         4: .line 1042
            aload 5 /* accessTypeAnnotation */
            ifnull 6
         5: .line 1043
            aload 5 /* accessTypeAnnotation */
            invokeinterface org.hibernate.annotations.AccessType.value:()Ljava/lang/String;
            invokestatic org.hibernate.cfg.AccessType.getAccessStrategy:(Ljava/lang/String;)Lorg/hibernate/cfg/AccessType;
            astore 3 /* hibernateAccessType */
         6: .line 1046
      StackMap locals: org.hibernate.cfg.annotations.EntityBinder org.hibernate.annotations.common.reflection.XAnnotatedElement org.hibernate.cfg.AccessType org.hibernate.cfg.AccessType org.hibernate.cfg.AccessType org.hibernate.annotations.AccessType
      StackMap stack:
            aload 1 /* element */
            ldc Ljavax/persistence/Access;
            invokeinterface org.hibernate.annotations.common.reflection.XAnnotatedElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast javax.persistence.Access
            astore 6 /* access */
        start local 6 // javax.persistence.Access access
         7: .line 1047
            aload 6 /* access */
            ifnull 9
         8: .line 1048
            aload 6 /* access */
            invokeinterface javax.persistence.Access.value:()Ljavax/persistence/AccessType;
            invokestatic org.hibernate.cfg.AccessType.getAccessStrategy:(Ljavax/persistence/AccessType;)Lorg/hibernate/cfg/AccessType;
            astore 4 /* jpaAccessType */
         9: .line 1051
      StackMap locals: javax.persistence.Access
      StackMap stack:
            aload 3 /* hibernateAccessType */
            ifnull 13
            aload 4 /* jpaAccessType */
            ifnull 13
            aload 3 /* hibernateAccessType */
            aload 4 /* jpaAccessType */
            if_acmpeq 13
        10: .line 1052
            new org.hibernate.MappingException
            dup
        11: .line 1053
            new java.lang.StringBuilder
            dup
            ldc "Found @Access and @AccessType with conflicting values on a property in class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.hibernate.cfg.annotations.EntityBinder.annotatedClass:Lorg/hibernate/annotations/common/reflection/XClass;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 1052
            invokespecial org.hibernate.MappingException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 1057
      StackMap locals:
      StackMap stack:
            aload 3 /* hibernateAccessType */
            ifnull 16
        14: .line 1058
            aload 3 /* hibernateAccessType */
            astore 2 /* accessType */
        15: .line 1059
            goto 18
        16: .line 1060
      StackMap locals:
      StackMap stack:
            aload 4 /* jpaAccessType */
            ifnull 18
        17: .line 1061
            aload 4 /* jpaAccessType */
            astore 2 /* accessType */
        18: .line 1064
      StackMap locals:
      StackMap stack:
            aload 2 /* accessType */
            areturn
        end local 6 // javax.persistence.Access access
        end local 5 // org.hibernate.annotations.AccessType accessTypeAnnotation
        end local 4 // org.hibernate.cfg.AccessType jpaAccessType
        end local 3 // org.hibernate.cfg.AccessType hibernateAccessType
        end local 2 // org.hibernate.cfg.AccessType accessType
        end local 1 // org.hibernate.annotations.common.reflection.XAnnotatedElement element
        end local 0 // org.hibernate.cfg.annotations.EntityBinder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   19     0                  this  Lorg/hibernate/cfg/annotations/EntityBinder;
            0   19     1               element  Lorg/hibernate/annotations/common/reflection/XAnnotatedElement;
            1   19     2            accessType  Lorg/hibernate/cfg/AccessType;
            2   19     3   hibernateAccessType  Lorg/hibernate/cfg/AccessType;
            3   19     4         jpaAccessType  Lorg/hibernate/cfg/AccessType;
            4   19     5  accessTypeAnnotation  Lorg/hibernate/annotations/AccessType;
            7   19     6                access  Ljavax/persistence/Access;
    MethodParameters:
         Name  Flags
      element  

  static int[] $SWITCH_TABLE$org$hibernate$annotations$OptimisticLockType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 113
            getstatic org.hibernate.cfg.annotations.EntityBinder.$SWITCH_TABLE$org$hibernate$annotations$OptimisticLockType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.hibernate.annotations.OptimisticLockType.values:()[Lorg/hibernate/annotations/OptimisticLockType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.hibernate.annotations.OptimisticLockType.ALL:Lorg/hibernate/annotations/OptimisticLockType;
            invokevirtual org.hibernate.annotations.OptimisticLockType.ordinal:()I
            iconst_4
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.hibernate.annotations.OptimisticLockType.DIRTY:Lorg/hibernate/annotations/OptimisticLockType;
            invokevirtual org.hibernate.annotations.OptimisticLockType.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.hibernate.annotations.OptimisticLockType.NONE:Lorg/hibernate/annotations/OptimisticLockType;
            invokevirtual org.hibernate.annotations.OptimisticLockType.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.hibernate.annotations.OptimisticLockType.VERSION:Lorg/hibernate/annotations/OptimisticLockType;
            invokevirtual org.hibernate.annotations.OptimisticLockType.ordinal:()I
            iconst_2
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            dup
            putstatic org.hibernate.cfg.annotations.EntityBinder.$SWITCH_TABLE$org$hibernate$annotations$OptimisticLockType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$org$hibernate$annotations$PolymorphismType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 113
            getstatic org.hibernate.cfg.annotations.EntityBinder.$SWITCH_TABLE$org$hibernate$annotations$PolymorphismType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.hibernate.annotations.PolymorphismType.values:()[Lorg/hibernate/annotations/PolymorphismType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.hibernate.annotations.PolymorphismType.EXPLICIT:Lorg/hibernate/annotations/PolymorphismType;
            invokevirtual org.hibernate.annotations.PolymorphismType.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.hibernate.annotations.PolymorphismType.IMPLICIT:Lorg/hibernate/annotations/PolymorphismType;
            invokevirtual org.hibernate.annotations.PolymorphismType.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            dup
            putstatic org.hibernate.cfg.annotations.EntityBinder.$SWITCH_TABLE$org$hibernate$annotations$PolymorphismType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
}
SourceFile: "EntityBinder.java"
NestMembers:
  org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper  org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource  org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource  org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper
InnerClasses:
  public abstract NamingStrategyHelper = org.hibernate.cfg.ObjectNameNormalizer$NamingStrategyHelper of org.hibernate.cfg.ObjectNameNormalizer
  private EntityTableNamingStrategyHelper = org.hibernate.cfg.annotations.EntityBinder$EntityTableNamingStrategyHelper of org.hibernate.cfg.annotations.EntityBinder
  private EntityTableObjectNameSource = org.hibernate.cfg.annotations.EntityBinder$EntityTableObjectNameSource of org.hibernate.cfg.annotations.EntityBinder
  private SecondaryTableNameSource = org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNameSource of org.hibernate.cfg.annotations.EntityBinder
  private SecondaryTableNamingStrategyHelper = org.hibernate.cfg.annotations.EntityBinder$SecondaryTableNamingStrategyHelper of org.hibernate.cfg.annotations.EntityBinder