@MappedTypes(value=DataSecret.class) @Component public class DataSecretHandler extends org.apache.ibatis.type.BaseTypeHandler<String>
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) SafeConfig.CodeSafe |
codeSafe |
| 构造器和说明 |
|---|
DataSecretHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
@Autowired SafeConfig.CodeSafe codeSafe
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.