A lot of Example about Hibernate.
For example... how manage the following:
1- Composition,
2- Inheritance,
3- Collection of Object,
4- how manage "many to many" mapping,
5- how manage "one to one" mapping,
6- how manage "many to one" mapping,
7- List,
8- Set.
the direct link:
http://www.computersciencenotes.net/ind ... e&Itemid=2
in the page there are:
-getting started hibernate.pdf (a pdf guide that explain how use hibernate in eclipse)
-lib.zip: is the set of needful library for use Hibernate
- src-hibernate.zip: is an eclipse workspace.
devil ;)