Joined: Fri Nov 18, 2005 1:01 pm Posts: 18 Location: Delft, the Netherlands
|
Hi,
I have a mapped bean Transaction. I use the same Transaction bean to store summed information retreived from the TRANSACTION table in my mapped class Account. The Account.List in which the Transaction's are kept is not mapped and just serves as a holder which needs NOT to be stored in the database.
I find however that for these Transactions which I create by calling new Transaction(), onFlushDirty is called in the Interceptor. Does this mean Hibernate detectes me creating them and tries to store them? I don't want this behaviour and how can I prevent it?
Thank you,
Joost
_________________ Joost Schouten
JS Portal
|
|