Java Development News:
Introduction to Hibernate
By Nick Heudecker
01 Jul 2003 | TheServerSide.com
Hibernate delivers a high-performance, open source persistence framework that can greatly reduce the amount of time and effort needed to code, test, and deploy applications. The introductory article shows you how to create, update, retrieve and delete persistent classes, and how to persist object collections using Hibernate. Source code and mapping documents for an example application have been provided.