Uses of Interface
com.restapi.template.api.community.post.data.PostRepository
-
Packages that use PostRepository Package Description com.restapi.template.api.community.comment.service com.restapi.template.api.community.post.service -
-
Uses of PostRepository in com.restapi.template.api.community.comment.service
Fields in com.restapi.template.api.community.comment.service declared as PostRepository Modifier and Type Field Description private PostRepositoryCommentService. postRepository -
Uses of PostRepository in com.restapi.template.api.community.post.service
Fields in com.restapi.template.api.community.post.service declared as PostRepository Modifier and Type Field Description private PostRepositoryPostService. postRepository
-