Hibernate: Difference between revisions
(New page: ==Introduction== Hibernate is an open source object/relational mapping tool for Java. Hibernate lets you develop persistent classes following common Java idiom - including association, inh...) |
|||
| 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. | ||
[[Image:HibernateArchitecture.jpg]] | |||
