GeekArticles
Java
J2SEAn Introduction to Hibernate 3 Annotations
Author: onjava.com |
Published: 9th Feb 2007 |
Visited: 184 times |
Add CommentFiled in: J2SE
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. In this article, John Smart shows how Java 5 annotations are used by Hibernate to simplify your code and make persisting your data even easier.
Read Article Sponsored Links
Related Articles