-
- 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 Stringhash()Return the hash of the plan.Stringlabel()The label for the query (can be null).Stringsql()The actual SQL of the query.Class<?>type()The type of entity or DTO bean.-
Methods inherited from interface io.ebean.meta.MetaMetric
name
-
Methods inherited from interface io.ebean.meta.MetaTimedMetric
count, initialCollection, location, max, mean, total
-
-