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

📄 customerlocalhome.java

📁 一个java 代码生成器
💻 JAVA
字号:
package com.entity.cmp;

import java.rmi.RemoteException;
import javax.ejb.CreateException;
import javax.ejb.EJBLocalHome;
import javax.ejb.FinderException;

import java.math.*;

import java.sql.*;


/**
 * This is the CustomerLocalHome interface.
 *
 * @Author: Siddhartha P. Chandurkar
 * @version $ID: $
 *
 */

public interface CustomerLocalHome extends EJBLocalHome{

	CustomerLocal findByPrimaryKey(java.lang.Integer pk)
        	throws FinderException;
	CustomerLocal create(Integer custId, String firstName, String lastName)
		throws CreateException;
	
	/**
	 * Write your manual code between these tags. They will be retained if code is 
	 * regenerated.
	 * IMPORTANT !!! Please do not remove these tags even if you dont add any manual code.
	 */	
	
	//<manual-code>
		

	//</manual-code>


 }

⌨️ 快捷键说明

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