Hello everyone,
I'm trying to set the unsaved-value in the mapping file of an abstract class, in order for this unsaved-value setting to be used in all the classes that extend this abstract. Is this possible, or do I have to set the unsaved value in *.hbm.xml files that map the classes that inherit from the abstract class? I've been looking around but haven't found it, and tried setting the unsaved-value in the mapping file of the abstract class but did not work, so I'd like to know if it is possible.
Any tip or help greatly appreciated.
Thank you very much! Izan.
|