📄 initializecollectionevent.java
字号:
//$Id: InitializeCollectionEvent.java 14313 2008-02-06 07:46:52Z gbadner $package org.hibernate.event;import org.hibernate.collection.PersistentCollection;/** * An event that occurs when a collection wants to be * initialized * * @author Gavin King */public class InitializeCollectionEvent extends AbstractCollectionEvent { public InitializeCollectionEvent(PersistentCollection collection, EventSource source ) { super( getLoadedCollectionPersister( collection, source ), collection, source, getLoadedOwnerOrNull( collection, source ), getLoadedOwnerIdOrNull( collection, source ) ); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -