From the Hibernate website 'hibernate is a powerful, high performance object/relational persistence and query service'. hibernate allows java developers to concentrate on the business logic while not worring about the database. Map your java beans in an easy to maintain XML file and get a complete framework with caching, easy queries and much more. Visit Hibernate Web Site