public class org.hibernate.type.ListType extends org.hibernate.type.CollectionType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.type.ListType
  super_class: org.hibernate.type.CollectionType
{
  public void <init>(org.hibernate.type.TypeFactory$TypeScope, java.lang.String, java.lang.String, boolean);
    descriptor: (Lorg/hibernate/type/TypeFactory$TypeScope;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.hibernate.type.ListType this
        start local 1 // org.hibernate.type.TypeFactory$TypeScope typeScope
        start local 2 // java.lang.String role
        start local 3 // java.lang.String propertyRef
        start local 4 // boolean isEmbeddedInXML
         0: .line 43
            aload 0 /* this */
            aload 1 /* typeScope */
            aload 2 /* role */
            aload 3 /* propertyRef */
            iload 4 /* isEmbeddedInXML */
            invokespecial org.hibernate.type.CollectionType.<init>:(Lorg/hibernate/type/TypeFactory$TypeScope;Ljava/lang/String;Ljava/lang/String;Z)V
         1: .line 44
            return
        end local 4 // boolean isEmbeddedInXML
        end local 3 // java.lang.String propertyRef
        end local 2 // java.lang.String role
        end local 1 // org.hibernate.type.TypeFactory$TypeScope typeScope
        end local 0 // org.hibernate.type.ListType this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/hibernate/type/ListType;
            0    2     1        typeScope  Lorg/hibernate/type/TypeFactory$TypeScope;
            0    2     2             role  Ljava/lang/String;
            0    2     3      propertyRef  Ljava/lang/String;
            0    2     4  isEmbeddedInXML  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      typeScope        
      role             
      propertyRef      
      isEmbeddedInXML  

  public void <init>(org.hibernate.type.TypeFactory$TypeScope, java.lang.String, java.lang.String);
    descriptor: (Lorg/hibernate/type/TypeFactory$TypeScope;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.hibernate.type.ListType this
        start local 1 // org.hibernate.type.TypeFactory$TypeScope typeScope
        start local 2 // java.lang.String role
        start local 3 // java.lang.String propertyRef
         0: .line 47
            aload 0 /* this */
            aload 1 /* typeScope */
            aload 2 /* role */
            aload 3 /* propertyRef */
            invokespecial org.hibernate.type.CollectionType.<init>:(Lorg/hibernate/type/TypeFactory$TypeScope;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 48
            return
        end local 3 // java.lang.String propertyRef
        end local 2 // java.lang.String role
        end local 1 // org.hibernate.type.TypeFactory$TypeScope typeScope
        end local 0 // org.hibernate.type.ListType this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/type/ListType;
            0    2     1    typeScope  Lorg/hibernate/type/TypeFactory$TypeScope;
            0    2     2         role  Ljava/lang/String;
            0    2     3  propertyRef  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      typeScope    
      role         
      propertyRef  

  public org.hibernate.collection.spi.PersistentCollection instantiate(org.hibernate.engine.spi.SessionImplementor, org.hibernate.persister.collection.CollectionPersister, java.io.Serializable);
    descriptor: (Lorg/hibernate/engine/spi/SessionImplementor;Lorg/hibernate/persister/collection/CollectionPersister;Ljava/io/Serializable;)Lorg/hibernate/collection/spi/PersistentCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.hibernate.type.ListType this
        start local 1 // org.hibernate.engine.spi.SessionImplementor session
        start local 2 // org.hibernate.persister.collection.CollectionPersister persister
        start local 3 // java.io.Serializable key
         0: .line 51
            new org.hibernate.collection.internal.PersistentList
            dup
            aload 1 /* session */
            invokespecial org.hibernate.collection.internal.PersistentList.<init>:(Lorg/hibernate/engine/spi/SessionImplementor;)V
            areturn
        end local 3 // java.io.Serializable key
        end local 2 // org.hibernate.persister.collection.CollectionPersister persister
        end local 1 // org.hibernate.engine.spi.SessionImplementor session
        end local 0 // org.hibernate.type.ListType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/hibernate/type/ListType;
            0    1     1    session  Lorg/hibernate/engine/spi/SessionImplementor;
            0    1     2  persister  Lorg/hibernate/persister/collection/CollectionPersister;
            0    1     3        key  Ljava/io/Serializable;
    MethodParameters:
           Name  Flags
      session    
      persister  
      key        

  public java.lang.Class getReturnedClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.type.ListType this
         0: .line 55
            ldc Ljava/util/List;
            areturn
        end local 0 // org.hibernate.type.ListType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/type/ListType;

  public org.hibernate.collection.spi.PersistentCollection wrap(org.hibernate.engine.spi.SessionImplementor, java.lang.Object);
    descriptor: (Lorg/hibernate/engine/spi/SessionImplementor;Ljava/lang/Object;)Lorg/hibernate/collection/spi/PersistentCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.hibernate.type.ListType this
        start local 1 // org.hibernate.engine.spi.SessionImplementor session
        start local 2 // java.lang.Object collection
         0: .line 59
            new org.hibernate.collection.internal.PersistentList
            dup
            aload 1 /* session */
            aload 2 /* collection */
            checkcast java.util.List
            invokespecial org.hibernate.collection.internal.PersistentList.<init>:(Lorg/hibernate/engine/spi/SessionImplementor;Ljava/util/List;)V
            areturn
        end local 2 // java.lang.Object collection
        end local 1 // org.hibernate.engine.spi.SessionImplementor session
        end local 0 // org.hibernate.type.ListType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/hibernate/type/ListType;
            0    1     1     session  Lorg/hibernate/engine/spi/SessionImplementor;
            0    1     2  collection  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      session     
      collection  

  public java.lang.Object instantiate(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hibernate.type.ListType this
        start local 1 // int anticipatedSize
         0: .line 63
            iload 1 /* anticipatedSize */
            ifgt 1
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            goto 2
      StackMap locals:
      StackMap stack:
         1: new java.util.ArrayList
            dup
            iload 1 /* anticipatedSize */
            iconst_1
            iadd
            invokespecial java.util.ArrayList.<init>:(I)V
      StackMap locals:
      StackMap stack: java.util.ArrayList
         2: areturn
        end local 1 // int anticipatedSize
        end local 0 // org.hibernate.type.ListType this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/hibernate/type/ListType;
            0    3     1  anticipatedSize  I
    MethodParameters:
                 Name  Flags
      anticipatedSize  

  public java.lang.Object indexOf(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.hibernate.type.ListType this
        start local 1 // java.lang.Object collection
        start local 2 // java.lang.Object element
         0: .line 67
            aload 1 /* collection */
            checkcast java.util.List
            astore 3 /* list */
        start local 3 // java.util.List list
         1: .line 68
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 70
      StackMap locals: java.util.List int
      StackMap stack:
            aload 3 /* list */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            aload 2 /* element */
            if_acmpne 4
            iload 4 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         4: .line 68
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            aload 3 /* list */
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 4 // int i
         6: .line 72
            aconst_null
            areturn
        end local 3 // java.util.List list
        end local 2 // java.lang.Object element
        end local 1 // java.lang.Object collection
        end local 0 // org.hibernate.type.ListType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/hibernate/type/ListType;
            0    7     1  collection  Ljava/lang/Object;
            0    7     2     element  Ljava/lang/Object;
            1    7     3        list  Ljava/util/List;
            2    6     4           i  I
    MethodParameters:
            Name  Flags
      collection  
      element     
}
SourceFile: "ListType.java"
InnerClasses:
  public abstract TypeScope = org.hibernate.type.TypeFactory$TypeScope of org.hibernate.type.TypeFactory