public class org.hibernate.cfg.annotations.BagBinder extends org.hibernate.cfg.annotations.CollectionBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.cfg.annotations.BagBinder
  super_class: org.hibernate.cfg.annotations.CollectionBinder
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.cfg.annotations.BagBinder this
         0: .line 18
            aload 0 /* this */
            iconst_0
            invokespecial org.hibernate.cfg.annotations.CollectionBinder.<init>:(Z)V
         1: .line 19
            return
        end local 0 // org.hibernate.cfg.annotations.BagBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/cfg/annotations/BagBinder;

  protected org.hibernate.mapping.Collection createCollection(org.hibernate.mapping.PersistentClass);
    descriptor: (Lorg/hibernate/mapping/PersistentClass;)Lorg/hibernate/mapping/Collection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.BagBinder this
        start local 1 // org.hibernate.mapping.PersistentClass persistentClass
         0: .line 22
            new org.hibernate.mapping.Bag
            dup
            aload 0 /* this */
            invokevirtual org.hibernate.cfg.annotations.BagBinder.getBuildingContext:()Lorg/hibernate/boot/spi/MetadataBuildingContext;
            aload 1 /* persistentClass */
            invokespecial org.hibernate.mapping.Bag.<init>:(Lorg/hibernate/boot/spi/MetadataBuildingContext;Lorg/hibernate/mapping/PersistentClass;)V
            areturn
        end local 1 // org.hibernate.mapping.PersistentClass persistentClass
        end local 0 // org.hibernate.cfg.annotations.BagBinder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/hibernate/cfg/annotations/BagBinder;
            0    1     1  persistentClass  Lorg/hibernate/mapping/PersistentClass;
    MethodParameters:
                 Name  Flags
      persistentClass  
}
SourceFile: "BagBinder.java"