org.hibernate.event

Class PreCollectionUpdateEvent

Implemented Interfaces:
Serializable

public class PreCollectionUpdateEvent
extends AbstractCollectionEvent

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

Constructor Summary

PreCollectionUpdateEvent(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

PreCollectionUpdateEvent

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