public interface AdminUserRoleRepository
extends org.youngmonkeys.ezyplatform.repo.UserRoleRepository, com.tvd12.ezydata.database.EzyDatabaseRepository<org.youngmonkeys.ezyplatform.entity.UserRoleId,org.youngmonkeys.ezyplatform.entity.UserRole>
| Modifier and Type | Method and Description |
|---|---|
int |
countByRoleId(long roleId) |
List<org.youngmonkeys.ezyplatform.entity.UserRole> |
findByRoleIdAndUserIdIn(long roleId,
Collection<Long> userId) |
deleteByUserId, deleteByUserIdIncontainsById, findById, findByIdOptionalcontainsByField, findByField, findByFieldOptionalfindListByField, findListByFieldList<org.youngmonkeys.ezyplatform.entity.UserRole> findByRoleIdAndUserIdIn(long roleId, Collection<Long> userId)
int countByRoleId(long roleId)
Copyright © 2024 Young Monkeys. All rights reserved.