我正在使用hibernate-release-4.2.4.Final
版本并尝试使用注释而不是hbm.xml
文件。但是在运行时,它总是抛出an-annotation-configuration-instance-is-required-to-use-error
.
当我尝试导入org.hibernate.AnnotationConfiguration
时,它显示该类已被弃用。
hibernate-annotation.jar
然后我尝试从并使用它复制注释配置类文件hibernate3.jar
,它工作正常。
我的问题是如何在较新版本的 Hibernate 版本中初始化注解配置实例?