Re: [Hibernate] Possible additions to Lifecycle interface

2003-01-09 Thread Viktor Szathmary
hi, On Thu, 9 Jan 2003 10:03:32 -0700, "Russell Smyth" <[EMAIL PROTECTED]> said: > our current main use is a field that is write-once. We would like to > dissallow "re-setting" of the field once it is set, but by dissallowing > resetting the property, hibernate cannot re-instantiate the object >

[Hibernate] Possible additions to Lifecycle interface

2003-01-09 Thread Russell Smyth
We ran into a situation that we belived we could solve through the Lifecycle methods, but we found something lacking.. currently there is onSave onUpdate onDelete onLoad all of these are called BEFORE the appropriate action is performed. What we would like is a complementary set of AFTER calls o