Please can someone help me.
I have the following two object
…
public class Object1 {
…
private Obj2 object;
private Set objectSet;
…
now if I do each object mapping in it’s own file ie: Object1.hbm.xml
how can I map these those attributes in a way that the DB do not complain about transient references that is not saved etc.
please help
thanx a mil