Interface RowMapperFactory

  • All Known Implementing Classes:
    DefaultRowMapperFactory

    public interface RowMapperFactory
    Factory for creating RowMapper.
    • Method Detail

      • newColumnRowMapper

        org.springframework.jdbc.core.RowMapper<?> newColumnRowMapper()
        Creates a new column based row mapper
      • newBeanRowMapper

        org.springframework.jdbc.core.RowMapper<?> newBeanRowMapper​(Class<?> mappedClass)
        Creates a new bean based row mapper
        Parameters:
        mappedClass - the mapped class