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

📄 auctiontest2.java

📁 介绍了hibernate的入门有一些基本常用的事例
💻 JAVA
字号:
//$Id: AuctionTest2.java,v 1.1 2005/02/14 15:56:06 oneovthafew Exp $
package org.hibernate.test.bidi;

import junit.framework.Test;
import junit.framework.TestSuite;

/**
 * @author Gavin King
 */
public class AuctionTest2 extends AuctionTest {
	public AuctionTest2(String str) {
		super(str);
	}

	protected String[] getMappings() {
		return new String[] { "bidi/Auction2.hbm.xml" };
	}

	public static Test suite() {
		return new TestSuite(AuctionTest2.class);
	}

}

⌨️ 快捷键说明

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