Package com.ibatis.sqlmap.engine.type
Class BaseTypeHandler
java.lang.Object
com.ibatis.sqlmap.engine.type.BaseTypeHandler
- All Implemented Interfaces:
TypeHandler
- Direct Known Subclasses:
BigDecimalTypeHandler,BooleanTypeHandler,ByteArrayTypeHandler,ByteTypeHandler,CustomTypeHandler,DateOnlyTypeHandler,DateTypeHandler,DoubleTypeHandler,EnumTypeHandler,FloatTypeHandler,IntegerTypeHandler,LongTypeHandler,ObjectTypeHandler,ShortTypeHandler,SqlDateTypeHandler,SqlTimestampTypeHandler,SqlTimeTypeHandler,StringTypeHandler,TimeOnlyTypeHandler,UnknownTypeHandler
Base type handler for convenience.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ibatis.sqlmap.engine.type.TypeHandler
getResult, getResult, getResult, setParameter, valueOf
-
Constructor Details
-
BaseTypeHandler
public BaseTypeHandler()
-
-
Method Details
-
equals
Description copied from interface:TypeHandlerCompares two values (that this handler deals with) for equality.- Specified by:
equalsin interfaceTypeHandler- Parameters:
object- - one of the objectsstring- - the other object as a String- Returns:
- - true if they are equal
-