📄 postcollectionupdateevent.java
字号:
//$Id: $package org.hibernate.event;import org.hibernate.collection.PersistentCollection;import org.hibernate.persister.collection.CollectionPersister;/** * An event that occurs after a collection is updated * * @author Gail Badner */public class PostCollectionUpdateEvent extends AbstractCollectionEvent { public PostCollectionUpdateEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source) { super( collectionPersister, collection, source, getLoadedOwnerOrNull( collection, source ), getLoadedOwnerIdOrNull( collection, source ) ); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -