Joined: Thu Mar 31, 2005 6:00 am Posts: 1
|
Hibernate 3.0rc1
Hi,
I want to use the simulataneous mapping feature of Hibernate 3 for POJO and XML in a single mapping file.
In a single mapping file I have about 20 properties. All the properties are required for POJO but I don't want a couple of properties to be exported/imported through XML.
Is there way a disabling a property from being mapped to a node for XML import/export? If that is possible then I don't have to create a separate mapping file for XML with 18 properties (minus the couple that I don't want to export/import in XML).
thanks
|
|