📄 userhome.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 + -