Class DefaultRowMapperFactory

java.lang.Object
org.apache.camel.component.sql.DefaultRowMapperFactory
All Implemented Interfaces:
RowMapperFactory

public class DefaultRowMapperFactory extends Object implements RowMapperFactory
  • Constructor Details

    • DefaultRowMapperFactory

      public DefaultRowMapperFactory()
  • Method Details

    • newColumnRowMapper

      public org.springframework.jdbc.core.RowMapper<?> newColumnRowMapper()
      Description copied from interface: RowMapperFactory
      Creates a new column based row mapper
      Specified by:
      newColumnRowMapper in interface RowMapperFactory
    • newBeanRowMapper

      public org.springframework.jdbc.core.RowMapper<?> newBeanRowMapper(Class<?> mappedClass)
      Description copied from interface: RowMapperFactory
      Creates a new bean based row mapper
      Specified by:
      newBeanRowMapper in interface RowMapperFactory
      Parameters:
      mappedClass - the mapped class