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}
id, key
delete from u_userkey
where id = #{id,jdbcType=INTEGER}
delete from u_userkey
SELECT LAST_INSERT_ID()
insert into u_userkey (key)
values (#{key,jdbcType=VARCHAR})
SELECT LAST_INSERT_ID()
insert into u_userkey
key,
#{key,jdbcType=VARCHAR},
update u_userkey
id = #{record.id,jdbcType=INTEGER},
key = #{record.key,jdbcType=VARCHAR},
update u_userkey
set id = #{record.id,jdbcType=INTEGER},
key = #{record.key,jdbcType=VARCHAR}
update u_userkey
key = #{key,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update u_userkey
set key = #{key,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}