public class EnumTypeHandler<E extends Enum<E>> extends Object implements TypeHandler<E>
| 构造器和说明 |
|---|
EnumTypeHandler(Class<E> type) |
public E getResult(ResultSet rs, int columnIndex, JdbcType jdbcType) throws SQLException
getResult 在接口中 TypeHandler<E extends Enum<E>>SQLExceptionpublic E getResult(ResultSet rs, String columnName, JdbcType jdbcType) throws SQLException
getResult 在接口中 TypeHandler<E extends Enum<E>>SQLExceptionCopyright © 2020. All rights reserved.