views:

27

answers:

0

I have a one-to-many relationship and in my HBM I want to include the association for delete purposes. How can I express that without query/loading the related table/object?

Just including a bag or another collection is the obvious answer, but is there something else?

Hibernate 2.2