]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/service/XSupport.java
DB query swapping to file system
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / service / XSupport.java
index 8e08147c5b34a2c61af386c2154a0d5238f20707..bab69074e6ca1cd30dc5fdb613dad21cfb67cf0c 100644 (file)
@@ -161,4 +161,8 @@ public interface XSupport {
 
     public boolean rolledback();
     
+    public boolean isClusterLoaded(ClusterUID clusterUID) throws DatabaseException;
+
+    public void saveQueries() throws DatabaseException;
+
 }