mylist.java
来自「好东西,hibernate-3.2.0,他是一开元的树杖hibernate-3.」· Java 代码 · 共 15 行
JAVA
15 行
package org.hibernate.test.usercollection;
import java.util.ArrayList;
/**
* A custom collection class. We extend a java.util.Collection class, but that is not required.
* It could be totally non-java-collection type, but then we would need to implement all the PersistentCollection methods.
*
* @author max
*
*/
public class MyList extends ArrayList implements IMyList {
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?