org.hibernate.test.event.collection
Class CollectionListeners

java.lang.Object
  extended by org.hibernate.test.event.collection.CollectionListeners

public class CollectionListeners
extends Object


Nested Class Summary
static class CollectionListeners.AbstractListener
           
static class CollectionListeners.InitializeCollectionListener
           
static interface CollectionListeners.Listener
           
static class CollectionListeners.PostCollectionRecreateListener
           
static class CollectionListeners.PostCollectionRemoveListener
           
static class CollectionListeners.PostCollectionUpdateListener
           
static class CollectionListeners.PreCollectionRecreateListener
           
static class CollectionListeners.PreCollectionRemoveListener
           
static class CollectionListeners.PreCollectionUpdateListener
           
 
Constructor Summary
CollectionListeners(SessionFactory sf)
           
 
Method Summary
 void addEvent(AbstractCollectionEvent event, CollectionListeners.Listener listener)
           
 void clear()
           
 List getEvents()
           
 CollectionListeners.InitializeCollectionListener getInitializeCollectionListener()
           
 List getListenersCalled()
           
 CollectionListeners.PostCollectionRecreateListener getPostCollectionRecreateListener()
           
 CollectionListeners.PostCollectionRemoveListener getPostCollectionRemoveListener()
           
 CollectionListeners.PostCollectionUpdateListener getPostCollectionUpdateListener()
           
 CollectionListeners.PreCollectionRecreateListener getPreCollectionRecreateListener()
           
 CollectionListeners.PreCollectionRemoveListener getPreCollectionRemoveListener()
           
 CollectionListeners.PreCollectionUpdateListener getPreCollectionUpdateListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionListeners

public CollectionListeners(SessionFactory sf)
Method Detail

addEvent

public void addEvent(AbstractCollectionEvent event,
                     CollectionListeners.Listener listener)

getListenersCalled

public List getListenersCalled()

getEvents

public List getEvents()

clear

public void clear()

getPreCollectionRecreateListener

public CollectionListeners.PreCollectionRecreateListener getPreCollectionRecreateListener()

getInitializeCollectionListener

public CollectionListeners.InitializeCollectionListener getInitializeCollectionListener()

getPreCollectionRemoveListener

public CollectionListeners.PreCollectionRemoveListener getPreCollectionRemoveListener()

getPreCollectionUpdateListener

public CollectionListeners.PreCollectionUpdateListener getPreCollectionUpdateListener()

getPostCollectionRecreateListener

public CollectionListeners.PostCollectionRecreateListener getPostCollectionRecreateListener()

getPostCollectionRemoveListener

public CollectionListeners.PostCollectionRemoveListener getPostCollectionRemoveListener()

getPostCollectionUpdateListener

public CollectionListeners.PostCollectionUpdateListener getPostCollectionUpdateListener()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.