Uses of Class
edu.ucsb.cs156.happiercows.entities.CowLot
Packages that use CowLot
-
Uses of CowLot in edu.ucsb.cs156.happiercows.repositories
Methods in edu.ucsb.cs156.happiercows.repositories that return CowLotModifier and TypeMethodDescriptionCowLotRepository.findTopByUserCommonsIdOrderByHealthDesc(Long userCommonsId) Methods in edu.ucsb.cs156.happiercows.repositories that return types with arguments of type CowLotModifier and TypeMethodDescriptionCowLotRepository.findAllByUserCommonsId(Long userCommonsId) CowLotRepository.findByUserCommonsIdAndHealth(Long userCommonsId, Double Health)