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