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 / StudyServiceImpl.java
index 0af12a2baf98965dc31336e154ba1ebaa28b9a80..ef71552cc0e829f95739f0626cbd1b3ebedd8376 100644 (file)
@@ -90,7 +90,7 @@ public class StudyServiceImpl implements StudyService {
            return resList;
        }
        
-       public Study selectStudy(int index) {
+       public Study selectStudy(long index) {
                // -------------------------------------------
                StringBuffer query = new StringBuffer("from Study where rid='").append(
                                index).append("'");