hi,

> Are my objects still being stored in the session when I use this kind of
> query.

transient fields are never stored in a session at all.

but since you have neither an id nor a logic to load your object to be restored,
you certainly will get a NPE when the object is about to be restored.

regards, --- jan.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to