Uses of Class
com.eeit87t3.tickiteasy.post.entity.LikesEntity
Packages that use LikesEntity
-
Uses of LikesEntity in com.eeit87t3.tickiteasy.post.repository
Methods in com.eeit87t3.tickiteasy.post.repository that return LikesEntityModifier and TypeMethodDescriptionLikesPostRepo.findByMemberIDAndPostID(Integer memberID, Integer postID) -
Uses of LikesEntity in com.eeit87t3.tickiteasy.post.service
Methods in com.eeit87t3.tickiteasy.post.service that return LikesEntityModifier and TypeMethodDescriptionLikesPostService.toggleLike(Integer memberID, ToggleLikeDTO request)