Sample Hibernate Program?
How do I write a simple program using Hibernate in Java and MySQL as a backend?
0
2 answers
The Hibernate reference docs are a good place to start.
Maybe "Hello Hibernate" can help .
+4
duffymo
source
to share
In addition to Duffimo's suggestion, I would recommend trying Netbeans 6.5. I'm just starting out with hibernation. Netbeans automates database mapping and seems to integrate well with Hibernate. It helped me to lighten me in the framework.
0
James mcmahon
source
to share