Tuesday, March 16, 2021

Hibernate 3 to Hibernate 5 migration

Hibernate 3 to Hibernate 5 migration  Tips and Steps


Package name changes


org.hibernate.internal.ThreadLocalSessionContext->org.hibernate.context.internal.ThreadLocalSessionContext
org.hibernate.connection.ConnectionProvider --> org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
org.hibernate.cfg.AnnotationConfiguration -> org.hibernate.cfg.Configuration
org.hibernate.event.PostLoadEvent -> org.hibernate.event.spi.PostLoadEvent
org.hibernate.event.def.DefaultPostLoadEventListener -> org.hibernate.event.internal.DefaultPostLoadEventListener

No comments:

Post a Comment

AWS how to delete VPC when it has error with Network interface , Gateway decencies

   how to delete VPC when it has error with Network interface , Gateway decencies  in AWS 1. Check if it is running on EC2 instance then Sto...