productbasicinfoentremotehome.java~26~
来自「这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不」· JAVA~26~ 代码 · 共 17 行
JAVA~26~
17 行
package product;import javax.ejb.*;import java.util.*;import java.rmi.*;import java.awt.*;public interface productBasicInfoEntRemoteHome extends javax.ejb.EJBHome { public productBasicInfoEntRemote create(String p_id, String p_type_id, String p_name, String p_spec, String p_model, String p_unit, Image p_image, String p_remark) throws CreateException, RemoteException; public Collection findByName(String name) throws FinderException, RemoteException; public Collection find_pname(String type, String content) throws FinderException, RemoteException; public Collection find_spec(String type, String content) throws FinderException, RemoteException; public Collection find_id(String type, String id) throws FinderException, RemoteException; public Collection find_model(String type, String content) throws FinderException, RemoteException; public productBasicInfoEntRemote find_basic_mpk() throws FinderException, RemoteException; public productBasicInfoEntRemote findByPrimaryKey(productBasicInfoEntPK pk) throws FinderException, RemoteException;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?