deepcollectionelementtest.java

来自「hibernate3.2.6源码和jar包」· Java 代码 · 共 26 行

JAVA
26
字号
//$package org.hibernate.test.annotations.collectionelement.deepcollectionelements;import org.hibernate.test.annotations.TestCase;/** * @author Emmanuel Bernard *///TEST not used: wait for ANN-591 and HHH-3157 public class DeepCollectionElementTest extends TestCase {	public void testInitialization() throws Exception {		//test only the SF creation	}	protected Class[] getMappings() {		return new Class[] {				//A.class,				//B.class,				//C.class		};	}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?