Hibernate

Ken Webb 2010-02-27T21:35:21Z

Hibernate is a popular object/relational mapping (ORM) tool for Java applications. It maps between a Java view and a relational database view of data.

Xholon provides access to Hibernate for applications that need to create, read, update, and delete data in any of the many relational databases supported by Hibernate.

return to main page