I just downloaded the new version of the final version of Hibernate 4.0.1. It is very strange that when I type the following code:
Hibernate.STRING
The eclipse IDE displays a STRING keyword error. I am sure that I have a sleeping drum in my build path, as well as the following code:
import org.hibernate.Hibernate;
I'm just wondering why this could happen?
java hibernate
huahsin68
source share