Uses of Interface
com.skava.auth.repository.UserAttributeRepository.UserAttributeProjection
Packages that use UserAttributeRepository.UserAttributeProjection
Package
Description
Repository classes to represent the data access layer of the entities.
-
Uses of UserAttributeRepository.UserAttributeProjection in com.skava.auth.repository
Methods in com.skava.auth.repository that return types with arguments of type UserAttributeRepository.UserAttributeProjectionModifier and TypeMethodDescriptionUserAttributeRepository.findAllUserAttributesByUserId
(Long userId) Service definition to find all user attributes by user id.