Class TunedQueryInfo

    • Method Detail

      • getOrigin

        public Origin getOrigin()
        Return the origin entry (includes call stack and bean type).
      • getTunedDetail

        public io.ebeaninternal.server.querydefn.OrmQueryDetail getTunedDetail()
        Return the tuned detail (for comparison with profiling information).
      • tuneQuery

        public boolean tuneQuery​(io.ebeaninternal.api.SpiQuery<?> query)
        Tune the query by replacing its OrmQueryDetail with a tuned one.
        Returns:
        true if the query was tuned, otherwise false.