huserbasicinfoentremotehome.java~15~

来自「这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不」· JAVA~15~ 代码 · 共 11 行

JAVA~15~
11
字号
package clientejb;import javax.ejb.*;import java.util.*;import java.rmi.*;public interface hUserBasicInfoEntRemoteHome extends javax.ejb.EJBHome {  public hUserBasicInfoEntRemote create(String h_user_id, String h_user_name, String h_user_id_card, String h_user_hos_id, String h_user_hos_dep, String h_user_phone, String h_user_email, String h_user_image, String h_user_remark) throws CreateException, RemoteException;  public hUserBasicInfoEntRemote findByName(String name) throws FinderException, RemoteException;  public hUserBasicInfoEntRemote findByPrimaryKey(hUserBasicInfoEntPK pk) throws FinderException, RemoteException;}

⌨️ 快捷键说明

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