deprecated « Annotation « JPA Q&A





1. Deprecated Tag on Hibernate Annotation    stackoverflow.com

Hibernate newbie here. I am trying my best to understand Hibernate and ORM in general and I do think I like some of the examples that I have been doing. I ...

2. Annotations are deprecated in Hibernate problem    stackoverflow.com

I'm trying to code some hibernate examples, and I've found this :

AnnotationConfiguration config = new AnnotationConfiguration();
And Eclipse is saying : Deprecated Also when I run the Application, I get this :
...

3. org.hibernate.annotations.Entity deprecated in Hibernate 4?    stackoverflow.com

I am attempting to update to Hibernate 4 and I am getting that org.hibernate.annotations.Entity is deprecated. None of the documentation however seems to indicate that this is the case. Anyone have ...