Interface TypedQueryReference<R>

    • Method Detail

      • getName

        java.lang.String getName()
        The name of the query.
      • getResultType

        java.lang.Class<? extends R> getResultType()
        The result type of the query.