| An Introduction to Hibernate 3 Annotations |
Hibernate is just about the defacto standard for Java database persistence. With Hibernate 3, it has become even easier to specify how your Java objects are stored in a database. Find out how Java 5 annotations are used by Hibernate to simplify your code and make persisting your data even easier.View the article... |