This post originated from an RSS feed registered with Java Buzz
by Kevin Dangoor.
Original Post: One mapping that doesn't work well in Hibernate or Java
Feed Title: Blue Sky On Mars
Feed URL: http://www.blueskyonmars.com/feed/?cat=8%2C13%2C14
Feed Description: Kevin Dangoor's Weblog of Technology, Entertainment and Life - Java only feed. For all articles, check out http://www.blueskyonmars.com
Hibernate does a good job of managing relationships for you. If your data forms a nice object graph, not only do you not have to write SQL, you don't even need to write Hibernate's query language! Just traverse your graph...