Hi there,
I have some troubles with mapping, which was generated by MiddleGen (from Oracle DB).
Some explanations:
Table1 have a field which is PK (one-to-...)
Table2 have a field which is PK (one-to-...)
Table3 have a field which is PK, _and_ FK at the same time (...-many).
All this tables are related using schema in (...), so Table3 have a PK, which is double FK at the same time.
Using Hibernate 2.0 seems everything is OK, but 2.0.3 and 2.1rc1 talk about insert="false" update="false" with MappingException.
Could somebody explain me a bit, what's wrong with that, what I should to do ?
Thanks a lot. Hope somebody will help me.
|