Uses of Class
com.example.demo.calorie.CalorieLog
Packages that use CalorieLog
-
Uses of CalorieLog in com.example.demo.calorie
Methods in com.example.demo.calorie that return types with arguments of type CalorieLogModifier and TypeMethodDescriptionCalorieLogRepository.findByUser(AppUser user) Retrieves a list of allCalorieLogentries associated with the specifiedAppUser.CalorieLogRepository.findByUserId(Long userId) Retrieves a list of allCalorieLogentries associated with the specified user ID.CalorieLogRepository.findByUserIdAndLogDate(Long userId, LocalDate logDate) Retrieves a list of allCalorieLogentries for a specific user on a specific date.