Salome HOME
Creation of a new study from an existing one is implemented.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / dao / kernel / RelationDAOImpl.java
index e1247fd0f8bab292d8d7f01fdb48d5e89c1bacee..5843cfd14dc7251583f011d44150330b6772f9e4 100644 (file)
@@ -1,17 +1,16 @@
 /*****************************************************************************
- * Company         EURIWARE
+ * Company         OPEN CASCADE
  * Application     SIMAN
  * File            $Id$ 
  * Creation date   06.10.2012
  * @author         $Author$
  * @version        $Revision$
- * 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
  *****************************************************************************/
 
 package org.splat.dal.dao.kernel;
 
 import org.splat.dal.bo.kernel.Relation;
-import org.splat.dal.dao.kernel.GenericDAOImpl;
 
 /**
  * Relation DAO.
@@ -19,11 +18,11 @@ import org.splat.dal.dao.kernel.GenericDAOImpl;
  * 
  */
 public class RelationDAOImpl extends
-               GenericDAOImpl<Relation, Long> implements RelationDAO {
+               AbstractGenericDAOImpl<Relation, Long> implements RelationDAO {
 
        /** 
         * {@inheritDoc}
-        * @see org.splat.dal.dao.kernel.GenericDAOImpl#getType()
+        * @see org.splat.dal.dao.kernel.AbstractGenericDAOImpl#getType()
         */
        @Override
        protected Class<Relation> getType() {