org.hibernate.event.spi
Class PreCollectionRecreateEvent

java.lang.Object
  extended by org.hibernate.event.spi.AbstractEvent
      extended by org.hibernate.event.spi.AbstractCollectionEvent
          extended by org.hibernate.event.spi.PreCollectionRecreateEvent
All Implemented Interfaces:
Serializable

public class PreCollectionRecreateEvent
extends AbstractCollectionEvent

An event that occurs before a collection is recreated

See Also:
Serialized Form

Constructor Summary
PreCollectionRecreateEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source)
           
 
Method Summary
 
Methods inherited from class org.hibernate.event.spi.AbstractCollectionEvent
getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNull
 
Methods inherited from class org.hibernate.event.spi.AbstractEvent
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreCollectionRecreateEvent

public PreCollectionRecreateEvent(CollectionPersister collectionPersister,
                                  PersistentCollection collection,
                                  EventSource source)


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