Hibernate - AnnotationConfiguration deprecated

后端 未结 4 1748
深忆病人
深忆病人 2020-12-15 03:01

I am using Hibernate in version 3.6.0 and the AnnotationConfiguration is marked as deprecated.

Here is the the line in my HibernateUtil.java class:

s         


        
4条回答
  •  爱一瞬间的悲伤
    2020-12-15 03:51

    "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

提交回复
热议问题