| Constructor and Description |
|---|
CompositeEnumTypeHandler(Class<E> enumClass) |
| Modifier and Type | Method and Description |
|---|---|
E |
getResult(CallableStatement cs,
int columnIndex) |
E |
getResult(ResultSet rs,
int columnIndex) |
E |
getResult(ResultSet rs,
String columnName) |
void |
setParameter(PreparedStatement ps,
int i,
E parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setParameter(PreparedStatement ps, int i, E parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setParameter in interface org.apache.ibatis.type.TypeHandler<E extends Enum<E>>SQLExceptionpublic E getResult(ResultSet rs, String columnName) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<E extends Enum<E>>SQLExceptionpublic E getResult(ResultSet rs, int columnIndex) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<E extends Enum<E>>SQLExceptionpublic E getResult(CallableStatement cs, int columnIndex) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<E extends Enum<E>>SQLExceptionCopyright © 2024. All rights reserved.