public interface SetRowMapperBuilder<M extends SetRowMapper<ROW,SET,T,E>,ROW,SET,T,K extends FieldKey<K>,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
addMapper(FieldMapper<ROW,T> mapper) |
void |
addMapping(K key,
ColumnDefinition<K,?> columnDefinition) |
List<K> |
getKeys() |
MappingContextFactoryBuilder<? super ROW,K> |
getMappingContextFactoryBuilder() |
boolean |
isRootAggregate() |
M |
mapper() |
MapperConfig<K,ROW> |
mapperConfig() |
ContextualSourceFieldMapper<ROW,T> |
sourceFieldMapper() |
M mapper()
ContextualSourceFieldMapper<ROW,T> sourceFieldMapper()
boolean isRootAggregate()
void addMapper(FieldMapper<ROW,T> mapper)
void addMapping(K key, ColumnDefinition<K,?> columnDefinition)
MapperConfig<K,ROW> mapperConfig()
MappingContextFactoryBuilder<? super ROW,K> getMappingContextFactoryBuilder()
Copyright © 2020. All rights reserved.