Hibernate – AnnotationConfiguration deprecated

“All functionality has been moved to Configuration”:
http://docs.jboss.org/hibernate/core/3.6/javadocs/org/hibernate/cfg/AnnotationConfiguration.html

And here is Configuration:

http://docs.jboss.org/hibernate/core/3.6/javadocs/org/hibernate/cfg/Configuration.html

Leave a Comment