Class JdbcMapperFactory.DynamicJdbSourceFieldMapper<T>

java.lang.Object
org.simpleflatmapper.map.mapper.DynamicSourceFieldMapper<ResultSet,T,JdbcColumnKey,SQLException>
org.simpleflatmapper.jdbc.JdbcMapperFactory.DynamicJdbSourceFieldMapper<T>
All Implemented Interfaces:
JdbcSourceFieldMapper<T>, org.simpleflatmapper.map.context.MappingContextFactoryFromRows<ResultSet,ResultSet,SQLException>, org.simpleflatmapper.map.ContextualSourceFieldMapper<ResultSet,T>, org.simpleflatmapper.map.ContextualSourceMapper<ResultSet,T>, org.simpleflatmapper.map.FieldMapper<ResultSet,T>, org.simpleflatmapper.map.SourceFieldMapper<ResultSet,T>, org.simpleflatmapper.map.SourceMapper<ResultSet,T>
Enclosing class:
JdbcMapperFactory

public static class JdbcMapperFactory.DynamicJdbSourceFieldMapper<T> extends org.simpleflatmapper.map.mapper.DynamicSourceFieldMapper<ResultSet,T,JdbcColumnKey,SQLException> implements JdbcSourceFieldMapper<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    DynamicJdbSourceFieldMapper(org.simpleflatmapper.util.UnaryFactory<org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,org.simpleflatmapper.map.ContextualSourceFieldMapper<ResultSet,T>> mapperFactory, org.simpleflatmapper.util.UnaryFactoryWithException<ResultSet,org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,SQLException> mapperKeyFromRow)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.simpleflatmapper.map.MappingContext<? super ResultSet>
     
     

    Methods inherited from class org.simpleflatmapper.map.mapper.DynamicSourceFieldMapper

    getMapper, map, map, mapTo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    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.SourceMapper

    map
  • Constructor Details

    • DynamicJdbSourceFieldMapper

      public DynamicJdbSourceFieldMapper(org.simpleflatmapper.util.UnaryFactory<org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,org.simpleflatmapper.map.ContextualSourceFieldMapper<ResultSet,T>> mapperFactory, org.simpleflatmapper.util.UnaryFactoryWithException<ResultSet,org.simpleflatmapper.map.mapper.MapperKey<JdbcColumnKey>,SQLException> mapperKeyFromRow)
  • Method Details