public class RecordFieldMapperFactory<R extends org.jooq.Record> extends Object implements FieldMapperFactory<R,JooqFieldKey,FieldMapperColumnDefinition<JooqFieldKey,R>>
| Constructor and Description |
|---|
RecordFieldMapperFactory(RecordGetterFactory<R> recordGetterFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T,P> FieldMapper<R,T> |
newFieldMapper(PropertyMapping<T,P,JooqFieldKey,FieldMapperColumnDefinition<JooqFieldKey,R>> propertyMapping,
FieldMapperErrorHandler<JooqFieldKey> errorHandler,
MapperBuilderErrorHandler mapperErrorHandler) |
public RecordFieldMapperFactory(RecordGetterFactory<R> recordGetterFactory)
public <T,P> FieldMapper<R,T> newFieldMapper(PropertyMapping<T,P,JooqFieldKey,FieldMapperColumnDefinition<JooqFieldKey,R>> propertyMapping, FieldMapperErrorHandler<JooqFieldKey> errorHandler, MapperBuilderErrorHandler mapperErrorHandler)
newFieldMapper in interface FieldMapperFactory<R extends org.jooq.Record,JooqFieldKey,FieldMapperColumnDefinition<JooqFieldKey,R extends org.jooq.Record>>Copyright © 2015. All rights reserved.