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}
selection_Id, user_email, comment_time
comment_text
delete from comment
insert into comment (selection_Id, user_email, comment_time,
comment_text)
values (#{selectionId,jdbcType=BIGINT}, #{userEmail,jdbcType=VARCHAR}, #{commentTime,jdbcType=TIMESTAMP},
#{commentText,jdbcType=LONGVARCHAR})
insert into comment
selection_Id,
user_email,
comment_time,
comment_text,
#{selectionId,jdbcType=BIGINT},
#{userEmail,jdbcType=VARCHAR},
#{commentTime,jdbcType=TIMESTAMP},
#{commentText,jdbcType=LONGVARCHAR},
update comment
selection_Id = #{record.selectionId,jdbcType=BIGINT},
user_email = #{record.userEmail,jdbcType=VARCHAR},
comment_time = #{record.commentTime,jdbcType=TIMESTAMP},
comment_text = #{record.commentText,jdbcType=LONGVARCHAR},
update comment
set selection_Id = #{record.selectionId,jdbcType=BIGINT},
user_email = #{record.userEmail,jdbcType=VARCHAR},
comment_time = #{record.commentTime,jdbcType=TIMESTAMP},
comment_text = #{record.commentText,jdbcType=LONGVARCHAR}
update comment
set selection_Id = #{record.selectionId,jdbcType=BIGINT},
user_email = #{record.userEmail,jdbcType=VARCHAR},
comment_time = #{record.commentTime,jdbcType=TIMESTAMP}