Package org.apache.camel.component.sql
Class DefaultRowMapperFactory
java.lang.Object
org.apache.camel.component.sql.DefaultRowMapperFactory
- All Implemented Interfaces:
RowMapperFactory
Default
RowMapperFactory
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.jdbc.core.RowMapper
<?> newBeanRowMapper
(Class<?> mappedClass) Creates a new bean based row mapperorg.springframework.jdbc.core.RowMapper
<?> Creates a new column based row mapper
-
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 interfaceRowMapperFactory
-
newBeanRowMapper
Description copied from interface:RowMapperFactory
Creates a new bean based row mapper- Specified by:
newBeanRowMapper
in interfaceRowMapperFactory
- Parameters:
mappedClass
- the mapped class
-