Interface DynamicJdbcMapper<T>

All Superinterfaces:
org.simpleflatmapper.map.ContextualSourceMapper<ResultSet,T>, org.simpleflatmapper.map.EnumerableMapper<ResultSet,T,SQLException>, JdbcMapper<T>, org.simpleflatmapper.map.context.MappingContextFactoryFromRows<ResultSet,ResultSet,SQLException>, org.simpleflatmapper.map.SetRowMapper<ResultSet,ResultSet,T,SQLException>, org.simpleflatmapper.map.SourceMapper<ResultSet,T>
All Known Implementing Classes:
JdbcMapperFactory.DynamicJdbcSetRowMapper

public interface DynamicJdbcMapper<T> extends JdbcMapper<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.simpleflatmapper.map.EnumerableMapper

    enumerate

    Methods inherited from interface org.simpleflatmapper.jdbc.JdbcMapper

    forEach, iterator, map, stream

    Methods inherited from interface org.simpleflatmapper.map.context.MappingContextFactoryFromRows

    newMappingContext

    Methods inherited from interface org.simpleflatmapper.map.SourceMapper

    map