I just downloaded new release of Hibernate 4.0.1 final release. It is very strange that when I type the following code:
Hibernate.STRING
The eclipse IDE showing an error on the STRING keyword. I am sure that I have the hibernate jar in my build path, and the following code has been included as well:
import org.hibernate.Hibernate;
I just wonder why this could happen?