📄 collectioninitializer.java
字号:
//$Id: CollectionInitializer.java,v 1.5.2.1 2003/07/31 08:51:03 oneovthafew Exp $package net.sf.hibernate.loader;import java.io.Serializable;import java.sql.SQLException;import net.sf.hibernate.HibernateException;import net.sf.hibernate.engine.SessionImplementor;/** * An interface for collection loaders * @see CollectionLoader * @see OneToManyLoader * @author Gavin King */public interface CollectionInitializer { /** * Initialize the given collection */ public void initialize(Serializable id, SessionImplementor session) throws SQLException, HibernateException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -