]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-Common/src/org/splat/dal/dao/som/UsesRelationDAOImpl.java
Salome HOME
Modifications done to respect PMD rules. Versioning a document is fixed. Validation...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / dao / som / UsesRelationDAOImpl.java
index 2d6a3a4e3deb4826256f8eaa241738b946a0d591..fb1cddb0c74fed059f60d60784c63df544daafeb 100644 (file)
@@ -5,13 +5,13 @@
  * 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.som;
 
 import org.splat.dal.bo.som.UsesRelation;
-import org.splat.dal.dao.kernel.GenericDAOImpl;
+import org.splat.dal.dao.kernel.AbstractGenericDAOImpl;
 
 /**
  * UsesRelation DAO.
@@ -19,11 +19,11 @@ import org.splat.dal.dao.kernel.GenericDAOImpl;
  * 
  */
 public class UsesRelationDAOImpl extends
-               GenericDAOImpl<UsesRelation, Long> implements UsesRelationDAO {
+               AbstractGenericDAOImpl<UsesRelation, Long> implements UsesRelationDAO {
 
        /** 
         * {@inheritDoc}
-        * @see org.splat.dal.dao.kernel.GenericDAOImpl#getType()
+        * @see org.splat.dal.dao.kernel.AbstractGenericDAOImpl#getType()
         */
        @Override
        protected Class<UsesRelation> getType() {