Title: | Object-relation mapping without the container |
Author: | Richard Hightower |
Date: | 17.04.2004 |
Version: | Hibernate 2.1 |
URL: | http://www-106.ibm.com/developerworks/library/j-hibern/?ca=dnt-515 |
Notes: | Developing a transactional persistence layer using Hibernate and Spring. |
|
Title: | Hibernate Your Data |
Author: | Davor Cengija |
Date: | 14.01.2004 |
Version: | Hibernate 2.0.3 |
URL: | http://www.onjava.com/pub/a/onjava/2004/01/14/hibernate.html |
Notes: | Hibernate basics in this article on ONJava.com. Note that the alias in class MyClass HQL syntax is deprecated, use MyClass as alias instead. |
|
Title: | A Simple Data Access Layer using Hibernate |
Author: | Mario Aquino |
Date: | 11/2003 |
Version: | Hibernate 2.0.3, Middlegen R3 |
URL: | http://www.ociweb.com/jnb/jnbNov2003.html |
Notes: | An article about data access layers with Hibernate, code generation and Command patterns. |
|
Title: | Index of Relationships |
Author: | Tom Sedge |
Date: | ? |
Version: | all |
URL: | http://www.xylax.net/hibernate |
Notes: | Tom Sedge has written a piece explaining various Hibernate association styles. Note that Tom uses "first rank class" to refer to what the Hibernate documentation calls "entity" and "second rank class" to refer to what the Hibernate documentation calls "value". |
|
Title: | Object to Relational Mapping and Relationships with Hibernate |
Author: | Mark Eagle |
Date: | ? |
Version: | Hibernate 2.0RC1 |
URL: | http://www.meagle.com:8080/hibernate.jsp |
Notes: | Mark Eagle wrote an article with simple example code using XDoclet mappings. |
|
Title: | The Fundamentals of Mapping Objects to Relational |
Author: | Scott Ambler |
Date: | ? |
Version: | N/A |
URL: | http://www.agiledata.org/essays/mappingObjects.html |
Notes: | Scott Ambler's well-known paper is the about best explanation of O/R mapping strategies around. A must read! |
|
Title: | Manual Hibernate |
Author: | Hector Suarez Gonzalez |
Date: | 16.10.2003 |
Version: | Hibernate 2.0.x |
URL: | http://www.javahispano.org/articles.article.action?id=82 |
Notes: | Hector Suarez Gonzalez wrote an introduction to Hibernate in Spanish. |
|
Title: | Hibernate - En introduktion |
Author: | Torben Norling |
Date: | 14.01.2004 |
Version: | Hibernate 2.1.x |
URL: | http://www.bluefish.se/aquarium/hibernate-intro.html |
Notes: | A Hibernate introduction in Swedish. |
|
Title: | Object Relational Tool Comparison |
Author: | various |
Date: | maintained |
Version: | Hibernate 2.0.3 |
URL: | http://c2.com/cgi-bin/wiki?ObjectRelationalToolComparison |
Notes: | The Cayenne project maintains a Wiki page comparing features of various Java O/R tools. |