Thoughts-on-Java.org is now Thorben-Janssen-com

As you might have recognized, thoughts-on-java.org is now thorben-janssen.com. But don’t worry, it’s only a different domain name and nothing really changed. Thoughts-on-java.org gets redirected to thorben-janssen.com, all articles and courses are still there and you can keep all of your bookmarks. I also implemented a small redesign. Well, internally and especially technically, it was a…

Hibernate Tips: The best way to remove entities from a many-to-many association

Hibernate Tips: The best way to remove entities from a many-to-many association

Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question for a future Hibernate Tip, please post a comment below. Question: In a comment on one of my previous articles, I was asked the following question: What’s the best way…