class io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response
  super_class: java.lang.Object
{
  final boolean readOnly;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean cache;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final io.ebean.FetchConfig fetchConfig;
    descriptor: Lio/ebean/FetchConfig;
    flags: (0x0010) ACC_FINAL

  final java.lang.String properties;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final java.util.LinkedHashSet<java.lang.String> included;
    descriptor: Ljava/util/LinkedHashSet;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/LinkedHashSet<Ljava/lang/String;>;

  void <init>(boolean, boolean, int, int, java.lang.String, java.util.LinkedHashSet<java.lang.String>);
    descriptor: (ZZIILjava/lang/String;Ljava/util/LinkedHashSet;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response this
        start local 1 // boolean readOnly
        start local 2 // boolean cache
        start local 3 // int queryFetchBatch
        start local 4 // int lazyFetchBatch
        start local 5 // java.lang.String properties
        start local 6 // java.util.LinkedHashSet included
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            iload 1 /* readOnly */
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.readOnly:Z
         2: .line 29
            aload 0 /* this */
            iload 2 /* cache */
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.cache:Z
         3: .line 30
            aload 0 /* this */
            aload 5 /* properties */
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.properties:Ljava/lang/String;
         4: .line 31
            aload 0 /* this */
            aload 6 /* included */
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.included:Ljava/util/LinkedHashSet;
         5: .line 32
            iload 4 /* lazyFetchBatch */
            iconst_m1
            if_icmpgt 6
            iload 3 /* queryFetchBatch */
            iconst_m1
            if_icmple 8
         6: .line 33
      StackMap locals: io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response int int int int java.lang.String java.util.LinkedHashSet
      StackMap stack:
            aload 0 /* this */
            new io.ebean.FetchConfig
            dup
            invokespecial io.ebean.FetchConfig.<init>:()V
            iload 4 /* lazyFetchBatch */
            invokevirtual io.ebean.FetchConfig.lazy:(I)Lio/ebean/FetchConfig;
            iload 3 /* queryFetchBatch */
            invokevirtual io.ebean.FetchConfig.query:(I)Lio/ebean/FetchConfig;
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.fetchConfig:Lio/ebean/FetchConfig;
         7: .line 34
            goto 9
         8: .line 35
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic io.ebeaninternal.server.querydefn.OrmQueryProperties.DEFAULT_FETCH:Lio/ebean/FetchConfig;
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.fetchConfig:Lio/ebean/FetchConfig;
         9: .line 37
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.util.LinkedHashSet included
        end local 5 // java.lang.String properties
        end local 4 // int lazyFetchBatch
        end local 3 // int queryFetchBatch
        end local 2 // boolean cache
        end local 1 // boolean readOnly
        end local 0 // io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lio/ebeaninternal/server/querydefn/OrmQueryPropertiesParser$Response;
            0   10     1         readOnly  Z
            0   10     2            cache  Z
            0   10     3  queryFetchBatch  I
            0   10     4   lazyFetchBatch  I
            0   10     5       properties  Ljava/lang/String;
            0   10     6         included  Ljava/util/LinkedHashSet<Ljava/lang/String;>;
    Signature: (ZZIILjava/lang/String;Ljava/util/LinkedHashSet<Ljava/lang/String;>;)V
    MethodParameters:
                 Name  Flags
      readOnly         
      cache            
      queryFetchBatch  
      lazyFetchBatch   
      properties       
      included         

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.readOnly:Z
         2: .line 41
            aload 0 /* this */
            iconst_0
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.cache:Z
         3: .line 42
            aload 0 /* this */
            getstatic io.ebeaninternal.server.querydefn.OrmQueryProperties.DEFAULT_FETCH:Lio/ebean/FetchConfig;
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.fetchConfig:Lio/ebean/FetchConfig;
         4: .line 43
            aload 0 /* this */
            ldc ""
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.properties:Ljava/lang/String;
         5: .line 44
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response.included:Ljava/util/LinkedHashSet;
         6: .line 45
            return
        end local 0 // io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/ebeaninternal/server/querydefn/OrmQueryPropertiesParser$Response;
}
SourceFile: "OrmQueryPropertiesParser.java"
NestHost: io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser
InnerClasses:
  Response = io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser$Response of io.ebeaninternal.server.querydefn.OrmQueryPropertiesParser