public abstract class io.ebean.typequery.TQRootBean<T, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.ebean.typequery.TQRootBean
  super_class: java.lang.Object
{
  private final Query<T> query;
    descriptor: LQuery;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: LQuery<TT;>;

  private ArrayStack<ExpressionList<T>> whereStack;
    descriptor: LArrayStack;
    flags: (0x0002) ACC_PRIVATE
    Signature: LArrayStack<LExpressionList<TT;>;>;

  private ArrayStack<ExpressionList<T>> textStack;
    descriptor: LArrayStack;
    flags: (0x0002) ACC_PRIVATE
    Signature: LArrayStack<LExpressionList<TT;>;>;

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

  private R root;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TR;

  public void <init>(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.ebean.CacheMode cannot be resolved\n\tThe import io.ebean.DB cannot be resolved\n\tThe import io.ebean.Database cannot be resolved\n\tThe import io.ebean.DtoQuery cannot be resolved\n\tThe import io.ebean.ExpressionList cannot be resolved\n\tThe import io.ebean.FetchConfig cannot be resolved\n\tThe import io.ebean.FetchGroup cannot be resolved\n\tThe import io.ebean.FutureIds cannot be resolved\n\tThe import io.ebean.FutureList cannot be resolved\n\tThe import io.ebean.FutureRowCount cannot be resolved\n\tThe import io.ebean.PagedList cannot be resolved\n\tThe import io.ebean.PersistenceContextScope cannot be resolved\n\tThe import io.ebean.ProfileLocation cannot be resolved\n\tThe import io.ebean.Query cannot be resolved\n\tThe import io.ebean.QueryIterator cannot be resolved\n\tThe import io.ebean.RawSql cannot be resolved\n\tThe import io.ebean.Transaction cannot be resolved\n\tThe import io.ebean.UpdateQuery cannot be resolved\n\tThe import io.ebean.Version cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.service cannot be resolved\n\tThe import io.ebean.text cannot be resolved\n\tThe import io.ebeaninternal cannot be resolved\n\tThe import javax.annotation.Nonnull cannot be resolved\n\tThe import javax.annotation.Nullable cannot be resolved\n\tQuery cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tDB cannot be resolved\n\tDatabase cannot be resolved to a type\n\tTransaction cannot be resolved to a type\n\tDatabase cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tNonnull cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tPathProperties cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tUpdateQuery cannot be resolved to a type\n\tDtoQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tProfileLocation cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tPersistenceContextScope cannot be resolved to a type\n\tRawSql cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/Class<TT;>;)V
    MethodParameters:
          Name  Flags
      beanType  

  public void <init>(java.lang.Class<T>, Database);
    descriptor: (Ljava/lang/Class;LDatabase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.ebean.CacheMode cannot be resolved\n\tThe import io.ebean.DB cannot be resolved\n\tThe import io.ebean.Database cannot be resolved\n\tThe import io.ebean.DtoQuery cannot be resolved\n\tThe import io.ebean.ExpressionList cannot be resolved\n\tThe import io.ebean.FetchConfig cannot be resolved\n\tThe import io.ebean.FetchGroup cannot be resolved\n\tThe import io.ebean.FutureIds cannot be resolved\n\tThe import io.ebean.FutureList cannot be resolved\n\tThe import io.ebean.FutureRowCount cannot be resolved\n\tThe import io.ebean.PagedList cannot be resolved\n\tThe import io.ebean.PersistenceContextScope cannot be resolved\n\tThe import io.ebean.ProfileLocation cannot be resolved\n\tThe import io.ebean.Query cannot be resolved\n\tThe import io.ebean.QueryIterator cannot be resolved\n\tThe import io.ebean.RawSql cannot be resolved\n\tThe import io.ebean.Transaction cannot be resolved\n\tThe import io.ebean.UpdateQuery cannot be resolved\n\tThe import io.ebean.Version cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.service cannot be resolved\n\tThe import io.ebean.text cannot be resolved\n\tThe import io.ebeaninternal cannot be resolved\n\tThe import javax.annotation.Nonnull cannot be resolved\n\tThe import javax.annotation.Nullable cannot be resolved\n\tQuery cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tDB cannot be resolved\n\tDatabase cannot be resolved to a type\n\tTransaction cannot be resolved to a type\n\tDatabase cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tNonnull cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tPathProperties cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tUpdateQuery cannot be resolved to a type\n\tDtoQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tProfileLocation cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tPersistenceContextScope cannot be resolved to a type\n\tRawSql cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/Class<TT;>;LDatabase;)V
    MethodParameters:
          Name  Flags
      beanType  
      database  

  protected void <init>(java.lang.Class<T>, Transaction);
    descriptor: (Ljava/lang/Class;LTransaction;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.ebean.CacheMode cannot be resolved\n\tThe import io.ebean.DB cannot be resolved\n\tThe import io.ebean.Database cannot be resolved\n\tThe import io.ebean.DtoQuery cannot be resolved\n\tThe import io.ebean.ExpressionList cannot be resolved\n\tThe import io.ebean.FetchConfig cannot be resolved\n\tThe import io.ebean.FetchGroup cannot be resolved\n\tThe import io.ebean.FutureIds cannot be resolved\n\tThe import io.ebean.FutureList cannot be resolved\n\tThe import io.ebean.FutureRowCount cannot be resolved\n\tThe import io.ebean.PagedList cannot be resolved\n\tThe import io.ebean.PersistenceContextScope cannot be resolved\n\tThe import io.ebean.ProfileLocation cannot be resolved\n\tThe import io.ebean.Query cannot be resolved\n\tThe import io.ebean.QueryIterator cannot be resolved\n\tThe import io.ebean.RawSql cannot be resolved\n\tThe import io.ebean.Transaction cannot be resolved\n\tThe import io.ebean.UpdateQuery cannot be resolved\n\tThe import io.ebean.Version cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.service cannot be resolved\n\tThe import io.ebean.text cannot be resolved\n\tThe import io.ebeaninternal cannot be resolved\n\tThe import javax.annotation.Nonnull cannot be resolved\n\tThe import javax.annotation.Nullable cannot be resolved\n\tQuery cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tDB cannot be resolved\n\tDatabase cannot be resolved to a type\n\tTransaction cannot be resolved to a type\n\tDatabase cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tNonnull cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tPathProperties cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tUpdateQuery cannot be resolved to a type\n\tDtoQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tProfileLocation cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tPersistenceContextScope cannot be resolved to a type\n\tRawSql cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/Class<TT;>;LTransaction;)V
    MethodParameters:
             Name  Flags
      beanType     
      transaction  

  protected void <init>(java.lang.Class<T>, Database, Transaction);
    descriptor: (Ljava/lang/Class;LDatabase;LTransaction;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.ebean.CacheMode cannot be resolved\n\tThe import io.ebean.DB cannot be resolved\n\tThe import io.ebean.Database cannot be resolved\n\tThe import io.ebean.DtoQuery cannot be resolved\n\tThe import io.ebean.ExpressionList cannot be resolved\n\tThe import io.ebean.FetchConfig cannot be resolved\n\tThe import io.ebean.FetchGroup cannot be resolved\n\tThe import io.ebean.FutureIds cannot be resolved\n\tThe import io.ebean.FutureList cannot be resolved\n\tThe import io.ebean.FutureRowCount cannot be resolved\n\tThe import io.ebean.PagedList cannot be resolved\n\tThe import io.ebean.PersistenceContextScope cannot be resolved\n\tThe import io.ebean.ProfileLocation cannot be resolved\n\tThe import io.ebean.Query cannot be resolved\n\tThe import io.ebean.QueryIterator cannot be resolved\n\tThe import io.ebean.RawSql cannot be resolved\n\tThe import io.ebean.Transaction cannot be resolved\n\tThe import io.ebean.UpdateQuery cannot be resolved\n\tThe import io.ebean.Version cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.service cannot be resolved\n\tThe import io.ebean.text cannot be resolved\n\tThe import io.ebeaninternal cannot be resolved\n\tThe import javax.annotation.Nonnull cannot be resolved\n\tThe import javax.annotation.Nullable cannot be resolved\n\tQuery cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tDB cannot be resolved\n\tDatabase cannot be resolved to a type\n\tTransaction cannot be resolved to a type\n\tDatabase cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tNonnull cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tPathProperties cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tUpdateQuery cannot be resolved to a type\n\tDtoQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tProfileLocation cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tPersistenceContextScope cannot be resolved to a type\n\tRawSql cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/Class<TT;>;LDatabase;LTransaction;)V
    MethodParameters:
             Name  Flags
      beanType     
      database     
      transaction  

  public void <init>(Query<T>);
    descriptor: (LQuery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.ebean.CacheMode cannot be resolved\n\tThe import io.ebean.DB cannot be resolved\n\tThe import io.ebean.Database cannot be resolved\n\tThe import io.ebean.DtoQuery cannot be resolved\n\tThe import io.ebean.ExpressionList cannot be resolved\n\tThe import io.ebean.FetchConfig cannot be resolved\n\tThe import io.ebean.FetchGroup cannot be resolved\n\tThe import io.ebean.FutureIds cannot be resolved\n\tThe import io.ebean.FutureList cannot be resolved\n\tThe import io.ebean.FutureRowCount cannot be resolved\n\tThe import io.ebean.PagedList cannot be resolved\n\tThe import io.ebean.PersistenceContextScope cannot be resolved\n\tThe import io.ebean.ProfileLocation cannot be resolved\n\tThe import io.ebean.Query cannot be resolved\n\tThe import io.ebean.QueryIterator cannot be resolved\n\tThe import io.ebean.RawSql cannot be resolved\n\tThe import io.ebean.Transaction cannot be resolved\n\tThe import io.ebean.UpdateQuery cannot be resolved\n\tThe import io.ebean.Version cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.service cannot be resolved\n\tThe import io.ebean.text cannot be resolved\n\tThe import io.ebeaninternal cannot be resolved\n\tThe import javax.annotation.Nonnull cannot be resolved\n\tThe import javax.annotation.Nullable cannot be resolved\n\tQuery cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tDB cannot be resolved\n\tDatabase cannot be resolved to a type\n\tTransaction cannot be resolved to a type\n\tDatabase cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tNonnull cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tPathProperties cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tUpdateQuery cannot be resolved to a type\n\tDtoQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tProfileLocation cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tPersistenceContextScope cannot be resolved to a type\n\tRawSql cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LQuery<TT;>;)V
    MethodParameters:
       Name  Flags
      query  

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 3
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.ebean.CacheMode cannot be resolved\n\tThe import io.ebean.DB cannot be resolved\n\tThe import io.ebean.Database cannot be resolved\n\tThe import io.ebean.DtoQuery cannot be resolved\n\tThe import io.ebean.ExpressionList cannot be resolved\n\tThe import io.ebean.FetchConfig cannot be resolved\n\tThe import io.ebean.FetchGroup cannot be resolved\n\tThe import io.ebean.FutureIds cannot be resolved\n\tThe import io.ebean.FutureList cannot be resolved\n\tThe import io.ebean.FutureRowCount cannot be resolved\n\tThe import io.ebean.PagedList cannot be resolved\n\tThe import io.ebean.PersistenceContextScope cannot be resolved\n\tThe import io.ebean.ProfileLocation cannot be resolved\n\tThe import io.ebean.Query cannot be resolved\n\tThe import io.ebean.QueryIterator cannot be resolved\n\tThe import io.ebean.RawSql cannot be resolved\n\tThe import io.ebean.Transaction cannot be resolved\n\tThe import io.ebean.UpdateQuery cannot be resolved\n\tThe import io.ebean.Version cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.search cannot be resolved\n\tThe import io.ebean.service cannot be resolved\n\tThe import io.ebean.text cannot be resolved\n\tThe import io.ebeaninternal cannot be resolved\n\tThe import javax.annotation.Nonnull cannot be resolved\n\tThe import javax.annotation.Nullable cannot be resolved\n\tQuery cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tArrayStack cannot be resolved to a type\n\tExpressionList cannot be resolved to a type\n\tDB cannot be resolved\n\tDatabase cannot be resolved to a type\n\tTransaction cannot be resolved to a type\n\tDatabase cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tNonnull cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchGroup cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tFetchConfig cannot be resolved to a type\n\tPathProperties cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tUpdateQuery cannot be resolved to a type\n\tDtoQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tProfileLocation cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tPersistenceContextScope cannot be resolved to a type\n\tRawSql cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tCacheMode cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tQuery cannot be resolved to a type\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    MethodParameters:
            Name  Flags
      aliasDummy  

  public FetchGroup<T> buildFetchGroup();
    descriptor: ()LFetchGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 176
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFetchGroup cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LFetchGroup<TT;>;

  protected void setRoot();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 183
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (TR;)V
    MethodParameters:
      Name  Flags
      root  

  public Query<T> query();
    descriptor: ()LQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 194
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNonnull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LQuery<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public R select(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 223
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
            Name  Flags
      properties  

  public R select(FetchGroup<T>);
    descriptor: (LFetchGroup;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 249
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFetchGroup cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LFetchGroup<TT;>;)TR;
    MethodParameters:
            Name  Flags
      fetchGroup  

  public final R select(io.ebean.typequery.TQProperty<R>[]);
    descriptor: ([Lio/ebean/typequery/TQProperty;)Ljava/lang/Object;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 288
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ([Lio/ebean/typequery/TQProperty<TR;>;)TR;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
            Name  Flags
      properties  

  public R fetch(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 310
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
      Name  Flags
      path  

  public R fetchQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 330
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
      Name  Flags
      path  

  public R fetchCache(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 350
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
      Name  Flags
      path  

  public R fetchQuery(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 371
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)TR;
    MethodParameters:
            Name  Flags
      path        
      properties  

  public R fetchCache(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 392
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)TR;
    MethodParameters:
            Name  Flags
      path        
      properties  

  public R fetch(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 437
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)TR;
    MethodParameters:
            Name  Flags
      path        
      properties  

  public R fetch(java.lang.String, java.lang.String, FetchConfig);
    descriptor: (Ljava/lang/String;Ljava/lang/String;LFetchConfig;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 456
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFetchConfig cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;LFetchConfig;)TR;
    MethodParameters:
             Name  Flags
      path         
      properties   
      fetchConfig  

  public R fetch(java.lang.String, FetchConfig);
    descriptor: (Ljava/lang/String;LFetchConfig;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 476
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFetchConfig cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;LFetchConfig;)TR;
    MethodParameters:
             Name  Flags
      path         
      fetchConfig  

  public R apply(PathProperties);
    descriptor: (LPathProperties;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 487
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPathProperties cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LPathProperties;)TR;
    MethodParameters:
                Name  Flags
      pathProperties  

  public R asOf(java.sql.Timestamp);
    descriptor: (Ljava/sql/Timestamp;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 502
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/sql/Timestamp;)TR;
    MethodParameters:
      Name  Flags
      asOf  

  public R asDraft();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 510
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R setIncludeSoftDeletes();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 518
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R alias(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 526
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
       Name  Flags
      alias  

  public R setMaxRows();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 536
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (I)TR;
    MethodParameters:
         Name  Flags
      maxRows  

  public R setFirstRow();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 546
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (I)TR;
    MethodParameters:
          Name  Flags
      firstRow  

  public R setAllowLoadErrors();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 570
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R setAutoTune();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 587
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Z)TR;
    MethodParameters:
          Name  Flags
      autoTune  

  public R setBufferFetchSizeHint();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 599
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (I)TR;
    MethodParameters:
           Name  Flags
      fetchSize  

  public R setDistinct();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 607
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Z)TR;
    MethodParameters:
          Name  Flags
      distinct  

  public R setDocIndexName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 647
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
           Name  Flags
      indexName  

  public R setInheritType(java.lang.Class<? extends T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 664
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/Class<+TT;>;)TR;
    MethodParameters:
      Name  Flags
      type  

  public R setBaseTable(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 684
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
           Name  Flags
      baseTable  

  R withLock(Query.LockType);
    descriptor: (LQuery/LockType;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 697
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LQuery/LockType;)TR;
    MethodParameters:
          Name  Flags
      lockType  

  R withLock(Query.LockType, Query.LockWait);
    descriptor: (LQuery/LockType;LQuery/LockWait;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 711
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LQuery/LockType;LQuery/LockWait;)TR;
    MethodParameters:
          Name  Flags
      lockType  
      lockWait  

  public R forUpdate();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 720
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R forUpdate(Query.LockType);
    descriptor: (LQuery/LockType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 729
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LQuery/LockType;)TR;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      lockType  

  public R forUpdateNoWait();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 740
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R forUpdateNoWait(Query.LockType);
    descriptor: (LQuery/LockType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 749
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LQuery/LockType;)TR;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      lockType  

  public R forUpdateSkipLocked();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 761
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R forUpdateSkipLocked(Query.LockType);
    descriptor: (LQuery/LockType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 770
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LQuery/LockType;)TR;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      lockType  

  public UpdateQuery<T> asUpdate();
    descriptor: ()LUpdateQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 792
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tUpdateQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LUpdateQuery<TT;>;

  public <D> DtoQuery<D> asDto(java.lang.Class<D>);
    descriptor: (Ljava/lang/Class;)LDtoQuery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 802
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tDtoQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: <D:Ljava/lang/Object;>(Ljava/lang/Class<TD;>;)LDtoQuery<TD;>;
    MethodParameters:
          Name  Flags
      dtoClass  

  public R setId();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 827
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/Object;)TR;
    MethodParameters:
      Name  Flags
      id    

  public R setIdIn([]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 847
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ([Ljava/lang/Object;)TR;
    MethodParameters:
      Name  Flags
      ids   

  public R setLabel(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 859
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
       Name  Flags
      label  

  public R setProfileLocation(ProfileLocation);
    descriptor: (LProfileLocation;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 870
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tProfileLocation cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LProfileLocation;)TR;
    MethodParameters:
                 Name  Flags
      profileLocation  

  public R setLazyLoadBatchSize();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 884
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (I)TR;
    MethodParameters:
                   Name  Flags
      lazyLoadBatchSize  

  public R setLoadBeanCache();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 893
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Z)TR;
    MethodParameters:
               Name  Flags
      loadBeanCache  

  public R setMapKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 918
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
        Name  Flags
      mapKey  

  public R setPersistenceContextScope(PersistenceContextScope);
    descriptor: (LPersistenceContextScope;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 935
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPersistenceContextScope cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LPersistenceContextScope;)TR;
    MethodParameters:
       Name  Flags
      scope  

  public R setRawSql(RawSql);
    descriptor: (LRawSql;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 943
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRawSql cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LRawSql;)TR;
    MethodParameters:
        Name  Flags
      rawSql  

  public R setReadOnly();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 952
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Z)TR;
    MethodParameters:
          Name  Flags
      readOnly  

  public R setUseCache();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 964
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Z)TR;
    MethodParameters:
          Name  Flags
      useCache  

  public R setBeanCacheMode(CacheMode);
    descriptor: (LCacheMode;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 981
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheMode cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LCacheMode;)TR;
    MethodParameters:
               Name  Flags
      beanCacheMode  

  public R setUseDocStore();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 993
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Z)TR;
    MethodParameters:
             Name  Flags
      useDocStore  

  public R setDisableLazyLoading();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1004
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Z)TR;
    MethodParameters:
                    Name  Flags
      disableLazyLoading  

  public R setDisableReadAuditing();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1017
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R setUseQueryCache();
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1025
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Z)TR;
    MethodParameters:
          Name  Flags
      useCache  

  public R setUseQueryCache(CacheMode);
    descriptor: (LCacheMode;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1032
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheMode cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LCacheMode;)TR;
    MethodParameters:
           Name  Flags
      cacheMode  

  public R setTimeout();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1048
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (I)TR;
    MethodParameters:
      Name  Flags
      secs  

  public java.util.Set<java.lang.String> validate();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1060
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public R raw(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1085
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
               Name  Flags
      rawExpression  

  public R raw(java.lang.String, []);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;[Ljava/lang/Object;)TR;
    MethodParameters:
               Name  Flags
      rawExpression  
      bindValues     

  public R rawOrEmpty(java.lang.String, java.util.Collection<?>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1167
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;Ljava/util/Collection<*>;)TR;
    MethodParameters:
        Name  Flags
      raw     
      values  

  public R raw(java.lang.String, );
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1199
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method peekExprList() from the type TQRootBean<T,R> refers to the missing type ExpressionList\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;Ljava/lang/Object;)TR;
    MethodParameters:
               Name  Flags
      rawExpression  
      bindValue      

  public R orderBy();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1218
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R order();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1239
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R orderBy(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1253
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tQuery cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
               Name  Flags
      orderByClause  

  public R order(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1264
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;)TR;
    MethodParameters:
               Name  Flags
      orderByClause  

  public R or();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1305
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R and();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1349
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R not();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1360
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R must();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1374
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R mustNot();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1388
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R should();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1401
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R endJunction();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1408
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R endOr();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1420
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R endAnd();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1427
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R endNot();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1434
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  R pushExprList(ExpressionList<T>);
    descriptor: (LExpressionList;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1441
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LExpressionList<TT;>;)TR;
    MethodParameters:
      Name  Flags
      list  

  public R where();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1462
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R text();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1477
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public R multiMatch(java.lang.String, MultiMatch);
    descriptor: (Ljava/lang/String;LMultiMatch;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1488
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;LMultiMatch;)TR;
    MethodParameters:
            Name  Flags
      query       
      multiMatch  

  public R multiMatch(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1499
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;[Ljava/lang/String;)TR;
    MethodParameters:
            Name  Flags
      query       
      properties  

  public R textCommonTerms(java.lang.String, TextCommonTerms);
    descriptor: (Ljava/lang/String;LTextCommonTerms;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1510
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;LTextCommonTerms;)TR;
    MethodParameters:
         Name  Flags
      query    
      options  

  public R textSimple(java.lang.String, TextSimple);
    descriptor: (Ljava/lang/String;LTextSimple;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1521
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;LTextSimple;)TR;
    MethodParameters:
         Name  Flags
      query    
      options  

  public R textQueryString(java.lang.String, TextQueryString);
    descriptor: (Ljava/lang/String;LTextQueryString;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1532
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/lang/String;LTextQueryString;)TR;
    MethodParameters:
         Name  Flags
      query    
      options  

  public R usingTransaction(Transaction);
    descriptor: (LTransaction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1540
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (LTransaction;)TR;
    MethodParameters:
             Name  Flags
      transaction  

  public R usingConnection(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1548
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/sql/Connection;)TR;
    MethodParameters:
            Name  Flags
      connection  

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

  public T findOne();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1628
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public java.util.Optional<T> findOneOrEmpty();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1636
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()Ljava/util/Optional<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public java.util.List<T> findList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1658
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()Ljava/util/List<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public java.util.stream.Stream<T> findStream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1682
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()Ljava/util/stream/Stream<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public java.util.stream.Stream<T> findLargeStream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1690
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()Ljava/util/stream/Stream<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.util.Set<T> findSet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1712
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()Ljava/util/Set<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public <A> java.util.List<A> findIds();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1725
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: <A:Ljava/lang/Object;>()Ljava/util/List<TA;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public <K> java.util.Map<K, T> findMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1751
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: <K:Ljava/lang/Object;>()Ljava/util/Map<TK;TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public QueryIterator<T> findIterate();
    descriptor: ()LQueryIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1792
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LQueryIterator<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public <A> java.util.List<A> findSingleAttributeList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1813
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: <A:Ljava/lang/Object;>()Ljava/util/List<TA;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public <A> A findSingleAttribute();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1832
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: <A:Ljava/lang/Object;>()TA;

  public void findEach(java.util.function.Consumer<T>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1875
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/util/function/Consumer<TT;>;)V
    MethodParameters:
          Name  Flags
      consumer  

  public void findEachWhile(java.util.function.Predicate<T>);
    descriptor: (Ljava/util/function/Predicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1907
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/util/function/Predicate<TT;>;)V
    MethodParameters:
          Name  Flags
      consumer  

  public java.util.List<Version<T>> findVersions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1919
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()Ljava/util/List<LVersion<TT;>;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public java.util.List<Version<T>> findVersionsBetween(java.sql.Timestamp, java.sql.Timestamp);
    descriptor: (Ljava/sql/Timestamp;Ljava/sql/Timestamp;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1931
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: (Ljava/sql/Timestamp;Ljava/sql/Timestamp;)Ljava/util/List<LVersion<TT;>;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()
    MethodParameters:
       Name  Flags
      start  
      end    

  public int findCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1942
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public FutureRowCount<T> findFutureCount();
    descriptor: ()LFutureRowCount;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1957
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LFutureRowCount<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public FutureIds<T> findFutureIds();
    descriptor: ()LFutureIds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1972
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LFutureIds<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public FutureList<T> findFutureList();
    descriptor: ()LFutureList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 1986
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LFutureList<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public PagedList<T> findPagedList();
    descriptor: ()LPagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 2020
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LPagedList<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

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

  public java.lang.String getGeneratedSql();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 2045
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;

  public java.lang.Class<T> getBeanType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 2053
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()Ljava/lang/Class<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public ExpressionList<T> getExpressionList();
    descriptor: ()LExpressionList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 2061
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LExpressionList<TT;>;
    RuntimeInvisibleAnnotations: 
      Nonnull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonnull()

  public R having();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 2083
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()TR;

  public ExpressionList<T> havingClause();
    descriptor: ()LExpressionList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 2119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LExpressionList<TT;>;

  protected ExpressionList<T> peekExprList();
    descriptor: ()LExpressionList;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 2126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LExpressionList<TT;>;

  protected ExpressionList<T> _peekText();
    descriptor: ()LExpressionList;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebean.typequery.TQRootBean this
         0: .line 2141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebean.typequery.TQRootBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/typequery/TQRootBean<TT;TR;>;
    Signature: ()LExpressionList<TT;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "TQRootBean.java"