Object Relational Mappers: Difference between revisions
Jump to navigation
Jump to search
(Replacing page with '== Java: Hibernate == * Hibernate is THE reference ORM, the most advanced solution available right now. It is extremely powerful although it takes quite some time to fully...') |
No edit summary |
||
Line 1: | Line 1: | ||
== [[Java: Hibernate]] == | == [[Hibernate|Java: Hibernate ]] == | ||
* Hibernate is THE reference ORM, the most advanced solution available right now. It is extremely powerful although it takes quite some time to fully learn it (especially its model mappings, which can be complex since they allow almost any kind of mapping). | * Hibernate is THE reference ORM, the most advanced solution available right now. It is extremely powerful although it takes quite some time to fully learn it (especially its model mappings, which can be complex since they allow almost any kind of mapping). |
Latest revision as of 10:44, 19 May 2008
Java: Hibernate
- Hibernate is THE reference ORM, the most advanced solution available right now. It is extremely powerful although it takes quite some time to fully learn it (especially its model mappings, which can be complex since they allow almost any kind of mapping).