Salome HOME
Mapping is fixed. Relation in the mapping is inherited from Persistent now. Versionin...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / dao / kernel / GenericDAO.java
index bfed9c5ecc74fb9a13e2bf4e60924b5c17d82303..415ec25e8af878d8480abb4452215b6b0d661b90 100644 (file)
@@ -152,4 +152,9 @@ public interface GenericDAO<T, PK extends Serializable> {
         * @return merged persistent object
         */
        public T merge(T transientObject);
+
+       /**
+        * Synchronize the session data with the database.
+        */
+       public void flush();
 }