com.ibatis.db.sqlmap.typehandler
Interface TypeHandler
- All Known Implementing Classes:
- BaseTypeHandler
- public interface TypeHandler
setBeanProperty
public void setBeanProperty(ResultMapping mapping,
java.sql.ResultSet rs,
java.lang.Object object)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
instantiateValue
public java.lang.Object instantiateValue()
isEqualToNullValue
public boolean isEqualToNullValue(java.lang.String nullValue,
java.lang.Object realValue)
isSimpleType
public boolean isSimpleType()
setParameter
public void setParameter(ParameterMapping mapping,
java.sql.PreparedStatement ps,
int index,
java.lang.Object value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException