public static class JdbcMapperFactory.DynamicJdbcSetRowMapper<T> extends org.simpleflatmapper.map.mapper.DynamicSetRowMapper<ResultSet,ResultSet,T,SQLException,JdbcColumnKey> implements DynamicJdbcMapper<T>
| Constructor and Description |
|---|
DynamicJdbcSetRowMapper(org.simpleflatmapper.util.UnaryFactory<org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,org.simpleflatmapper.map.SetRowMapper<ResultSet,ResultSet,T,SQLException>> mapperFactory,
org.simpleflatmapper.util.UnaryFactoryWithException<ResultSet,org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,SQLException> mapperKeyFromRow,
org.simpleflatmapper.util.UnaryFactoryWithException<ResultSet,org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,SQLException> mapperKeyFromSet) |
| Modifier and Type | Method and Description |
|---|---|
JdbcMapper<T> |
getMapper(ResultSetMetaData metaData) |
org.simpleflatmapper.map.MappingContext<? super ResultSet> |
newMappingContext(ResultSet resultSet) |
String |
toString() |
enumerate, forEach, getMapper, iterator, map, map, streamclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, iterator, map, streampublic DynamicJdbcSetRowMapper(org.simpleflatmapper.util.UnaryFactory<org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,org.simpleflatmapper.map.SetRowMapper<ResultSet,ResultSet,T,SQLException>> mapperFactory, org.simpleflatmapper.util.UnaryFactoryWithException<ResultSet,org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,SQLException> mapperKeyFromRow, org.simpleflatmapper.util.UnaryFactoryWithException<ResultSet,org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,SQLException> mapperKeyFromSet)
public JdbcMapper<T> getMapper(ResultSetMetaData metaData) throws SQLException
getMapper in interface DynamicJdbcMapper<T>SQLExceptionpublic String toString()
toString in class org.simpleflatmapper.map.mapper.DynamicSetRowMapper<ResultSet,ResultSet,T,SQLException,JdbcColumnKey>public org.simpleflatmapper.map.MappingContext<? super ResultSet> newMappingContext(ResultSet resultSet) throws SQLException
newMappingContext in interface org.simpleflatmapper.map.context.MappingContextFactoryFromRows<ResultSet,ResultSet,SQLException>SQLExceptionCopyright © 2020. All rights reserved.