Hibernate: Difference between revisions
| Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
Hibernate is an open source object/relational mapping tool for Java. Hibernate lets you develop persistent classes following common Java idiom - including association, inheritance, polymorphism, composition and the Java collections framework. | Hibernate is an open source object/relational mapping tool for Java. Hibernate lets you develop persistent classes following common Java idiom - including association, inheritance, polymorphism, composition and the Java collections framework.<br> | ||
[[Image:HibernateArchitecture.jpg]] | [[Image:HibernateArchitecture.jpg]] | ||
