]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/spring/daoContext.xml
Salome HOME
Modifications done to respect PMD rules. Versioning a document is fixed. Validation...
[tools/siman.git] / Workspace / Siman-Common / src / spring / daoContext.xml
index 3fd1378b2de110f7fcd5204c0af44e351798dabb..168201b6d4c3a85e765814219ce46c53ed74cd55 100644 (file)
@@ -4,7 +4,7 @@
        xsi:schemaLocation="
 http://www.springframework.org/schema/beans
 http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
-<!-- Generated by Siman Generator on Wed Oct 17 14:28:24 MSD 2012 -->
+<!-- Generated by Siman Generator on Tue Nov 06 13:38:56 MSK 2012 -->
 
     <bean id="persistentDAO" parent="genericDAO"
         class="org.splat.dal.dao.kernel.PersistentDAOImpl">
@@ -50,6 +50,14 @@ http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
         class="org.splat.dal.dao.som.ScenarioDAOImpl">
     </bean>
     
+    <bean id="descriptionAttributeDAO" parent="genericDAO"
+        class="org.splat.dal.dao.som.DescriptionAttributeDAOImpl">
+    </bean>
+    
+    <bean id="commentAttributeDAO" parent="genericDAO"
+        class="org.splat.dal.dao.som.CommentAttributeDAOImpl">
+    </bean>
+    
     <bean id="usesRelationDAO" parent="genericDAO"
         class="org.splat.dal.dao.som.UsesRelationDAOImpl">
     </bean>