Package io.ebean.config
Class QueryPlanCapture
java.lang.Object
io.ebean.config.QueryPlanCapture
The captured query plans.
-
Constructor Details
-
QueryPlanCapture
-
-
Method Details
-
database
Return the database the plans were captured for. -
getDatabase
Deprecated.Deprecated migrate to database(). -
plans
Return the captured query plans. -
getPlans
Deprecated.Deprecated migrate to plans().
-