X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2FDatabase.java;h=35f38410030c8ca7a75e8cf8d7115816fed6366b;hp=c72e72b75933b58d5c59f3a21ee72c5f950df7d2;hb=54473e30e21abd83d47c14b4252a688ad944142e;hpb=fc8cac7f1919844a37195fd6bd7742c4ce093f96 diff --git a/bundles/org.simantics.db/src/org/simantics/db/Database.java b/bundles/org.simantics.db/src/org/simantics/db/Database.java index c72e72b75..35f384100 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/Database.java +++ b/bundles/org.simantics.db/src/org/simantics/db/Database.java @@ -135,6 +135,7 @@ public interface Database { public T clone(ClusterUID clusterUID, ClusterCreator clusterCreator) throws DatabaseException; public boolean refreshEnabled(); + boolean rolledback(); } public Session newSession(ServiceLocator locator) throws SDBException; interface Journal {