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

📄 userhome.java~2~

📁 JSP+SQL应用开发网上书店系统,采用BMP模式开发
💻 JAVA~2~
字号:
package ejb;import javax.ejb.*;import java.util.*;public interface userHome extends javax.ejb.EJBLocalHome {  public user create(String userId, String userName, String password) throws CreateException;  public Collection findByuserName(String userName) throws FinderException;  public user findMethod1() throws FinderException;  public user findByPrimaryKey(String userId) throws FinderException;}

⌨️ 快捷键说明

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