?? huserbasicinfoentremotehome.java
字號:
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 Collection findByName(String name) throws FinderException, RemoteException; public hUserBasicInfoEntRemote findByPrimaryKey(hUserBasicInfoEntPK pk) throws FinderException, RemoteException;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -