Hi, guys,
could you please tell me how to identify hibernate version used at run time.
I expected to get it from  org.hibernateVersion , but the code is:
public class Version {
     public static String getVersionString() {
         return "[WORKING]";
     }
...
}
Could you please help?
Thanks,
Dmitry Geraskov