Uses of Class
io.queryanalyzer.example.dto.UserDTO
Packages that use UserDTO
-
Uses of UserDTO in io.queryanalyzer.example.controller
Methods in io.queryanalyzer.example.controller that return types with arguments of type UserDTOModifier and TypeMethodDescriptionUserController.getAllUsers()UserController.getAllUsersOptimized() -
Uses of UserDTO in io.queryanalyzer.example.service
Methods in io.queryanalyzer.example.service that return types with arguments of type UserDTOModifier and TypeMethodDescriptionUserService.getAllUsersWithOrdersBad()UserService.getAllUsersWithOrdersGood()