[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4184) PostUpdate callback not called after update on a collection / association (@OneToMany for example)

Robert Synoski (JIRA) noreply at atlassian.com
Tue Sep 6 07:31:02 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43455#comment-43455 ] 

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: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list