Thursday, September 16, 2004

Hibernate

Hibernate offers "Relational Persistence for Idiomatic Java", which, to the uninitiated, gives you a very pleasant means for persisting your Java objects to and from an underlying database. Rather than you mucking about with SQL and converting queries to and from first class objects, Hibernate can take care of all the grunge for you. You only concern yourself with the objects, Hibernate worries about the SQL and making sure things end up in the right tables. Neat, huh?

Hype..

No comments: