I'm about to start using Hibernate and looking at the hibernate site, I
see there is a Hibernate 1, 2 and now a 3.
I downloaded Hibernate 2 stable and its jar file is named
hibernate2.jar. This would seem to indicate that each version of
hibernate is not compatible with other versions (assuming that each jar
has its version number included).
Is this the case? Or can I just rename the jar file to hibernate.jar
and overlay it with newer versions?
Will
murathazer@gmail.com - 23 Jan 2005 17:09 GMT
Hi,
I had the same confusion and i asked the experts, they told me that
hibernate 3 will support projects which were written in hibernate 2.
Carlo Luib-Finetti - 30 Jan 2005 12:16 GMT
willirl schrieb:
> I'm about to start using Hibernate and looking at the hibernate site, I
> see there is a Hibernate 1, 2 and now a 3.
[quoted text clipped - 8 lines]
>
> Will
Hibernate 3 will be the next major version and is still in beta. If you
are a beginner, start become familiar with Hibernate using hibernate2.
Carlo