and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, content, uid, pid, createDate
delete from review
where id = #{id,jdbcType=INTEGER}
insert into review (content, uid, pid,
createDate)
values (#{content,jdbcType=VARCHAR}, #{uid,jdbcType=INTEGER}, #{pid,jdbcType=INTEGER},
#{createDate,jdbcType=TIMESTAMP})
insert into review
content,
uid,
pid,
createDate,
#{content,jdbcType=VARCHAR},
#{uid,jdbcType=INTEGER},
#{pid,jdbcType=INTEGER},
#{createDate,jdbcType=TIMESTAMP},
update review
content = #{content,jdbcType=VARCHAR},
uid = #{uid,jdbcType=INTEGER},
pid = #{pid,jdbcType=INTEGER},
createDate = #{createDate,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update review
set content = #{content,jdbcType=VARCHAR},
uid = #{uid,jdbcType=INTEGER},
pid = #{pid,jdbcType=INTEGER},
createDate = #{createDate,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}