[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2770) Action observers for event listeners

Jürgen Kellerer (JIRA) noreply at atlassian.com
Sat May 7 10:15:59 EDT 2011


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

Jürgen Kellerer commented on HHH-2770:
--------------------------------------

So if I understood you correctly, I should: Fork the master branch on GitHub, create a feature branch HHH-2770, implement it including tests and create a pull request afterwards. Correct?

> Action observers for event listeners
> ------------------------------------
>
>                 Key: HHH-2770
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2770
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: core
>            Reporter: Christian Bauer
>            Priority: Minor
>
> Talked to Steve about a feature he calls "action observers", which would allow the following use case:
> - Write a FlushEventListener
> - Observer for what has been deleted, inserted, updated (action queues)
> This removes some of the pain that comes from missing communication between listeners. For example, you can easily move code you would traditionally write in an Interceptor into a FlushEventListener if you only need inserted/deleted/udpated records.

-- 
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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the hibernate-issues mailing list