org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.listener
Class NakedCollectionInitializeEventListener

java.lang.Object
  extended by org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.listener.NakedEventListenerAbstract
      extended by org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.listener.NakedCollectionInitializeEventListener
All Implemented Interfaces:
java.io.Serializable, org.hibernate.event.InitializeCollectionEventListener

public class NakedCollectionInitializeEventListener
extends NakedEventListenerAbstract
implements org.hibernate.event.InitializeCollectionEventListener

See Also:
Serialized Form

Constructor Summary
NakedCollectionInitializeEventListener()
           
 
Method Summary
 void onInitializeCollection(org.hibernate.event.InitializeCollectionEvent event)
          Marks the adapters for collections to ResolveState.RESOLVED (provided that they were resolvable to ResolveState.RESOLVING).
 
Methods inherited from class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.listener.NakedEventListenerAbstract
clearDirtyFor, getAdapterFor, getAdapterManager, getPersistenceSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NakedCollectionInitializeEventListener

public NakedCollectionInitializeEventListener()
Method Detail

onInitializeCollection

public void onInitializeCollection(org.hibernate.event.InitializeCollectionEvent event)
                            throws org.hibernate.HibernateException
Marks the adapters for collections to ResolveState.RESOLVED (provided that they were resolvable to ResolveState.RESOLVING).

Specified by:
onInitializeCollection in interface org.hibernate.event.InitializeCollectionEventListener
Throws:
org.hibernate.HibernateException


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.