EnumTypeHandler@Deprecated public class EnumAnnotationTypeHandler<E extends Enum<E>> extends org.apache.ibatis.type.BaseTypeHandler<E>
| 构造器和说明 |
|---|
EnumAnnotationTypeHandler(Class<E> type)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Optional<Field> |
dealEnumType(Class<?> clazz)
已过时。
|
E |
getNullableResult(CallableStatement cs,
int columnIndex)
已过时。
|
E |
getNullableResult(ResultSet rs,
int columnIndex)
已过时。
|
E |
getNullableResult(ResultSet rs,
String columnName)
已过时。
|
void |
setNonNullParameter(PreparedStatement ps,
int i,
Enum parameter,
org.apache.ibatis.type.JdbcType jdbcType)
已过时。
|
public void setNonNullParameter(PreparedStatement ps, int i, Enum parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<E extends Enum<E>>SQLExceptionpublic E getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<E extends Enum<E>>SQLExceptionpublic E getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<E extends Enum<E>>SQLExceptionpublic E getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<E extends Enum<E>>SQLException