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 Date
getNullableResult(CallableStatement cs, int columnIndex)
Date
getNullableResult(ResultSet rs, int columnIndex)
Date
getNullableResult(ResultSet rs, String columnName)
void
setNonNullParameter(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:
setNonNullParameter
in classorg.apache.ibatis.type.BaseTypeHandler<Date>
- Throws:
SQLException
-
getNullableResult
public Date getNullableResult(ResultSet rs, String columnName) throws SQLException
- Specified by:
getNullableResult
in classorg.apache.ibatis.type.BaseTypeHandler<Date>
- Throws:
SQLException
-
getNullableResult
public Date getNullableResult(ResultSet rs, int columnIndex) throws SQLException
- Specified by:
getNullableResult
in classorg.apache.ibatis.type.BaseTypeHandler<Date>
- Throws:
SQLException
-
getNullableResult
public Date getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
- Specified by:
getNullableResult
in classorg.apache.ibatis.type.BaseTypeHandler<Date>
- Throws:
SQLException
-
-