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

Interface MetaQueryMetric

    • Method Detail

      • 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.