RE: How to not persist an object
"Jackson, Stephen" <[email protected]>
| Newsgroups | gmane.comp.java.openamf.user |
|---|---|
| Message-ID | <3428D9627CC79A4ABF37A519431D981206A6474C@nmr001oldmsx05.enterprisenet.org> |
I use openamf for my app and hibernate and I never have any issues. Anytime you send an amf message it is going to be serialized. If you are using a Hibernate pojo, what field type does not get unserialized? You should not be using transient data in a hibernate pojo, that breaks the usage pattern. ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Dan Glauser Sent: Tuesday, April 26, 2005 5:58 PM To: [email protected] Subject: [Openamf-user] How to not persist an object Hello all, I have a group of nested objects that I am trying to send over the wire with OpenAMF. I would like the AMFSerializer to not serialize one of the object's properties. I need to have a getter for this property however because this property is managed via Hibernate. Any advice would be appreciated. Thanks! -- Dan [email protected]