@MappedTypes(value=DesensitizeIDNo.class) @Component public class DesensitizeIDNoHandler extends org.apache.ibatis.type.BaseTypeHandler<String>
| 构造器和说明 |
|---|
DesensitizeIDNoHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getNullableResult(CallableStatement callableStatement,
int i) |
String |
getNullableResult(ResultSet resultSet,
int i) |
String |
getNullableResult(ResultSet resultSet,
String s) |
void |
setNonNullParameter(PreparedStatement preparedStatement,
int i,
String s,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement preparedStatement, int i, String s, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<String>SQLExceptionpublic String getNullableResult(ResultSet resultSet, String s) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<String>SQLExceptionpublic String getNullableResult(ResultSet resultSet, int i) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<String>SQLExceptionpublic String getNullableResult(CallableStatement callableStatement, int i) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<String>SQLExceptionCopyright © 2023. All rights reserved.