Module io.ebean.api
Package io.ebean.meta

Interface MetaQueryMetric

All Superinterfaces:
MetaMetric, MetaTimedMetric

public interface MetaQueryMetric extends MetaTimedMetric
Query execution metrics.
  • Method Details

    • type

      Class<?> type()
      The type of entity or DTO bean.
    • label

      String label()
      The label for the query (can be null).
    • sql

      String sql()
      The actual SQL of the query.
    • hash

      String hash()
      Return the hash of the plan.