Hibernate version: 3.1.3
Hi all,
I have been using Hibernate-3.0.5 for my project and now I want to migrate to Hibernate-3.1 (version 3.1.3 to be exact). I noticed that a few classes which were public in Hibernate 3.0.5 are missing in Hibernate 3.1. The following classes are missing in the jar and in the Hibernate API documentation.
1. org.hibernate.persister.entity.BasicEntityPersister
2. org.hibernate.engine.CollectionSnapshot
The Hibernate migration guide does not make any mention of these files or their respective changes in the API.
Am I missing something here or is there a reason why these classes are missing in Hibernate 3.1 ?
Thank you,
Prashanth.
|