Package mbg.test.mb3.common
Class MyTimeTypeHandler
java.lang.Object
mbg.test.mb3.common.MyTimeTypeHandler
- All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler<MyTime>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResult(CallableStatement cs, int columnIndex) voidsetParameter(PreparedStatement ps, int i, MyTime parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
Constructor Details
-
MyTimeTypeHandler
public MyTimeTypeHandler()
-
-
Method Details
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<MyTime>- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<MyTime>- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.apache.ibatis.type.TypeHandler<MyTime>- Throws:
SQLException
-
setParameter
public void setParameter(PreparedStatement ps, int i, MyTime parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException - Specified by:
setParameterin interfaceorg.apache.ibatis.type.TypeHandler<MyTime>- Throws:
SQLException
-