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

Christian Bauer (JIRA) noreply at atlassian.com
Tue Aug 7 08:25:11 EDT 2007


Action observers for event listeners
------------------------------------

                 Key: HHH-2770
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2770
             Project: Hibernate3
          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