org.hibernate.event

Class PostCollectionRecreateEvent

Implemented Interfaces:
Serializable

public class PostCollectionRecreateEvent
extends AbstractCollectionEvent

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

Constructor Summary

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

PostCollectionRecreateEvent

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