]> source.dussan.org Git - sonarqube.git/commit
SONAR-7676 remove PropertyDao#deleteById and add deleteByQuery
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 9 Sep 2016 09:43:26 +0000 (11:43 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 9 Sep 2016 11:20:02 +0000 (13:20 +0200)
commit5eb6d7a579e9fb8839e7c028ea6563e5110654ad
tree1a524edbadf571387db92c71681330a6bf334cd1
parent3d88a358b255fdfe910a38976fa3a43001854c71
SONAR-7676 remove PropertyDao#deleteById and add deleteByQuery

the later is used by Governance
sonar-db/src/main/java/org/sonar/db/property/PropertiesDao.java
sonar-db/src/main/java/org/sonar/db/property/PropertiesMapper.java
sonar-db/src/main/resources/org/sonar/db/property/PropertiesMapper.xml
sonar-db/src/test/java/org/sonar/db/property/PropertiesDaoTest.java