Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-10-12 14:53:07 +0000
committerEike Stepper2011-10-12 14:53:07 +0000
commite5fec2df58d6856fd64a84c93567cc2203dca2ed (patch)
tree77300935e38d377be81a45b9b9d68b73aef8cec9 /plugins/org.eclipse.emf.cdo.server.product
parentb1425f26c598156a711e7f9e5f29b563b49ecefc (diff)
downloadcdo-e5fec2df58d6856fd64a84c93567cc2203dca2ed.tar.gz
cdo-e5fec2df58d6856fd64a84c93567cc2203dca2ed.tar.xz
cdo-e5fec2df58d6856fd64a84c93567cc2203dca2ed.zip
xml snippets
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server.product')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml b/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml
index 6649c450bf..baaf3e35be 100644
--- a/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml
+++ b/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml
@@ -39,7 +39,7 @@
<!-- Period at which to execute an SQL statement to keep DB connection alive, in minutes -->
<property name="connectionKeepAlivePeriod" value="60"/>
- <mappingStrategy type="horizontal">
+ <mappingStrategy type="horizontal"> <!-- callout -->
<property name="qualifiedNames" value="true"/>
<property name="toManyReferences" value="ONE_TABLE_PER_REFERENCE"/>
<property name="toOneReferences" value="LIKE_ATTRIBUTES"/>

Back to the top