INSERT INTO PROPERTIES VALUES(#{propertieKey,jdbcType=VARCHAR},#{propertieValue,jdbcType=VARCHAR}) UPDATE PROPERTIES SET propertie_value = #{propertieValue,jdbcType=VARCHAR} WHERE propertie_key = #{propertieKey,jdbcType=VARCHAR} DELETE FROM PROPERTIES WHERE propertie_key = #{propertieKey,jdbcType=VARCHAR}