X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fservice%2FXSupport.java;h=bab69074e6ca1cd30dc5fdb613dad21cfb67cf0c;hb=e460fd6f0af60314e2ca28391ef7ff2043016d97;hp=8e08147c5b34a2c61af386c2154a0d5238f20707;hpb=9acebe9584f8f2a78f0322b6e0e24438e7ceb984;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/service/XSupport.java b/bundles/org.simantics.db/src/org/simantics/db/service/XSupport.java index 8e08147c5..bab69074e 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/service/XSupport.java +++ b/bundles/org.simantics.db/src/org/simantics/db/service/XSupport.java @@ -161,4 +161,8 @@ public interface XSupport { public boolean rolledback(); + public boolean isClusterLoaded(ClusterUID clusterUID) throws DatabaseException; + + public void saveQueries() throws DatabaseException; + }