posted 19 years ago
Hello all,
I've got my own Query object which consists of several WhereItem objects, which can consist of a Subquery object which consists of a Query object (not the same as the original), and so on..
So:
Query -> WhereItem -> Subquery -> Query -> ...
When saving the main Query, I woul like all the rest to be saved too..
I've set the cascade option to all for all collections, but I still get a TransientObjectException..
What am I doing wrong?
Here's part of the exception:
Here are the relevant parts of the mapping files: