Class DefaultRowMapperFactory

java.lang.Object
org.springframework.data.jdbc.repository.support.DefaultRowMapperFactory
All Implemented Interfaces:
RowMapperFactory
Direct Known Subclasses:
BeanFactoryAwareRowMapperFactory

public class DefaultRowMapperFactory extends Object implements RowMapperFactory
Default implementation of RowMapperFactory. Honors the custom mappings defined in QueryMappingConfiguration.

This implementation is not capable of loading the RowMapper or ResultSetExtractor by reference via corresponding methods from RowMapperFactory.

Since:
4.0
Author:
Mikhail Polivakha