I am wondering if there is a way (without modifying castor source) to
get castor to only check a single non persistable field on a bean to
determine if it needs to be updated in store? Something like
bean.isModified() ? I have beans which handle all the
timestamps/modification checks internally and don't want castor to go
through and check all fields for modification. I have set all fields to
dirty="ignore" but am then left with the problem of castor not updating
the database record because it obviously thinks nothing has changed.
Any ideas or solutions? If this is not possible is there some mechanism
which could be built into castor to handle this?
Appreciate any help,
-Bert
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev