Package io.ebean.meta
Interface MetaQueryMetric
-
- All Superinterfaces:
MetaMetric,MetaTimedMetric
public interface MetaQueryMetric extends MetaTimedMetric
Query execution metrics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHash()Return the hash of the plan.StringgetLabel()The label for the query (can be null).StringgetSql()The actual SQL of the query.Class<?>getType()The type of entity or DTO bean.-
Methods inherited from interface io.ebean.meta.MetaMetric
getName
-
Methods inherited from interface io.ebean.meta.MetaTimedMetric
getCount, getLocation, getMax, getMean, getTotal, initialCollection
-
-