- All Superinterfaces:
MetaQueryPlan
Internal database query plan being capture.
-
Method Summary
Modifier and TypeMethodDescriptionExtend with queryTimeMicros, captureCount, captureMicros and when the bind values were captured.Methods inherited from interface io.ebean.meta.MetaQueryPlan
beanType, bind, captureCount, captureMicros, hash, label, plan, profileLocation, queryTimeMicros, sql, whenCaptured
-
Method Details
-
with
SpiDbQueryPlan with(long queryTimeMicros, long captureCount, long captureMicros, Instant whenCaptured) Extend with queryTimeMicros, captureCount, captureMicros and when the bind values were captured.
-