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