类 RowMapperManager
- java.lang.Object
-
- com.alibaba.nacos.config.server.service.repository.RowMapperManager
-
public final class RowMapperManager extends java.lang.ObjectManager RowMapperRowMapperfor database object mapping.- 作者:
- liaochuntao
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classRowMapperManager.ConfigAdvanceInfoRowMapperstatic classRowMapperManager.ConfigAllInfoRowMapperstatic classRowMapperManager.ConfigHistoryDetailRowMapperstatic classRowMapperManager.ConfigHistoryRowMapperstatic classRowMapperManager.ConfigInfo4BetaRowMapperstatic classRowMapperManager.ConfigInfo4TagRowMapperstatic classRowMapperManager.ConfigInfoAggrRowMapperstatic classRowMapperManager.ConfigInfoBaseRowMapperstatic classRowMapperManager.ConfigInfoBetaWrapperRowMapperstatic classRowMapperManager.ConfigInfoChangedRowMapperstatic classRowMapperManager.ConfigInfoRowMapperstatic classRowMapperManager.ConfigInfoTagWrapperRowMapperstatic classRowMapperManager.ConfigInfoWrapperRowMapperstatic classRowMapperManager.ConfigKeyRowMapperstatic classRowMapperManager.MapRowMapperstatic classRowMapperManager.TenantInfoRowMapper
-
字段概要
-
构造器概要
构造器 构造器 说明 RowMapperManager()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static <D> org.springframework.jdbc.core.RowMapper<D>getRowMapper(java.lang.String classFullName)static <D> voidregisterRowMapper(java.lang.String classFullName, org.springframework.jdbc.core.RowMapper<D> rowMapper)Register custom row mapper to manager.
-
-
-
字段详细资料
-
TENANT_INFO_ROW_MAPPER
public static final org.springframework.jdbc.core.RowMapper<TenantInfo> TENANT_INFO_ROW_MAPPER
-
CONFIG_INFO_WRAPPER_ROW_MAPPER
public static final org.springframework.jdbc.core.RowMapper<ConfigInfoWrapper> CONFIG_INFO_WRAPPER_ROW_MAPPER
-
CONFIG_KEY_ROW_MAPPER
public static final org.springframework.jdbc.core.RowMapper<ConfigKey> CONFIG_KEY_ROW_MAPPER
-
CONFIG_INFO_BETA_WRAPPER_ROW_MAPPER
public static final RowMapperManager.ConfigInfoBetaWrapperRowMapper CONFIG_INFO_BETA_WRAPPER_ROW_MAPPER
-
CONFIG_INFO_TAG_WRAPPER_ROW_MAPPER
public static final RowMapperManager.ConfigInfoTagWrapperRowMapper CONFIG_INFO_TAG_WRAPPER_ROW_MAPPER
-
CONFIG_INFO_ROW_MAPPER
public static final RowMapperManager.ConfigInfoRowMapper CONFIG_INFO_ROW_MAPPER
-
CONFIG_ADVANCE_INFO_ROW_MAPPER
public static final RowMapperManager.ConfigAdvanceInfoRowMapper CONFIG_ADVANCE_INFO_ROW_MAPPER
-
CONFIG_ALL_INFO_ROW_MAPPER
public static final RowMapperManager.ConfigAllInfoRowMapper CONFIG_ALL_INFO_ROW_MAPPER
-
CONFIG_INFO4BETA_ROW_MAPPER
public static final RowMapperManager.ConfigInfo4BetaRowMapper CONFIG_INFO4BETA_ROW_MAPPER
-
CONFIG_INFO4TAG_ROW_MAPPER
public static final RowMapperManager.ConfigInfo4TagRowMapper CONFIG_INFO4TAG_ROW_MAPPER
-
CONFIG_INFO_BASE_ROW_MAPPER
public static final RowMapperManager.ConfigInfoBaseRowMapper CONFIG_INFO_BASE_ROW_MAPPER
-
CONFIG_INFO_AGGR_ROW_MAPPER
public static final RowMapperManager.ConfigInfoAggrRowMapper CONFIG_INFO_AGGR_ROW_MAPPER
-
CONFIG_INFO_CHANGED_ROW_MAPPER
public static final RowMapperManager.ConfigInfoChangedRowMapper CONFIG_INFO_CHANGED_ROW_MAPPER
-
HISTORY_LIST_ROW_MAPPER
public static final RowMapperManager.ConfigHistoryRowMapper HISTORY_LIST_ROW_MAPPER
-
HISTORY_DETAIL_ROW_MAPPER
public static final RowMapperManager.ConfigHistoryDetailRowMapper HISTORY_DETAIL_ROW_MAPPER
-
MAP_ROW_MAPPER
public static final RowMapperManager.MapRowMapper MAP_ROW_MAPPER
-
mapperMap
public static java.util.Map<java.lang.String,org.springframework.jdbc.core.RowMapper> mapperMap
-
-
方法详细资料
-
getRowMapper
public static <D> org.springframework.jdbc.core.RowMapper<D> getRowMapper(java.lang.String classFullName)
-
registerRowMapper
public static <D> void registerRowMapper(java.lang.String classFullName, org.springframework.jdbc.core.RowMapper<D> rowMapper)Register custom row mapper to manager.- 类型参数:
D- class of row mapper handled- 参数:
classFullName- full class name of row mapper handled.rowMapper- row mapper
-
-