]
Robert Synoski commented on HHH-4184:
-------------------------------------
Has this been resolved? I'm experiencing the same issue.
PostUpdate callback not called after update on a collection /
association (@OneToMany for example)
--------------------------------------------------------------------------------------------------
Key: HHH-4184
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4184
Project: Hibernate Core
Issue Type: Bug
Components: entity-manager
Environment: Hibernate core3.2.5, entityManager 3.3.1, annotation 3.3.0, oracle
9i
Reporter: Aghnar von Salza
Environment is Weblogic 10 (J2EE 5), with Hibernate used as JPA provider
There is no PostUpdate callback on an entity when one of its collections of other
Entities (for example annoted with @OneToMany) is
updated (i mean when one entity element is added or removed).
JPA specification says that a postUpate must be called after the update of at least one
data of an entity.
I think we have to consider that a collection of other entities can be considered as
data.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: