org.apache.ibatis.type
Class EnumTypeHandler
java.lang.Object
org.apache.ibatis.type.BaseTypeHandler
org.apache.ibatis.type.EnumTypeHandler
- All Implemented Interfaces:
- TypeHandler
public class EnumTypeHandler
- extends BaseTypeHandler
- implements TypeHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumTypeHandler
public EnumTypeHandler(java.lang.Class type)
setNonNullParameter
public void setNonNullParameter(java.sql.PreparedStatement ps,
int i,
java.lang.Object parameter,
JdbcType jdbcType)
throws java.sql.SQLException
- Specified by:
setNonNullParameter
in class BaseTypeHandler
- Throws:
java.sql.SQLException
getNullableResult
public java.lang.Object getNullableResult(java.sql.ResultSet rs,
java.lang.String columnName)
throws java.sql.SQLException
- Specified by:
getNullableResult
in class BaseTypeHandler
- Throws:
java.sql.SQLException
getNullableResult
public java.lang.Object getNullableResult(java.sql.CallableStatement cs,
int columnIndex)
throws java.sql.SQLException
- Specified by:
getNullableResult
in class BaseTypeHandler
- Throws:
java.sql.SQLException
Copyright © 2010 MyBatis.org. All Rights Reserved.