Class LongToDateHandler
- java.lang.Object
-
- org.apache.ibatis.type.TypeReference<T>
-
- org.apache.ibatis.type.BaseTypeHandler<Date>
-
- org.openiam.workflow.activiti.custom.LongToDateHandler
-
-
Constructor Summary
Constructors Constructor Description LongToDateHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetNullableResult(CallableStatement cs, int columnIndex)DategetNullableResult(ResultSet rs, int columnIndex)DategetNullableResult(ResultSet rs, String columnName)voidsetNonNullParameter(PreparedStatement ps, int i, Date parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
-
-
Method Detail
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, Date parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
- Specified by:
setNonNullParameterin classorg.apache.ibatis.type.BaseTypeHandler<Date>- Throws:
SQLException
-
getNullableResult
public Date getNullableResult(ResultSet rs, String columnName) throws SQLException
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<Date>- Throws:
SQLException
-
getNullableResult
public Date getNullableResult(ResultSet rs, int columnIndex) throws SQLException
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<Date>- Throws:
SQLException
-
getNullableResult
public Date getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<Date>- Throws:
SQLException
-
-