Hi,
We are switching from H2.1 to H3.1 and we use to use the Lifecycle interface's onLoad method to initialize some transient objects.
We want to move away from the Lifecycle interface and use the new Interceptor intf. but the problem is that Interceptor.onLoad is called before the object is initialized and I cannot find the right method to be called _after_ the entity is initialized. Although the Interceptor interface documentation states that "Inspection occurs before property values are written and after they are read from the database" I still cannot find the corresponding Lifecycle.onLoad method among the Interceptor methods.
Please help.
Thank you,
florin
|