Possible Duplicate:
Hibernate - AnnotationConfiguration deprecated
In version 3.2 of Hibernate, I could configure hibernate and programmatically add the annotated classes through the Class AnnotationConfiguration.
But in a recent project, I am trying to use version 3.6, and just can not make it work.
Someone have a updated example for this?
thanks