Interface JdbcSourceFieldMapper<T>

All Superinterfaces:
org.simpleflatmapper.map.ContextualSourceFieldMapper<ResultSet,T>, org.simpleflatmapper.map.ContextualSourceMapper<ResultSet,T>, org.simpleflatmapper.map.FieldMapper<ResultSet,T>, org.simpleflatmapper.map.context.MappingContextFactoryFromRows<ResultSet,ResultSet,SQLException>, org.simpleflatmapper.map.SourceFieldMapper<ResultSet,T>, org.simpleflatmapper.map.SourceMapper<ResultSet,T>
All Known Implementing Classes:
JdbcMapperFactory.DynamicJdbSourceFieldMapper

public interface JdbcSourceFieldMapper<T> extends org.simpleflatmapper.map.ContextualSourceFieldMapper<ResultSet,T>, org.simpleflatmapper.map.context.MappingContextFactoryFromRows<ResultSet,ResultSet,SQLException>
  • Method Summary

    Methods inherited from interface org.simpleflatmapper.map.ContextualSourceMapper

    map

    Methods inherited from interface org.simpleflatmapper.map.FieldMapper

    mapTo

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

    newMappingContext

    Methods inherited from interface org.simpleflatmapper.map.SourceMapper

    map