X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.impl%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fimpl%2FIClusterTable.java;h=394309183666ecff487b09e198bd77162a2283c9;hp=e15b3a2b096897450ad4ceb4ec89d23bebe6d4a1;hb=7962363255e507efc6a7de5d47e48acb8bceb305;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/IClusterTable.java b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/IClusterTable.java index e15b3a2b0..394309183 100644 --- a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/IClusterTable.java +++ b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/IClusterTable.java @@ -1,13 +1,13 @@ -package org.simantics.db.impl; - -import org.simantics.db.exception.DatabaseException; -import org.simantics.db.service.ClusterUID; - -public interface IClusterTable { - - T getClusterByClusterUIDOrMakeProxy(ClusterUID clusterUID); - T getClusterProxyByResourceKey(int resourceKey); - ClusterUID getClusterUIDByResourceKey(int resourceKey) throws DatabaseException; - int getClusterKeyByUID(long id1, long id2) throws DatabaseException; - -} +package org.simantics.db.impl; + +import org.simantics.db.exception.DatabaseException; +import org.simantics.db.service.ClusterUID; + +public interface IClusterTable { + + T getClusterByClusterUIDOrMakeProxy(ClusterUID clusterUID); + T getClusterProxyByResourceKey(int resourceKey); + ClusterUID getClusterUIDByResourceKey(int resourceKey) throws DatabaseException; + int getClusterKeyByUID(long id1, long id2) throws DatabaseException; + +}