]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/service/XSupport.java
Utilities for listing of statements in DB
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / service / XSupport.java
index 8e08147c5b34a2c61af386c2154a0d5238f20707..cf9e96e7833421fb7617cc9ebeaef422a9dd3947 100644 (file)
@@ -161,4 +161,6 @@ public interface XSupport {
 
     public boolean rolledback();
     
+    public boolean isClusterLoaded(ClusterUID clusterUID) throws DatabaseException;
+    
 }