]> 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 cf9e96e7833421fb7617cc9ebeaef422a9dd3947..bab69074e6ca1cd30dc5fdb613dad21cfb67cf0c 100644 (file)
@@ -162,5 +162,7 @@ public interface XSupport {
     public boolean rolledback();
     
     public boolean isClusterLoaded(ClusterUID clusterUID) throws DatabaseException;
-    
+
+    public void saveQueries() throws DatabaseException;
+
 }