]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.impl/src/org/simantics/db/impl/IClusterTable.java
Disabled BOOKKEEPING flag for normal use
[simantics/platform.git] / bundles / org.simantics.db.impl / src / org / simantics / db / impl / IClusterTable.java
index e15b3a2b096897450ad4ceb4ec89d23bebe6d4a1..394309183666ecff487b09e198bd77162a2283c9 100644 (file)
@@ -1,13 +1,13 @@
-package org.simantics.db.impl;\r
-\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.db.service.ClusterUID;\r
-\r
-public interface IClusterTable {\r
-\r
-       <T extends ClusterI> T getClusterByClusterUIDOrMakeProxy(ClusterUID clusterUID);\r
-       <T extends ClusterI> T getClusterProxyByResourceKey(int resourceKey);\r
-       ClusterUID getClusterUIDByResourceKey(int resourceKey) throws DatabaseException;\r
-       int getClusterKeyByUID(long id1, long id2) throws DatabaseException;\r
-       \r
-}\r
+package org.simantics.db.impl;
+
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.db.service.ClusterUID;
+
+public interface IClusterTable {
+
+       <T extends ClusterI> T getClusterByClusterUIDOrMakeProxy(ClusterUID clusterUID);
+       <T extends ClusterI> T getClusterProxyByResourceKey(int resourceKey);
+       ClusterUID getClusterUIDByResourceKey(int resourceKey) throws DatabaseException;
+       int getClusterKeyByUID(long id1, long id2) throws DatabaseException;
+       
+}