and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, name
delete from category
where id = #{id,jdbcType=INTEGER}
insert into category (name)
values (#{name,jdbcType=VARCHAR})
insert into category
name,
#{name,jdbcType=VARCHAR},
update category
name = #{name,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update category
set name = #{name,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}