A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- findAllProjectedBy(Pageable) - Method in interface com.restapi.template.api.community.post.data.PostRepository
-
모든 게시글 조회(Pagenation).
- findByAuthor_UserIdAndCommentId(String, Long) - Method in interface com.restapi.template.api.community.comment.data.CommentRepository
-
사용자의 댓글인지 확인하며 댓글조회.
- findByPostId(Long) - Method in interface com.restapi.template.api.community.post.data.PostRepository
-
게시글 아이디로 조회.
- findByPostIdAndAuthor_UserId(Long, String) - Method in interface com.restapi.template.api.community.post.data.PostRepository
-
사용자의 게시글인지 확인하며 포스트 조회.
- findByUserIdAndState(String, UserStatus, Class<T>) - Method in interface com.restapi.template.api.user.data.UsersRepository
-
계정 ID와 상태로 조회.
- findByUserIdAndStateAndRefreshToken(String, UserStatus, String) - Method in interface com.restapi.template.api.user.data.UsersRepository
-
계정 ID와 상태로 조회.
- findByUserIdAndStateIsNot(String, UserStatus) - Method in interface com.restapi.template.api.user.data.UsersRepository
-
계정 ID와 제외된 상태로 조회.
- fromJson(String, Class<T>) - Static method in class com.restapi.template.errorbot.util.JsonUtils
-
Json을 객체로 변환.
All Classes All Packages