The Untitled Book of Eliot Pearson

Software Development Is Not Just About Writing Code

Relational Object Mapping

The idea is also commonly known as ORM (object relational mapping).  You are taking an object and mapping it to a database table or result set.  This is very powerful tool for any developer. Hibernate is a great tool.  You can easily point it to a database schema and generate a collection of objects with [...]