public class DefaultSetRowMapperBuilder<ROW,SET,T,K extends FieldKey<K>,E extends Exception> extends SetRowMapperBuilderImpl<SetRowMapper<ROW,SET,T,E>,ROW,SET,T,K,E>
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultSetRowMapperBuilder.DefaultSetRowMapperFactory<ROW,SET,T,E extends Exception> |
SetRowMapperBuilderImpl.SetRowMapperFactory<M extends SetRowMapper<ROW,SET,T,E>,ROW,SET,T,E extends Exception>mapperConfig, mappingContextFactoryBuilder| Constructor and Description |
|---|
DefaultSetRowMapperBuilder(org.simpleflatmapper.reflect.meta.ClassMeta<T> classMeta,
MappingContextFactoryBuilder<ROW,K> parentBuilder,
MapperConfig<K,ROW> mapperConfig,
MapperSource<? super ROW,K> mapperSource,
KeyFactory<K> keyFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory,
KeySourceGetter<K,? super ROW> keySourceGetter) |
addMapper, addMapping, getKeys, getMappingContextFactoryBuilder, isRootAggregate, mapper, mapperConfig, sourceFieldMapperpublic DefaultSetRowMapperBuilder(org.simpleflatmapper.reflect.meta.ClassMeta<T> classMeta, MappingContextFactoryBuilder<ROW,K> parentBuilder, MapperConfig<K,ROW> mapperConfig, MapperSource<? super ROW,K> mapperSource, KeyFactory<K> keyFactory, org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory, KeySourceGetter<K,? super ROW> keySourceGetter)
classMeta - the meta for the target class.parentBuilder - the parent builder, null if none.mapperConfig - the mapperConfig.mapperSource - the Mapper source.keyFactory - enumerableFactory - keySourceGetter - Copyright © 2018. All rights reserved.