- java.lang.Object
-
- io.ebean.config.QueryPlanCapture
-
public class QueryPlanCapture extends Object
The captured query plans.
-
-
Constructor Summary
Constructors Constructor Description QueryPlanCapture(Database database, List<MetaQueryPlan> plans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Databasedatabase()Return the database the plans were captured for.List<MetaQueryPlan>plans()Return the captured query plans.
-
-
-
Constructor Detail
-
QueryPlanCapture
public QueryPlanCapture(Database database, List<MetaQueryPlan> plans)
-
-
Method Detail
-
database
public Database database()
Return the database the plans were captured for.
-
plans
public List<MetaQueryPlan> plans()
Return the captured query plans.
-
-