Example #1
0
 public LockMode getCurrentLockMode(Object object) throws HibernateException {
   return session.getCurrentLockMode(object);
 }