public class CompositeMaskTypeHandler extends Object implements org.apache.ibatis.type.TypeHandler<Object>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
maskType |
private org.apache.ibatis.type.TypeHandler<Object> |
typeHandler |
| 构造器和说明 |
|---|
CompositeMaskTypeHandler(String maskType,
org.apache.ibatis.type.TypeHandler<Object> typeHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getResult(CallableStatement cs,
int columnIndex) |
Object |
getResult(ResultSet rs,
int columnIndex) |
Object |
getResult(ResultSet rs,
String columnName) |
void |
setParameter(PreparedStatement ps,
int i,
Object parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
private final org.apache.ibatis.type.TypeHandler<Object> typeHandler
public CompositeMaskTypeHandler(String maskType, org.apache.ibatis.type.TypeHandler<Object> typeHandler)
public void setParameter(PreparedStatement ps, int i, Object parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setParameter 在接口中 org.apache.ibatis.type.TypeHandler<Object>SQLExceptionpublic Object getResult(ResultSet rs, String columnName) throws SQLException
getResult 在接口中 org.apache.ibatis.type.TypeHandler<Object>SQLExceptionpublic Object getResult(ResultSet rs, int columnIndex) throws SQLException
getResult 在接口中 org.apache.ibatis.type.TypeHandler<Object>SQLExceptionpublic Object getResult(CallableStatement cs, int columnIndex) throws SQLException
getResult 在接口中 org.apache.ibatis.type.TypeHandler<Object>SQLExceptionCopyright © 2025. All rights reserved.