All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.db.dashboard.WidgetPropertyMapper.xml Maven / Gradle / Ivy

There is a newer version: 6.3.1
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">

<mapper namespace="org.sonar.db.dashboard.WidgetPropertyMapper">

  <delete id="deleteByWidgetIds" parameterType="map">
    DELETE FROM widget_properties
    WHERE widget_id IN
    <foreach collection="list" open="(" close=")" item="wid" separator=",">#{wid}</foreach>
  </delete>

</mapper>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy