Package io.ebean.meta
Interface MetaQueryMetric
- All Superinterfaces:
MetaMetric,MetaTimedMetric
public interface MetaQueryMetric extends MetaTimedMetric
Query execution metrics.
-
Method Summary
Methods inherited from interface io.ebean.meta.MetaMetric
getNameMethods inherited from interface io.ebean.meta.MetaTimedMetric
getCount, getLocation, getMax, getMean, getTotal, initialCollection
-
Method Details
-
getType
The type of entity or DTO bean. -
getLabel
The label for the query (can be null). -
getSql
The actual SQL of the query. -
getHash
Return the hash of the plan.
-