public class BeanMappings extends Object
| 构造器和说明 |
|---|
BeanMappings() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
getResultValue(ResultSet rs,
int column,
MetaObject<?> meta) |
static Object |
getResultValue(ResultSet rs,
int col,
Type type) |
static Object |
getResultValue(ResultSet rs,
String column,
MetaObject<?> meta) |
static Object |
getResultValue(ResultSet rs,
String col,
Type type) |
static <T> void |
markMappingCols(Map<String,Boolean> resultCols,
BeanMapping<T> mapping) |
static <T> void |
removeMappingCols(Map<String,Integer> resultCols,
BeanMapping<T> mapping) |
static <T> void |
setProperty(ResultSet rs,
BeanMapping<T> mapping,
CaseModeOption caseModel,
T bean) |
public static <T> void setProperty(ResultSet rs, BeanMapping<T> mapping, CaseModeOption caseModel, T bean) throws SQLException
SQLExceptionpublic static <T> void removeMappingCols(Map<String,Integer> resultCols, BeanMapping<T> mapping)
public static <T> void markMappingCols(Map<String,Boolean> resultCols, BeanMapping<T> mapping)
public static Object getResultValue(ResultSet rs, int column, MetaObject<?> meta) throws SQLException
SQLExceptionpublic static Object getResultValue(ResultSet rs, String column, MetaObject<?> meta) throws SQLException
SQLExceptionpublic static Object getResultValue(ResultSet rs, int col, Type type) throws SQLException
SQLExceptionpublic static Object getResultValue(ResultSet rs, String col, Type type) throws SQLException
SQLExceptionCopyright © 2025 fossc. All rights reserved.