public class io.ebeaninternal.api.LoadManyRequest extends io.ebeaninternal.api.LoadRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.api.LoadManyRequest
  super_class: io.ebeaninternal.api.LoadRequest
{
  private static final org.slf4j.Logger logger;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.List<io.ebean.bean.BeanCollection<?>> batch;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebean/bean/BeanCollection<*>;>;

  private final io.ebeaninternal.api.LoadManyBuffer loadContext;
    descriptor: Lio/ebeaninternal/api/LoadManyBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean onlyIds;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean loadCache;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 20
            ldc Lio/ebeaninternal/api/LoadManyRequest;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic io.ebeaninternal.api.LoadManyRequest.logger:Lorg/slf4j/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.ebeaninternal.api.LoadManyBuffer, boolean, boolean);
    descriptor: (Lio/ebeaninternal/api/LoadManyBuffer;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
        start local 1 // io.ebeaninternal.api.LoadManyBuffer loadContext
        start local 2 // boolean onlyIds
        start local 3 // boolean loadCache
         0: .line 34
            aload 0 /* this */
            aload 1 /* loadContext */
            aconst_null
            iconst_1
            iload 2 /* onlyIds */
            iload 3 /* loadCache */
            invokespecial io.ebeaninternal.api.LoadManyRequest.<init>:(Lio/ebeaninternal/api/LoadManyBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest;ZZZ)V
         1: .line 35
            return
        end local 3 // boolean loadCache
        end local 2 // boolean onlyIds
        end local 1 // io.ebeaninternal.api.LoadManyBuffer loadContext
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/ebeaninternal/api/LoadManyRequest;
            0    2     1  loadContext  Lio/ebeaninternal/api/LoadManyBuffer;
            0    2     2      onlyIds  Z
            0    2     3    loadCache  Z
    MethodParameters:
             Name  Flags
      loadContext  
      onlyIds      
      loadCache    

  public void <init>(io.ebeaninternal.api.LoadManyBuffer, io.ebeaninternal.server.core.OrmQueryRequest<?>);
    descriptor: (Lio/ebeaninternal/api/LoadManyBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
        start local 1 // io.ebeaninternal.api.LoadManyBuffer loadContext
        start local 2 // io.ebeaninternal.server.core.OrmQueryRequest parentRequest
         0: .line 41
            aload 0 /* this */
            aload 1 /* loadContext */
            aload 2 /* parentRequest */
            iconst_0
            iconst_0
            iconst_0
            invokespecial io.ebeaninternal.api.LoadManyRequest.<init>:(Lio/ebeaninternal/api/LoadManyBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest;ZZZ)V
         1: .line 42
            return
        end local 2 // io.ebeaninternal.server.core.OrmQueryRequest parentRequest
        end local 1 // io.ebeaninternal.api.LoadManyBuffer loadContext
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/ebeaninternal/api/LoadManyRequest;
            0    2     1    loadContext  Lio/ebeaninternal/api/LoadManyBuffer;
            0    2     2  parentRequest  Lio/ebeaninternal/server/core/OrmQueryRequest<*>;
    Signature: (Lio/ebeaninternal/api/LoadManyBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest<*>;)V
    MethodParameters:
               Name  Flags
      loadContext    
      parentRequest  

  private void <init>(io.ebeaninternal.api.LoadManyBuffer, io.ebeaninternal.server.core.OrmQueryRequest<?>, boolean, boolean, );
    descriptor: (Lio/ebeaninternal/api/LoadManyBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest;ZZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
        start local 1 // io.ebeaninternal.api.LoadManyBuffer loadContext
        start local 2 // io.ebeaninternal.server.core.OrmQueryRequest parentRequest
        start local 3 // boolean lazy
        start local 4 // boolean onlyIds
        start local 5 // boolean loadCache
         0: .line 45
            aload 0 /* this */
            aload 2 /* parentRequest */
            iload 3 /* lazy */
            invokespecial io.ebeaninternal.api.LoadRequest.<init>:(Lio/ebeaninternal/server/core/OrmQueryRequest;Z)V
         1: .line 46
            aload 0 /* this */
            aload 1 /* loadContext */
            putfield io.ebeaninternal.api.LoadManyRequest.loadContext:Lio/ebeaninternal/api/LoadManyBuffer;
         2: .line 47
            aload 0 /* this */
            aload 1 /* loadContext */
            invokeinterface io.ebeaninternal.api.LoadManyBuffer.getBatch:()Ljava/util/List;
            putfield io.ebeaninternal.api.LoadManyRequest.batch:Ljava/util/List;
         3: .line 48
            aload 0 /* this */
            iload 4 /* onlyIds */
            putfield io.ebeaninternal.api.LoadManyRequest.onlyIds:Z
         4: .line 49
            aload 0 /* this */
            iload 5 /* loadCache */
            putfield io.ebeaninternal.api.LoadManyRequest.loadCache:Z
         5: .line 50
            return
        end local 5 // boolean loadCache
        end local 4 // boolean onlyIds
        end local 3 // boolean lazy
        end local 2 // io.ebeaninternal.server.core.OrmQueryRequest parentRequest
        end local 1 // io.ebeaninternal.api.LoadManyBuffer loadContext
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lio/ebeaninternal/api/LoadManyRequest;
            0    6     1    loadContext  Lio/ebeaninternal/api/LoadManyBuffer;
            0    6     2  parentRequest  Lio/ebeaninternal/server/core/OrmQueryRequest<*>;
            0    6     3           lazy  Z
            0    6     4        onlyIds  Z
            0    6     5      loadCache  Z
    Signature: (Lio/ebeaninternal/api/LoadManyBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest<*>;ZZZ)V
    MethodParameters:
               Name  Flags
      loadContext    
      parentRequest  
      lazy           
      onlyIds        
      loadCache      

  public java.lang.Class<?> getBeanType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
         0: .line 54
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.loadContext:Lio/ebeaninternal/api/LoadManyBuffer;
            invokeinterface io.ebeaninternal.api.LoadManyBuffer.getBeanDescriptor:()Lio/ebeaninternal/server/deploy/BeanDescriptor;
            invokevirtual io.ebeaninternal.server.deploy.BeanDescriptor.getBeanType:()Ljava/lang/Class;
            areturn
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadManyRequest;
    Signature: ()Ljava/lang/Class<*>;

  public java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
         0: .line 58
            new java.lang.StringBuilder
            dup
            ldc "path:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.loadContext:Lio/ebeaninternal/api/LoadManyBuffer;
            invokeinterface io.ebeaninternal.api.LoadManyBuffer.getFullPath:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " size:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.batch:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadManyRequest;

  public java.util.List<io.ebean.bean.BeanCollection<?>> getBatch();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
         0: .line 65
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.batch:Ljava/util/List;
            areturn
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadManyRequest;
    Signature: ()Ljava/util/List<Lio/ebean/bean/BeanCollection<*>;>;

  private boolean isOnlyIds();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
         0: .line 77
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.onlyIds:Z
            ireturn
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadManyRequest;

  private boolean isLoadCache();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
         0: .line 84
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.loadCache:Z
            ireturn
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadManyRequest;

  public int getBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
         0: .line 91
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.loadContext:Lio/ebeaninternal/api/LoadManyBuffer;
            invokeinterface io.ebeaninternal.api.LoadManyBuffer.getBatchSize:()I
            ireturn
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadManyRequest;

  private java.util.List<java.lang.Object> getParentIdList();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
         0: .line 96
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* idList */
        start local 1 // java.util.List idList
         1: .line 98
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.getMany:()Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany;
            astore 2 /* many */
        start local 2 // io.ebeaninternal.server.deploy.BeanPropertyAssocMany many
         2: .line 99
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.batch:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: io.ebeaninternal.api.LoadManyRequest java.util.List io.ebeaninternal.server.deploy.BeanPropertyAssocMany top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.ebean.bean.BeanCollection
            astore 3 /* bc */
        start local 3 // io.ebean.bean.BeanCollection bc
         4: .line 100
            aload 1 /* idList */
            aload 2 /* many */
            aload 3 /* bc */
            invokeinterface io.ebean.bean.BeanCollection.getOwnerBean:()Lio/ebean/bean/EntityBean;
            invokevirtual io.ebeaninternal.server.deploy.BeanPropertyAssocMany.getParentId:(Lio/ebean/bean/EntityBean;)Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // io.ebean.bean.BeanCollection bc
         5: .line 99
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 102
            aload 2 /* many */
            invokevirtual io.ebeaninternal.server.deploy.BeanPropertyAssocMany.getTargetDescriptor:()Lio/ebeaninternal/server/deploy/BeanDescriptor;
            invokevirtual io.ebeaninternal.server.deploy.BeanDescriptor.isPadInExpression:()Z
            ifeq 8
         7: .line 103
            aload 1 /* idList */
            invokestatic io.ebeaninternal.server.core.BindPadding.padIds:(Ljava/util/List;)V
         8: .line 106
      StackMap locals: io.ebeaninternal.api.LoadManyRequest java.util.List io.ebeaninternal.server.deploy.BeanPropertyAssocMany
      StackMap stack:
            aload 1 /* idList */
            areturn
        end local 2 // io.ebeaninternal.server.deploy.BeanPropertyAssocMany many
        end local 1 // java.util.List idList
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/ebeaninternal/api/LoadManyRequest;
            1    9     1  idList  Ljava/util/List<Ljava/lang/Object;>;
            2    9     2    many  Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany<*>;
            4    5     3      bc  Lio/ebean/bean/BeanCollection<*>;
    Signature: ()Ljava/util/List<Ljava/lang/Object;>;

  private io.ebeaninternal.server.deploy.BeanPropertyAssocMany<?> getMany();
    descriptor: ()Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
         0: .line 110
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.loadContext:Lio/ebeaninternal/api/LoadManyBuffer;
            invokeinterface io.ebeaninternal.api.LoadManyBuffer.getBeanProperty:()Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany;
            areturn
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadManyRequest;
    Signature: ()Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany<*>;

  public io.ebeaninternal.api.SpiQuery<?> createQuery(io.ebeaninternal.api.SpiEbeanServer);
    descriptor: (Lio/ebeaninternal/api/SpiEbeanServer;)Lio/ebeaninternal/api/SpiQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
        start local 1 // io.ebeaninternal.api.SpiEbeanServer server
         0: .line 115
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.getMany:()Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany;
            astore 2 /* many */
        start local 2 // io.ebeaninternal.server.deploy.BeanPropertyAssocMany many
         1: .line 117
            aload 2 /* many */
            aload 1 /* server */
            invokevirtual io.ebeaninternal.server.deploy.BeanPropertyAssocMany.newQuery:(Lio/ebeaninternal/api/SpiEbeanServer;)Lio/ebeaninternal/api/SpiQuery;
            astore 3 /* query */
        start local 3 // io.ebeaninternal.api.SpiQuery query
         2: .line 118
            aload 2 /* many */
            invokevirtual io.ebeaninternal.server.deploy.BeanPropertyAssocMany.getLazyFetchOrderBy:()Ljava/lang/String;
            astore 4 /* orderBy */
        start local 4 // java.lang.String orderBy
         3: .line 119
            aload 4 /* orderBy */
            ifnull 5
         4: .line 120
            aload 3 /* query */
            aload 4 /* orderBy */
            invokeinterface io.ebeaninternal.api.SpiQuery.order:(Ljava/lang/String;)Lio/ebean/Query;
            pop
         5: .line 123
      StackMap locals: io.ebeaninternal.server.deploy.BeanPropertyAssocMany io.ebeaninternal.api.SpiQuery java.lang.String
      StackMap stack:
            aload 2 /* many */
            invokevirtual io.ebeaninternal.server.deploy.BeanPropertyAssocMany.getExtraWhere:()Ljava/lang/String;
            astore 5 /* extraWhere */
        start local 5 // java.lang.String extraWhere
         6: .line 124
            aload 5 /* extraWhere */
            ifnull 8
         7: .line 127
            aload 3 /* query */
            invokeinterface io.ebeaninternal.api.SpiQuery.where:()Lio/ebean/ExpressionList;
            aload 5 /* extraWhere */
            ldc "${ta}"
            ldc "t0"
            invokevirtual java.lang.String.replace:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
            invokeinterface io.ebean.ExpressionList.raw:(Ljava/lang/String;)Lio/ebean/ExpressionList;
            pop
         8: .line 130
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* query */
            aload 2 /* many */
            invokeinterface io.ebeaninternal.api.SpiQuery.setLazyLoadForParents:(Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany;)V
         9: .line 131
            aload 2 /* many */
            aload 3 /* query */
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.getParentIdList:()Ljava/util/List;
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.loadContext:Lio/ebeaninternal/api/LoadManyBuffer;
            invokeinterface io.ebeaninternal.api.LoadManyBuffer.isUseDocStore:()Z
            invokevirtual io.ebeaninternal.server.deploy.BeanPropertyAssocMany.addWhereParentIdIn:(Lio/ebeaninternal/api/SpiQuery;Ljava/util/List;Z)V
        10: .line 132
            aload 3 /* query */
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.loadContext:Lio/ebeaninternal/api/LoadManyBuffer;
            invokeinterface io.ebeaninternal.api.LoadManyBuffer.getPersistenceContext:()Lio/ebean/bean/PersistenceContext;
            invokeinterface io.ebeaninternal.api.SpiQuery.setPersistenceContext:(Lio/ebean/bean/PersistenceContext;)V
        11: .line 134
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.isLazy:()Z
            ifeq 12
            ldc "+lazy"
            goto 13
      StackMap locals:
      StackMap stack:
        12: ldc "+query"
      StackMap locals:
      StackMap stack: java.lang.String
        13: astore 6 /* mode */
        start local 6 // java.lang.String mode
        14: .line 135
            aload 3 /* query */
            aload 6 /* mode */
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.getDescription:()Ljava/lang/String;
            invokeinterface io.ebeaninternal.api.SpiQuery.setLoadDescription:(Ljava/lang/String;Ljava/lang/String;)V
        15: .line 137
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.isLazy:()Z
            ifeq 17
        16: .line 139
            aload 3 /* query */
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.getBatchSize:()I
            invokeinterface io.ebeaninternal.api.SpiQuery.setLazyLoadBatchSize:(I)Lio/ebean/Query;
            pop
        17: .line 143
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.loadContext:Lio/ebeaninternal/api/LoadManyBuffer;
            aload 3 /* query */
            invokeinterface io.ebeaninternal.api.LoadManyBuffer.configureQuery:(Lio/ebeaninternal/api/SpiQuery;)V
        18: .line 145
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.isOnlyIds:()Z
            ifeq 20
        19: .line 147
            aload 3 /* query */
            aload 2 /* many */
            invokevirtual io.ebeaninternal.server.deploy.BeanPropertyAssocMany.getTargetIdProperty:()Ljava/lang/String;
            invokeinterface io.ebeaninternal.api.SpiQuery.select:(Ljava/lang/String;)Lio/ebean/Query;
            pop
        20: .line 150
      StackMap locals:
      StackMap stack:
            aload 3 /* query */
            areturn
        end local 6 // java.lang.String mode
        end local 5 // java.lang.String extraWhere
        end local 4 // java.lang.String orderBy
        end local 3 // io.ebeaninternal.api.SpiQuery query
        end local 2 // io.ebeaninternal.server.deploy.BeanPropertyAssocMany many
        end local 1 // io.ebeaninternal.api.SpiEbeanServer server
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lio/ebeaninternal/api/LoadManyRequest;
            0   21     1      server  Lio/ebeaninternal/api/SpiEbeanServer;
            1   21     2        many  Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany<*>;
            2   21     3       query  Lio/ebeaninternal/api/SpiQuery<*>;
            3   21     4     orderBy  Ljava/lang/String;
            6   21     5  extraWhere  Ljava/lang/String;
           14   21     6        mode  Ljava/lang/String;
    Signature: (Lio/ebeaninternal/api/SpiEbeanServer;)Lio/ebeaninternal/api/SpiQuery<*>;
    MethodParameters:
        Name  Flags
      server  

  public void postLoad();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // io.ebeaninternal.api.LoadManyRequest this
         0: .line 158
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.loadContext:Lio/ebeaninternal/api/LoadManyBuffer;
            invokeinterface io.ebeaninternal.api.LoadManyBuffer.getBeanDescriptor:()Lio/ebeaninternal/server/deploy/BeanDescriptor;
            astore 1 /* desc */
        start local 1 // io.ebeaninternal.server.deploy.BeanDescriptor desc
         1: .line 159
            aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.getMany:()Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany;
            astore 2 /* many */
        start local 2 // io.ebeaninternal.server.deploy.BeanPropertyAssocMany many
         2: .line 163
            aload 0 /* this */
            getfield io.ebeaninternal.api.LoadManyRequest.batch:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 13
      StackMap locals: io.ebeaninternal.api.LoadManyRequest io.ebeaninternal.server.deploy.BeanDescriptor io.ebeaninternal.server.deploy.BeanPropertyAssocMany top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.ebean.bean.BeanCollection
            astore 3 /* bc */
        start local 3 // io.ebean.bean.BeanCollection bc
         4: .line 164
            aload 3 /* bc */
            invokeinterface io.ebean.bean.BeanCollection.checkEmptyLazyLoad:()Z
            ifeq 10
         5: .line 165
            getstatic io.ebeaninternal.api.LoadManyRequest.logger:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 13
         6: .line 166
            aload 3 /* bc */
            invokeinterface io.ebean.bean.BeanCollection.getOwnerBean:()Lio/ebean/bean/EntityBean;
            astore 5 /* ownerBean */
        start local 5 // io.ebean.bean.EntityBean ownerBean
         7: .line 167
            aload 1 /* desc */
            aload 5 /* ownerBean */
            invokevirtual io.ebeaninternal.server.deploy.BeanDescriptor.getId:(Lio/ebean/bean/EntityBean;)Ljava/lang/Object;
            astore 6 /* parentId */
        start local 6 // java.lang.Object parentId
         8: .line 168
            getstatic io.ebeaninternal.api.LoadManyRequest.logger:Lorg/slf4j/Logger;
            new java.lang.StringBuilder
            dup
            ldc "BeanCollection after lazy load was empty. type:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* ownerBean */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " id:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* parentId */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " owner:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* ownerBean */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        end local 6 // java.lang.Object parentId
        end local 5 // io.ebean.bean.EntityBean ownerBean
         9: .line 170
            goto 13
      StackMap locals: io.ebeaninternal.api.LoadManyRequest io.ebeaninternal.server.deploy.BeanDescriptor io.ebeaninternal.server.deploy.BeanPropertyAssocMany io.ebean.bean.BeanCollection java.util.Iterator
      StackMap stack:
        10: aload 0 /* this */
            invokevirtual io.ebeaninternal.api.LoadManyRequest.isLoadCache:()Z
            ifeq 13
            aload 2 /* many */
            invokevirtual io.ebeaninternal.server.deploy.BeanPropertyAssocMany.isUseCache:()Z
            ifeq 13
        11: .line 171
            aload 1 /* desc */
            aload 3 /* bc */
            invokeinterface io.ebean.bean.BeanCollection.getOwnerBean:()Lio/ebean/bean/EntityBean;
            invokevirtual io.ebeaninternal.server.deploy.BeanDescriptor.getId:(Lio/ebean/bean/EntityBean;)Ljava/lang/Object;
            astore 5 /* parentId */
        start local 5 // java.lang.Object parentId
        12: .line 172
            aload 1 /* desc */
            aload 2 /* many */
            aload 3 /* bc */
            aload 5 /* parentId */
            invokevirtual io.ebeaninternal.server.deploy.BeanDescriptor.cacheManyPropPut:(Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany;Lio/ebean/bean/BeanCollection;Ljava/lang/Object;)V
        end local 5 // java.lang.Object parentId
        end local 3 // io.ebean.bean.BeanCollection bc
        13: .line 163
      StackMap locals: io.ebeaninternal.api.LoadManyRequest io.ebeaninternal.server.deploy.BeanDescriptor io.ebeaninternal.server.deploy.BeanPropertyAssocMany top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        14: .line 176
            return
        end local 2 // io.ebeaninternal.server.deploy.BeanPropertyAssocMany many
        end local 1 // io.ebeaninternal.server.deploy.BeanDescriptor desc
        end local 0 // io.ebeaninternal.api.LoadManyRequest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lio/ebeaninternal/api/LoadManyRequest;
            1   15     1       desc  Lio/ebeaninternal/server/deploy/BeanDescriptor<*>;
            2   15     2       many  Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany<*>;
            4   13     3         bc  Lio/ebean/bean/BeanCollection<*>;
            7    9     5  ownerBean  Lio/ebean/bean/EntityBean;
            8    9     6   parentId  Ljava/lang/Object;
           12   13     5   parentId  Ljava/lang/Object;
}
SourceFile: "LoadManyRequest.java"