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