类 PostCollectionRecreateEvent
- java.lang.Object
-
- org.hibernate.event.spi.AbstractEvent
-
- org.hibernate.event.spi.AbstractCollectionEvent
-
- org.hibernate.event.spi.PostCollectionRecreateEvent
-
- 所有已实现的接口:
Serializable
public class PostCollectionRecreateEvent extends AbstractCollectionEvent
An event that occurs after a collection is recreated- 作者:
- Gail Badner
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 PostCollectionRecreateEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source)
-
方法概要
-
从类继承的方法 org.hibernate.event.spi.AbstractCollectionEvent
getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNull
-
从类继承的方法 org.hibernate.event.spi.AbstractEvent
getSession
-
-
-
-
构造器详细资料
-
PostCollectionRecreateEvent
public PostCollectionRecreateEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source)
-
-