diff options
author | Alexandra Schladebeck | 2012-10-19 10:05:14 +0000 |
---|---|---|
committer | Alexandra Schladebeck | 2012-10-19 10:05:14 +0000 |
commit | 2c6ca76fb62f4d31fbd233be8e4ff5b021d1ef72 (patch) | |
tree | 47c59ec95de3ec4de3a98f629fa8d759ae099f08 /org.eclipse.jubula.client.core/META-INF/persistence.xml | |
parent | d9fc8b5ce74098457c2204a9fffa59cd20c14ceb (diff) | |
parent | 5c6847946f7b2140552d54c4471b907487af1980 (diff) | |
download | org.eclipse.jubula.core-2c6ca76fb62f4d31fbd233be8e4ff5b021d1ef72.tar.gz org.eclipse.jubula.core-2c6ca76fb62f4d31fbd233be8e4ff5b021d1ef72.tar.xz org.eclipse.jubula.core-2c6ca76fb62f4d31fbd233be8e4ff5b021d1ef72.zip |
Merge branch 'master' of ssh://gatekeeper.bredex.de:2407/jubula/org.eclipse.jubula.core
Diffstat (limited to 'org.eclipse.jubula.client.core/META-INF/persistence.xml')
-rw-r--r-- | org.eclipse.jubula.client.core/META-INF/persistence.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jubula.client.core/META-INF/persistence.xml b/org.eclipse.jubula.client.core/META-INF/persistence.xml index c22457e25..69fa6b036 100644 --- a/org.eclipse.jubula.client.core/META-INF/persistence.xml +++ b/org.eclipse.jubula.client.core/META-INF/persistence.xml @@ -78,6 +78,12 @@ https://bugs.eclipse.org/bugs/show_bug.cgi?id=379221
-->
<property name="eclipselink.jpql.parser" value="org.eclipse.persistence.queries.ANTLRQueryBuilder"/> + <!-- Since writing of test results involves lots of insert/update statements a batch writing + might speed things up --> + <property name="eclipselink.jdbc.batch-writing" value="JDBC"/> + <!-- for very large batches the size might be increased from the default 100 to whatever + seems meaningful --> + <property name="eclipselink.jdbc.batch-writing.size" value="1000"/> </properties> </persistence-unit> |