org.hibernate.event

Class PreCollectionRecreateEvent

Implemented Interfaces:
Serializable

public class PreCollectionRecreateEvent
extends AbstractCollectionEvent

An event that occurs before a collection is recreated
Author:
Gail Badner

Constructor Summary

PreCollectionRecreateEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source)

Method Summary

Methods inherited from class org.hibernate.event.AbstractCollectionEvent

getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNull

Methods inherited from class org.hibernate.event.AbstractEvent

getSession

Constructor Details

PreCollectionRecreateEvent

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