condition « Cascade « JPA Q&A





1. nhibernate (or hibernate) Conditional cascading    stackoverflow.com

I have a class User, that has a property Event, which has many Sessions. Basically, a user register to an event which have many sessions hours. The user can register ...

2. CONDITIONAL MANY-TO-MANY CASCADE    forum.hibernate.org

3. CONDITIONAL MANY-TO-MANY CASCADE    forum.hibernate.org

Hibernate version: 2.1.6 Mapping documents: Order.hbm.xml Code: ...

4. conditional cascade    forum.hibernate.org

I've got a somewhat unusual problem. I have a class Foo which references a set of Bar objects. When the the system executes a run of "Foo", it copies the Foo object and it's associated set of Bar objects. This gives me a historical list of the objects at the time of the execution. The original Foo is my template, so ...