Class BeanFactoryAwareRowMapperFactory

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

public class BeanFactoryAwareRowMapperFactory extends DefaultRowMapperFactory
This RowMapperFactory implementation extends the DefaultRowMapperFactory by adding the capabilities to load RowMapper or ResultSetExtractor beans by their names in BeanFactory.
Author:
Mark Paluch, Jens Schauder, Mikhail Polivakha