]> source.dussan.org Git - sonarqube.git/commit
SONAR-3437 Use MyBatis instead of Hibernate to improve batch insert
authorDavid Gageot <david@gageot.net>
Mon, 9 Jul 2012 09:36:01 +0000 (11:36 +0200)
committerDavid Gageot <david@gageot.net>
Mon, 9 Jul 2012 11:48:07 +0000 (13:48 +0200)
commit1e207b3b6de3382938c710a7c6135be4ce849219
tree3fa34dde986f316760dc630ee1d8fb12503ec006
parent111cf7219f5a4439687f2cd836fb8e498e545773
SONAR-3437 Use MyBatis instead of Hibernate to improve batch insert
16 files changed:
sonar-batch/src/main/java/org/sonar/batch/index/MeasurePersister.java
sonar-batch/src/test/java/org/sonar/batch/index/MeasurePersisterTest.java
sonar-batch/src/test/resources/org/sonar/batch/index/MeasurePersisterTest/data.xml [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/index/MeasurePersisterTest/empty.xml [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/index/MeasurePersisterTest/shared.xml [deleted file]
sonar-batch/src/test/resources/org/sonar/batch/index/MeasurePersisterTest/shouldAddDelayedMeasureSeveralTimes-result.xml [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/index/MeasurePersisterTest/shouldDelaySaving-result.xml
sonar-batch/src/test/resources/org/sonar/batch/index/MeasurePersisterTest/shouldInsertMeasure-result.xml
sonar-batch/src/test/resources/org/sonar/batch/index/MeasurePersisterTest/shouldInsertRuleMeasure-result.xml [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/index/MeasurePersisterTest/shouldNotDelaySavingWithDatabaseOnlyMeasure-result.xml [deleted file]
sonar-core/src/main/java/org/sonar/core/persistence/MyBatis.java
sonar-core/src/test/java/org/sonar/core/persistence/H2Database.java
sonar-plugin-api/src/main/java/org/sonar/api/database/model/MeasureDto.java [new file with mode: 0644]
sonar-plugin-api/src/main/java/org/sonar/api/database/model/MeasureModelMapper.java [new file with mode: 0644]
sonar-plugin-api/src/main/resources/org/sonar/api/database/model/MeasureModelMapper-oracle.xml [new file with mode: 0644]
sonar-plugin-api/src/main/resources/org/sonar/api/database/model/MeasureModelMapper.xml [new file with mode: 0644]