Interface ResultRowMapperFactory
- All Known Implementing Classes:
ArrayResultRowMapperFactory
,CustomResultRowMapperFactory
,MapResultRowMapperFactory
public interface ResultRowMapperFactory
-
Method Summary
-
Method Details
-
supports
- Returns:
- true if this factory supports the given target type
-
createMapper
- Returns:
- a
ResultRowMapper
that can produce results of type T
-