⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 initializecollectionevent.java

📁 一个Java持久层类库
💻 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 + -