id, client_name, client_id, client_secret delete from oauth2_client where id = #{id,jdbcType=BIGINT} insert into oauth2_client (id, client_name, client_id, client_secret) values (#{id,jdbcType=BIGINT}, #{clientName,jdbcType=VARCHAR}, #{clientId,jdbcType=VARCHAR}, #{clientSecret,jdbcType=VARCHAR}) insert into oauth2_client id, client_name, client_id, client_secret, #{id,jdbcType=BIGINT}, #{clientName,jdbcType=VARCHAR}, #{clientId,jdbcType=VARCHAR}, #{clientSecret,jdbcType=VARCHAR}, update oauth2_client client_name = #{clientName,jdbcType=VARCHAR}, client_id = #{clientId,jdbcType=VARCHAR}, client_secret = #{clientSecret,jdbcType=VARCHAR}, where id = #{id,jdbcType=BIGINT} update oauth2_client set client_name = #{clientName,jdbcType=VARCHAR}, client_id = #{clientId,jdbcType=VARCHAR}, client_secret = #{clientSecret,jdbcType=VARCHAR} where id = #{id,jdbcType=BIGINT}