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 / RoleDAOImpl.java
index 9a860d99e446008d0c1c874729f1519f1059a818..bb4659ee9d7c9d800990e3df2bc6ac9f4107b734 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 Tue Oct 16 14:37:09 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.Role;
-import org.splat.dal.dao.kernel.GenericDAOImpl;
 
 /**
  * Role DAO.
@@ -19,11 +18,11 @@ import org.splat.dal.dao.kernel.GenericDAOImpl;
  * 
  */
 public class RoleDAOImpl extends
-               GenericDAOImpl<Role, Long> implements RoleDAO {
+               AbstractGenericDAOImpl<Role, Long> implements RoleDAO {
 
        /** 
         * {@inheritDoc}
-        * @see org.splat.dal.dao.kernel.GenericDAOImpl#getType()
+        * @see org.splat.dal.dao.kernel.AbstractGenericDAOImpl#getType()
         */
        @Override
        protected Class<Role> getType() {