Interface ResultSetMapping<T>

    • Method Detail

      • getResultType

        Class<T> getResultType()
        The Java result type of the query. For queries which return multiple columns of results in each row, this must be Object[].