posted 15 years ago
Hibernate takes an object oriented approach to data. You develop your applications by thinking about 'objects,' and the Hibernate framework can then transform the data in your objects into database tables and columns. It's not a new idea. Object-Relational Mapping (ORM) frameworks have been around for a long time. Hibernate happens to be very well designed and easy to work with.
-Cameron McKenzie