public class OrmUtil extends Object
| 构造器和说明 |
|---|
OrmUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
getResult(Dialect dialect,
CallableStatement cs,
int columnIndex,
Class<T> clz) |
static <T> T |
getResult(Dialect dialect,
ResultSet rs,
int columnIndex,
Class<T> clz) |
static <T> T |
getResult(Dialect dialect,
ResultSet rs,
String columnName,
Class<T> clz) |
static void |
setParameter(Dialect dialect,
PreparedStatement pst,
int index,
Object param) |
public static void setParameter(Dialect dialect, PreparedStatement pst, int index, Object param) throws SQLException
SQLExceptionpublic static <T> T getResult(Dialect dialect, ResultSet rs, String columnName, Class<T> clz) throws SQLException
SQLExceptionpublic static <T> T getResult(Dialect dialect, ResultSet rs, int columnIndex, Class<T> clz) throws SQLException
SQLExceptionpublic static <T> T getResult(Dialect dialect, CallableStatement cs, int columnIndex, Class<T> clz) throws SQLException
SQLExceptionCopyright © 2023. All rights reserved.