Uses of Class
es.kukenan.smartfi.microservice.transfer.repository.entity.Comment
Packages that use Comment
Package
Description
Services and internal components package.
-
Uses of Comment in es.kukenan.smartfi.microservice.transfer.repository
Methods in es.kukenan.smartfi.microservice.transfer.repository that return CommentModifier and TypeMethodDescriptionCommentRepository.findByIdAndUserId(String id, String userId) Finds a Comment by its identifier and user.CommentRepository.findByProductIdAndTransferIdAndUserId(String productId, String transferId, String userId) Finds a Comment by product, movement and user IDs.