Hi all, i want to know if Hibernate calls event listeners for component objects. Specifically i want to know if it calls PostLoadEventListener for a component object.
I suspect it doesn't call it because the listeners need an event which in turn need an entity (with an id which is impossible for a component to have).
I have found two places where the PostLoadEventListener gets called and the two of them have the entity with the id set before the call.
I only want to confirm this because we're in the middle of a migration (from Toplink) and a negative answer implies some changes that we wish to avoid.
Thanks in advance, Alejandro.
Hibernate version:3.25
|