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