org.yestech.lib.ibatis
Class YesNoBooleanTypeHandler
java.lang.Object
org.yestech.lib.ibatis.YesNoBooleanTypeHandler
- All Implemented Interfaces:
- com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
public class YesNoBooleanTypeHandler
- extends java.lang.Object
- implements com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
- Version:
- $Revision: $
- Author:
- Artie Copeland
|
Method Summary |
java.lang.Object |
getResult(com.ibatis.sqlmap.client.extensions.ResultGetter getter)
|
void |
setParameter(com.ibatis.sqlmap.client.extensions.ParameterSetter setter,
java.lang.Object parameter)
|
java.lang.Object |
valueOf(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YesNoBooleanTypeHandler
public YesNoBooleanTypeHandler()
getResult
public java.lang.Object getResult(com.ibatis.sqlmap.client.extensions.ResultGetter getter)
throws java.sql.SQLException
- Specified by:
getResult in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
- Throws:
java.sql.SQLException
setParameter
public void setParameter(com.ibatis.sqlmap.client.extensions.ParameterSetter setter,
java.lang.Object parameter)
throws java.sql.SQLException
- Specified by:
setParameter in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
- Throws:
java.sql.SQLException
valueOf
public java.lang.Object valueOf(java.lang.String s)
- Specified by:
valueOf in interface com.ibatis.sqlmap.client.extensions.TypeHandlerCallback
Copyright © 2009 YES Technology Association. All Rights Reserved.