10-12-2011 09:25 AM
<select id="selectCommentsByProcessInstanceId" parameterType="string" resultMap="commentResultMap">
select *
from ACT_HI_COMMENT
where PROC_INST_ID_ = #{processInstanceId,jdbcType=VARCHAR}
order by TIME_ desc
</select>
<select id="selectCommentsByProcessInstanceId_postgres" parameterType="string" resultMap="commentResultMap_postgres">
select *
from ACT_HI_COMMENT
where PROC_INST_ID_ = #{processInstanceId,jdbcType=BINARY}
order by TIME_ desc
</select>
10-15-2011 04:05 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.