Wednesday, August 06, 2003

A Persistent Collection with Hibernate

Our series on Hibernate continues with the addition of a Hibernate collection. The collection is a basic building block in programming and storing objects inside a collection object gives us an easy way to query and display our persistent objects. [Read more about a persistent collection with Hibernate.]