Salome HOME
Id now is Long instead of Integer. First unit test is created. hibernate-3.5.jar...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / service / dto / Proxy.java
index 8b2c6e6b896e9be993c4dd8edf3ceff7a4a02d28..b17d99ea174175c96b874ab3795b7b36c29c0a31 100644 (file)
@@ -37,7 +37,7 @@ public interface Proxy {
  * for selecting the corresponding persistent object from the database.
  * @return the internal persistent identifier of the object represented by this proxy.
  */
-    public Integer       getIndex ();
+    public Long       getIndex ();
 
        public ProgressState getProgressState ();