value « Cascade « JPA Q&A





1. what's the differance of cascade value?    forum.hibernate.org

2. many to many cascade values???    forum.hibernate.org

Hi! I have a problem.:-) i have a many-to-many assosiation between user and Flavour means a user can tell us which flavours he likes( vanilla, chocolat etc.) now if i delete my user, i would like to delete his entry in the table User_flavour.. but logically i dont want to delete my flavours in my flavours table... how can i solve ...

3. Cascading for static values    forum.hibernate.org

I'm fairly new to Hibernate (using Hibernate 3) so for the past couple of days I've been struggling with the following: I have a Campaign object which has a reference to a GeoTarget object that can be reused accross multiple campaigns. In a turn, GeoTarget consists of two lists one for the countries and another one for the regions. Each individual ...