This post originated from an RSS feed registered with Java Buzz
by Cory Watson.
Original Post: Hibernate and all-delete-orphan
Feed Title: One Mo' Gin
Feed URL: http://www.onemogin.com/blog/feed
Feed Description: Thoughts on many things. Developer stuff, mostly.
My current project utilizes Hibernate to abstract away the database access. I’m very happy with it, as any performance sensitive spots can easily be implemented with straight JDBC.
Anyway, there is one thing that I’d like to clear up. When you represent an object’s relationships with a Set, you add something like this to [...]