public interface io.ebeaninternal.api.QueryPlanManager
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.ebeaninternal.api.QueryPlanManager
  super_class: java.lang.Object
{
  public static final io.ebeaninternal.api.QueryPlanManager NOOP;
    descriptor: Lio/ebeaninternal/api/QueryPlanManager;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 13
            new io.ebeaninternal.api.NoopQueryPlanManager
            dup
            invokespecial io.ebeaninternal.api.NoopQueryPlanManager.<init>:()V
            putstatic io.ebeaninternal.api.QueryPlanManager.NOOP:Lio/ebeaninternal/api/QueryPlanManager;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract io.ebeaninternal.api.SpiQueryBindCapture createBindCapture(io.ebeaninternal.api.SpiQueryPlan);
    descriptor: (Lio/ebeaninternal/api/SpiQueryPlan;)Lio/ebeaninternal/api/SpiQueryBindCapture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      queryPlan  

  public abstract java.util.List<io.ebean.meta.MetaQueryPlan> collect(io.ebean.meta.QueryPlanRequest);
    descriptor: (Lio/ebean/meta/QueryPlanRequest;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/ebean/meta/QueryPlanRequest;)Ljava/util/List<Lio/ebean/meta/MetaQueryPlan;>;
    MethodParameters:
         Name  Flags
      request  
}
SourceFile: "QueryPlanManager.java"