Uses of Interface
com.skava.auth.repository.RoleRepository.RoleBusinessIdProjection
Packages that use RoleRepository.RoleBusinessIdProjection
Package
Description
Repository classes to represent the data access layer of the entities.
-
Uses of RoleRepository.RoleBusinessIdProjection in com.skava.auth.repository
Subinterfaces of RoleRepository.RoleBusinessIdProjection in com.skava.auth.repositoryModifier and TypeInterfaceDescriptionstatic interface
UserRoleProjection interface.Methods in com.skava.auth.repository that return types with arguments of type RoleRepository.RoleBusinessIdProjectionModifier and TypeMethodDescriptionRoleRepository.findAllBusinessRolesByUserIdAndCollectionId
(Long userId, Long collectionId) Find by user id and collection id and get all roles including business id.RoleRepository.findBusinessRolesByUserIdAndCollectionId
(Long userId, Long collectionId) Find by user id and collection id and get all roles including business id.