@Alias(value="blankableEnumTypeHandler")
public class BlankableEnumTypeHandler<E extends Enum<E>>
extends org.apache.ibatis.type.EnumTypeHandler<E>
| 构造器和说明 |
|---|
BlankableEnumTypeHandler(Class<E> type) |
| 限定符和类型 | 方法和说明 |
|---|---|
E |
getNullableResult(CallableStatement cs,
int columnIndex) |
E |
getNullableResult(ResultSet rs,
int columnIndex) |
E |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
E parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, E parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.EnumTypeHandler<E extends Enum<E>>SQLExceptionpublic E getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.EnumTypeHandler<E extends Enum<E>>SQLExceptionpublic E getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.EnumTypeHandler<E extends Enum<E>>SQLExceptionpublic E getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.EnumTypeHandler<E extends Enum<E>>SQLExceptionCopyright © 2025 fossc. All rights reserved.