Salome HOME
DAOs have been generated.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / dao / som / SimulationContextTypeDAO.java
diff --git a/Workspace/Siman-Common/src/org/splat/dal/dao/som/SimulationContextTypeDAO.java b/Workspace/Siman-Common/src/org/splat/dal/dao/som/SimulationContextTypeDAO.java
new file mode 100644 (file)
index 0000000..48d6e4c
--- /dev/null
@@ -0,0 +1,21 @@
+/*****************************************************************************
+ * Company         EURIWARE
+ * Application     SIMAN
+ * File            $Id$ 
+ * Creation date   06.10.2012
+ * @author         $Author$
+ * @version        $Revision$
+ *****************************************************************************/
+
+package org.splat.dal.dao.som; 
+
+import org.splat.dal.bo.som.SimulationContextType;
+import org.splat.dal.dao.kernel.GenericDAO;
+
+/**
+ * SimulationContextType DAO class implementation.
+ * @author <a href="mailto:roman.kozlov@opencascade.com">Roman Kozlov (RKV)</a>
+ *
+ */
+public interface SimulationContextTypeDAO extends GenericDAO<SimulationContextType, Long> {
+}