Package io.ebean.meta
Interface MetaQueryMetric
- All Superinterfaces:
MetaMetric,MetaTimedMetric
Query execution metrics.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetLabel()Deprecated.default StringgetSql()Deprecated.default Class<?>getType()Deprecated.hash()Return the hash of the plan.label()The label for the query (can be null).sql()The actual SQL of the query.Class<?>type()The type of entity or DTO bean.Methods inherited from interface io.ebean.meta.MetaMetric
getName, nameMethods inherited from interface io.ebean.meta.MetaTimedMetric
count, getCount, getLocation, getMax, getMean, getTotal, initialCollection, location, max, mean, total
-
Method Details
-
type
The type of entity or DTO bean. -
getType
Deprecated.Migrate to type(). -
label
The label for the query (can be null). -
getLabel
Deprecated.Migrate to label(). -
sql
The actual SQL of the query. -
getSql
Deprecated.Migrate to sql(). -
hash
Return the hash of the plan.
-