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 / SimulationContextTypeDAOImpl.java
index 3066bc43812d145bbf2234802055bfee1f908d1d..524269a384e5e391a588f7a0cc61a1ab53ccb8b6 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.SimulationContextType;
-import org.splat.dal.dao.kernel.GenericDAOImpl;
+import org.splat.dal.dao.kernel.AbstractGenericDAOImpl;
 
 /**
  * SimulationContextType DAO.
@@ -19,11 +19,11 @@ import org.splat.dal.dao.kernel.GenericDAOImpl;
  * 
  */
 public class SimulationContextTypeDAOImpl extends
-               GenericDAOImpl<SimulationContextType, Long> implements SimulationContextTypeDAO {
+               AbstractGenericDAOImpl<SimulationContextType, Long> implements SimulationContextTypeDAO {
 
        /** 
         * {@inheritDoc}
-        * @see org.splat.dal.dao.kernel.GenericDAOImpl#getType()
+        * @see org.splat.dal.dao.kernel.AbstractGenericDAOImpl#getType()
         */
        @Override
        protected Class<SimulationContextType> getType() {