Uses of Class
com.eeit87t3.tickiteasy.post.entity.ReportEntity
Packages that use ReportEntity
Package
Description
-
Uses of ReportEntity in com.eeit87t3.tickiteasy.post.controller
Methods in com.eeit87t3.tickiteasy.post.controller that return types with arguments of type ReportEntity -
Uses of ReportEntity in com.eeit87t3.tickiteasy.post.repository
Methods in com.eeit87t3.tickiteasy.post.repository that return types with arguments of type ReportEntityModifier and TypeMethodDescriptionReportRepo.findByPostAndIsDeleted(PostEntity post, boolean isDeleted) -
Uses of ReportEntity in com.eeit87t3.tickiteasy.post.service
Methods in com.eeit87t3.tickiteasy.post.service that return ReportEntityMethods in com.eeit87t3.tickiteasy.post.service that return types with arguments of type ReportEntityModifier and TypeMethodDescriptionReportService.findAllReports()ReportService.findByPost(PostEntity post) Methods in com.eeit87t3.tickiteasy.post.service with parameters of type ReportEntity