Package io.ebean.config
Class QueryPlanCapture
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
Modifier and Type Method Description DatabasegetDatabase()Return the database the plans were captured for.List<MetaQueryPlan>getPlans()Return the captured query plans.
-
Constructor Details
-
QueryPlanCapture
-
-
Method Details
-
getDatabase
Return the database the plans were captured for. -
getPlans
Return the captured query plans.
-