Interface AbstractJdbcQuery.RowMapperFactory

Enclosing class:
AbstractJdbcQuery

public static interface AbstractJdbcQuery.RowMapperFactory
Factory to create a RowMapper for a given class.
Since:
2.3
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Class<?> result)