#5299 Handle session caching of new entities
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / java / eu / etaxonomy / taxeditor / session / ICdmEntitySession.java
index c43e88d43ea75b06633584a860b92d8da075c4a1..22388ed7e5b87827be47628f9c26375c4af6b586 100644 (file)
@@ -88,4 +88,6 @@ public interface ICdmEntitySession {
      */
     public List<String> getPropertyPaths(Object obj);
 
+    public void addNewCdmEntity(CdmBase newEntity);
+
 }
\ No newline at end of file