public class org.hibernate.cfg.annotations.SetBinder 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.SetBinder
  super_class: org.hibernate.cfg.annotations.CollectionBinder
{
  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.SetBinder this
        start local 1 // boolean sorted
         0: .line 20
            aload 0 /* this */
            iload 1 /* sorted */
            invokespecial org.hibernate.cfg.annotations.CollectionBinder.<init>:(Z)V
         1: .line 21
            return
        end local 1 // boolean sorted
        end local 0 // org.hibernate.cfg.annotations.SetBinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/hibernate/cfg/annotations/SetBinder;
            0    2     1  sorted  Z
    MethodParameters:
        Name  Flags
      sorted  

  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.SetBinder this
        start local 1 // org.hibernate.mapping.PersistentClass persistentClass
         0: .line 25
            new org.hibernate.mapping.Set
            dup
            aload 0 /* this */
            invokevirtual org.hibernate.cfg.annotations.SetBinder.getBuildingContext:()Lorg/hibernate/boot/spi/MetadataBuildingContext;
            aload 1 /* persistentClass */
            invokespecial org.hibernate.mapping.Set.<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.SetBinder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/hibernate/cfg/annotations/SetBinder;
            0    1     1  persistentClass  Lorg/hibernate/mapping/PersistentClass;
    MethodParameters:
                 Name  Flags
      persistentClass  

  public void setSqlOrderBy(org.hibernate.annotations.OrderBy);
    descriptor: (Lorg/hibernate/annotations/OrderBy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.cfg.annotations.SetBinder this
        start local 1 // org.hibernate.annotations.OrderBy orderByAnn
         0: .line 30
            aload 1 /* orderByAnn */
            ifnull 2
         1: .line 31
            aload 0 /* this */
            aload 1 /* orderByAnn */
            invokespecial org.hibernate.cfg.annotations.CollectionBinder.setSqlOrderBy:(Lorg/hibernate/annotations/OrderBy;)V
         2: .line 33
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.annotations.OrderBy orderByAnn
        end local 0 // org.hibernate.cfg.annotations.SetBinder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/hibernate/cfg/annotations/SetBinder;
            0    3     1  orderByAnn  Lorg/hibernate/annotations/OrderBy;
    MethodParameters:
            Name  Flags
      orderByAnn  
}
SourceFile: "SetBinder.java"