public class io.ebeaninternal.api.LoadBeanRequest extends io.ebeaninternal.api.LoadRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.api.LoadBeanRequest
  super_class: io.ebeaninternal.api.LoadRequest
{
  private final java.util.List<io.ebean.bean.EntityBeanIntercept> batch;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebean/bean/EntityBeanIntercept;>;

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

  private final java.lang.String lazyLoadProperty;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public void <init>(io.ebeaninternal.api.LoadBeanBuffer, io.ebean.bean.EntityBeanIntercept, boolean);
    descriptor: (Lio/ebeaninternal/api/LoadBeanBuffer;Lio/ebean/bean/EntityBeanIntercept;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type javax.annotation.Nonnull cannot be resolved. It is indirectly referenced from required .class files\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;
    MethodParameters:
            Name  Flags
      LoadBuffer  
      ebi         
      loadCache   

  public void <init>(io.ebeaninternal.api.LoadBeanBuffer, io.ebeaninternal.server.core.OrmQueryRequest<?>);
    descriptor: (Lio/ebeaninternal/api/LoadBeanBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type javax.annotation.Nonnull cannot be resolved. It is indirectly referenced from required .class files\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;
    Signature: (Lio/ebeaninternal/api/LoadBeanBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest<*>;)V
    MethodParameters:
               Name  Flags
      LoadBuffer     
      parentRequest  

  private void <init>(io.ebeaninternal.api.LoadBeanBuffer, io.ebeaninternal.server.core.OrmQueryRequest<?>, boolean, java.lang.String, );
    descriptor: (Lio/ebeaninternal/api/LoadBeanBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest;ZLjava/lang/String;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type javax.annotation.Nonnull cannot be resolved. It is indirectly referenced from required .class files\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;
    Signature: (Lio/ebeaninternal/api/LoadBeanBuffer;Lio/ebeaninternal/server/core/OrmQueryRequest<*>;ZLjava/lang/String;Z)V
    MethodParameters:
                  Name  Flags
      loadBuffer        
      parentRequest     
      lazy              
      lazyLoadProperty  
      loadCache         

  public java.lang.Class<?> getBeanType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type javax.annotation.Nonnull cannot be resolved. It is indirectly referenced from required .class files\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;
    Signature: ()Ljava/lang/Class<*>;

  public boolean isLoadedFromCache();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;

  private boolean isLoadCache();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;

  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.LoadBeanRequest this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;

  public java.util.List<io.ebean.bean.EntityBeanIntercept> getBatch();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;
    Signature: ()Ljava/util/List<Lio/ebean/bean/EntityBeanIntercept;>;

  private io.ebeaninternal.api.LoadBeanBuffer getLoadContext();
    descriptor: ()Lio/ebeaninternal/api/LoadBeanBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 83
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;

  public int getBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;

  public java.util.List<java.lang.Object> getIdList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;
    Signature: ()Ljava/util/List<Ljava/lang/Object;>;

  public void configureQuery(io.ebeaninternal.api.SpiQuery<?>, java.util.List<java.lang.Object>);
    descriptor: (Lio/ebeaninternal/api/SpiQuery;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 108
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;
    Signature: (Lio/ebeaninternal/api/SpiQuery<*>;Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
        Name  Flags
      query   
      idList  

  public void postLoad(java.util.List<?>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.LoadBeanRequest this
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.api.LoadBeanRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/api/LoadBeanRequest;
    Signature: (Ljava/util/List<*>;)V
    MethodParameters:
      Name  Flags
      list  
}
SourceFile: "LoadBeanRequest.java"