@ProviderType
public interface UserGroupRoleFinder
Modifier and Type | Method and Description |
---|---|
List<UserGroupRole> |
findByGroupRoleType(long groupId,
int roleType) |
List<UserGroupRole> |
findByUserUserGroupGroupRole(long userId,
long groupId) |
List<UserGroupRole> findByGroupRoleType(long groupId, int roleType)
List<UserGroupRole> findByUserUserGroupGroupRole(long userId, long groupId)