and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, from_table, row_id, title, keyword, summary
delete from jt_collect_search
where id = #{id,jdbcType=INTEGER}
delete from jt_collect_search
insert into jt_collect_search (id, from_table, row_id,
title, keyword)
values (#{id,jdbcType=INTEGER}, #{fromTable,jdbcType=VARCHAR}, #{rowId,jdbcType=VARCHAR},
#{title,jdbcType=VARCHAR}, #{keyword,jdbcType=VARCHAR})
insert into jt_collect_search
id,
from_table,
row_id,
title,
keyword,
summary,
#{id,jdbcType=INTEGER},
#{fromTable,jdbcType=VARCHAR},
#{rowId,jdbcType=VARCHAR},
#{title,jdbcType=VARCHAR},
#{keyword,jdbcType=VARCHAR},
#{summary,jdbcType=VARCHAR},
update jt_collect_search
id = #{record.id,jdbcType=INTEGER},
from_table = #{record.fromTable,jdbcType=VARCHAR},
row_id = #{record.rowId,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
keyword = #{record.keyword,jdbcType=VARCHAR},
summary = #{record.summary,jdbcType=VARCHAR},
update jt_collect_search
set id = #{record.id,jdbcType=INTEGER},
from_table = #{record.fromTable,jdbcType=VARCHAR},
row_id = #{record.rowId,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
keyword = #{record.keyword,jdbcType=VARCHAR},
summary = #{record.summary,jdbcType=VARCHAR}
update jt_collect_search
from_table = #{fromTable,jdbcType=VARCHAR},
row_id = #{rowId,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
keyword = #{keyword,jdbcType=VARCHAR},
summary = #{summary,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update jt_collect_search
set from_table = #{fromTable,jdbcType=VARCHAR},
row_id = #{rowId,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
keyword = #{keyword,jdbcType=VARCHAR},
summary = #{summary,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}
delete from jt_collect_search
where row_id = #{id,jdbcType=VARCHAR}
update jt_collect_search
from_table = #{fromTable,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
keyword = #{keyword,jdbcType=VARCHAR},
summary = #{summary,jdbcType=VARCHAR},
where row_id = #{rowId,jdbcType=VARCHAR}