Uses of Record Class
com.app.controller.dto.user.UserSpecificationDto
Packages that use UserSpecificationDto
-
Uses of UserSpecificationDto in com.app.controller
Methods in com.app.controller with parameters of type UserSpecificationDtoModifier and TypeMethodDescriptionUserController.getUsers
(UserSpecificationDto userSpecificationDto) Retrieves users filtered by criteria. -
Uses of UserSpecificationDto in com.app.service
Methods in com.app.service with parameters of type UserSpecificationDtoModifier and TypeMethodDescriptionUserService.getUsers
(UserSpecificationDto userSpecificationDto) Retrieves a list of users matching the specified criteria. -
Uses of UserSpecificationDto in com.app.service.impl
Methods in com.app.service.impl with parameters of type UserSpecificationDtoModifier and TypeMethodDescriptionUserServiceImpl.getUsers
(UserSpecificationDto userSpecificationDto) Retrieves a list of users filtered by the given specification.