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 String
getHash()
Return the hash of the plan.String
getLabel()
The label for the query (can be null).String
getSql()
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
-
-