简体   繁体   中英

Upgrading Hibernate 3 to Hibernate 4.3

I am upgrading my application from Hibernate 3 to Hibernate 4.3. I have used the org.hibernate.util.PropertiesHelper in hibernate 3.

And while upgrading to hibernate 4, I unable to find the place where the org.hibernate.util. PropertiesHelper class moved in Hibernate4.

Can anyone help me on this.

Thanks in advance

org.hibernate.internal.util.config.ConfigurationHelper is most likely what you are looking for. Notice its designation as 'internal' though

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM