(java)doc
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 26 Jan 2017 14:10:17 +0000 (15:10 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 26 Jan 2017 14:10:17 +0000 (15:10 +0100)
eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/cache/CdmModelCacherConnectionProvider.java
eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/mappings/hibernate.cfg.xml

index dacfcfecc0e53feef4eece5905533883911c5b87..20aee0c4d631b7e184deaaf069ffa150dd033711 100644 (file)
@@ -9,7 +9,11 @@ import eu.etaxonomy.cdm.database.CdmDataSource;
 /**
  * This is a very preliminary class to get the model cache running. Need to better understand how 
  * the datasource works with hibernate service registry before implementing the correct way.
+
  * Or use a running source.
+ * 
+ * When changing this class please also adapt https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/TaxonomicEditorDevelopersGuide#Model-Change-Actions 
+ * 
  * @author a.mueller
  *
  */
index fb4446a232aa862d2598e9c959dcd5b1c6df1998..0c2620e0a722f901d2b879687db548e8771260c6 100644 (file)
@@ -9,6 +9,7 @@
       <property name="connection.release_mode">after_transaction</property>
 
       <property name="hibernate.implicit_naming_strategy">org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl</property>
+      <!-- NOTE: if integrated in spring this is handled there (see persistence.xml) -->
  
       <!-- Connection Pooling -->
 <!--       <property name="hibernate.connection.provider_class">org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider</property> -->