📄 usersroleshome.java
字号:
package com.jdon.security.auth.ejb;import javax.ejb.*;import java.util.*;public interface UsersRolesHome extends javax.ejb.EJBLocalHome { public UsersRoles create(String userId, String roleId) throws CreateException; public Collection findByRoleId(String roleId) throws FinderException; public Collection findByUserId(String userId) throws FinderException; public UsersRoles findByPrimaryKey(String userId) throws FinderException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -