[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2616?page=c...
]
Ben Dotte commented on HHH-2616:
--------------------------------
I have a need for this for the same reason it is needed in Hibernate Search, except I am
using the Compass framework to sync changes from Hibernate to the Lucene indexes. Without
it, I will need to track down every place we change a persistent collection and manually
sync that with Compass, which is less than desirable when all other changes are synced
automatically.
No event is fired on Collection recreate/remove/update action
-------------------------------------------------------------
Key: HHH-2616
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2616
Project: Hibernate3
Issue Type: Bug
Components: core
Affects Versions: 3.2.4
Reporter: Emmanuel Bernard
There is no way today to know if a collection has been updated (in the generic sense of
it)
managedEntity.getCollection().add(object)
fires no event.
Seems to me that it should fire Pre/PostUpdateEvent. Because of PostUpdateEvent
signature we might need a PostUpdateCollectionEvent (Update meaning Update/Create/Delete)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira