public interface MapEntryConfig<This>
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyColumn() |
String |
getValueColumn() |
This |
setKeyColumn(String keyColumn)
Sets the column that map entry keys are loaded from.
|
This |
setValueColumn(String valueColumn)
Sets the column that map entry values are loaded from.
|
String getKeyColumn()
String getValueColumn()
This setKeyColumn(String keyColumn)
ColumnMapper registered
for the key type. If unset, keys will be loaded using the RowMapper registered for the key type, from whichever columns that row mapper
uses.keyColumn - the key column name. not nullThis setValueColumn(String valueColumn)
ColumnMapper
registered for the value type. If unset, values will be loaded using the RowMapper registered for the value type, from whichever columns
that row mapper uses.valueColumn - the value column name. not nullCopyright © 2017. All rights reserved.