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}
store_id, manager_staff_id, address_id, last_update
delete from store
insert into store (store_id, manager_staff_id, address_id,
last_update)
values (#{storeId,jdbcType=TINYINT}, #{managerStaffId,jdbcType=TINYINT}, #{addressId,jdbcType=SMALLINT},
#{lastUpdate,jdbcType=TIMESTAMP})
insert into store
store_id,
manager_staff_id,
address_id,
last_update,
#{storeId,jdbcType=TINYINT},
#{managerStaffId,jdbcType=TINYINT},
#{addressId,jdbcType=SMALLINT},
#{lastUpdate,jdbcType=TIMESTAMP},
update store
store_id = #{record.storeId,jdbcType=TINYINT},
manager_staff_id = #{record.managerStaffId,jdbcType=TINYINT},
address_id = #{record.addressId,jdbcType=SMALLINT},
last_update = #{record.lastUpdate,jdbcType=TIMESTAMP},
update store
set store_id = #{record.storeId,jdbcType=TINYINT},
manager_staff_id = #{record.managerStaffId,jdbcType=TINYINT},
address_id = #{record.addressId,jdbcType=SMALLINT},
last_update = #{record.lastUpdate,jdbcType=TIMESTAMP}