Salome HOME
*** empty log message ***
[tools/siman.git] / Workspace / DaoGenerator / bin / templates / DAOImpl.java.vm
diff --git a/Workspace/DaoGenerator/bin/templates/DAOImpl.java.vm b/Workspace/DaoGenerator/bin/templates/DAOImpl.java.vm
deleted file mode 100644 (file)
index 42d44a8..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*****************************************************************************
- * Company         EURIWARE
- * Application     SIMAN
- * File            $Id$ 
- * Creation date   06.10.2012
- * @author         $Author$
- * @version        $Revision$
- *****************************************************************************/
-
-package ${DAOPackage};
-
-import ${EntityPackage}.${EntityClass};
-import org.splat.dal.dao.kernel.GenericDAOImpl;
-
-/**
- * ${EntityClass} DAO.
- * @author RKV
- * 
- */
-public class ${EntityClass}DAOImpl extends
-               GenericDAOImpl<${EntityClass}, Long> implements ${EntityClass}DAO {
-
-       /** 
-        * {@inheritDoc}
-        * @see org.splat.dal.dao.kernel.GenericDAOImpl#getType()
-        */
-       @Override
-       protected Class<${EntityClass}> getType() {
-               return ${EntityClass}.class;
-       }
-
-}
\ No newline at end of file