| 程序包 | 说明 |
|---|---|
| io.polaris.core.jdbc.base | |
| io.polaris.core.jdbc.executor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseResultRowMapper<T> |
class |
ResultRowBeanMapper<T> |
class |
ResultRowBeanMappingMapper<T> |
class |
ResultRowMapMapper<T extends Map<String,Object>> |
class |
ResultRowSingleMapper<T> |
class |
ResultRowVoidMapper |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ResultRowMapper<T> |
ResultRowMappers.ofBean(Class<T> type) |
static <T> ResultRowMapper<T> |
ResultRowMappers.ofBean(Class<T> type,
CaseModeOption caseMode) |
static <T> ResultRowMapper<T> |
ResultRowMappers.ofBean(Type type) |
static <T> ResultRowMapper<T> |
ResultRowMappers.ofBean(Type type,
CaseModeOption caseMode) |
static ResultRowMapper<Map<String,Object>> |
ResultRowMappers.ofMap() |
static <T extends Map<String,Object>> |
ResultRowMappers.ofMap(Class<T> type) |
static <T> ResultRowMapper<T> |
ResultRowMappers.ofMapping(BeanMapping<T> mapping) |
static <T> ResultRowMapper<T> |
ResultRowMappers.ofSingle(Class<T> type) |
static <T> ResultRowMapper<T> |
ResultRowMappers.ofSingle(Type type) |
static ResultRowMapper<Void> |
ResultRowMappers.ofVoid() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ResultSetVisitor |
ResultSetVisitors.ofRow(ResultRowMapper<T> mapper,
ResultVisitor<T> visitor) |
static <T> ResultSetVisitor |
ResultSetVisitors.ofRows(ResultRowMapper<T> mapper,
ResultVisitor<T> visitor) |
| 构造器和说明 |
|---|
ResultMapExtractor(ResultRowMapper<T> mapper) |
ResultRowSetVisitor(ResultRowMapper<T> mapper) |
| 构造器和说明 |
|---|
MethodArgs(JdbcOptions options,
Connection connection,
Map<String,Object> bindings,
Object noKeyArg,
ResultExtractor<?> extractor,
ResultVisitor<?> visitor,
ResultRowMapper<?> visitorRowMapper) |
Copyright © 2025 fossc. All rights reserved.