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