LockMode « JPA « Spring Q&A





1. net.sf.hibernate.LockMode    forum.springsource.org

Which version of hibernate are you using? 2.x or 3.x? The missing class is from Hibernate 2.x. So if you are planning to use Hibernate 3, make sure to subclass HibernateDaoSupport ...

2. LockMode cannot be resolved, using Hibernate3    forum.springsource.org

I have this error: Code: The type org.hibernate.LockMode cannot be resolved. It is indirectly referenced from required .class files And yes - I am using Hibernate3, not 2 as many others ...