- register CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER to RowMapperManager Close #11459
This commit is contained in:
parent
7b51777eec
commit
f8b3d35e88
@ -88,6 +88,11 @@ public class ConfigRowMapperInjector {
|
||||
RowMapperManager
|
||||
.registerRowMapper(ConfigRowMapperInjector.CONFIG_INFO_WRAPPER_ROW_MAPPER.getClass().getCanonicalName(),
|
||||
ConfigRowMapperInjector.CONFIG_INFO_WRAPPER_ROW_MAPPER);
|
||||
|
||||
// CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER
|
||||
RowMapperManager
|
||||
.registerRowMapper(ConfigRowMapperInjector.CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER.getClass().getCanonicalName(),
|
||||
ConfigRowMapperInjector.CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER);
|
||||
|
||||
// CONFIG_KEY_ROW_MAPPER
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user