Uses of Class
com.bytedesk.forum.post.PostSearchCriteria
Packages that use PostSearchCriteria
-
Uses of PostSearchCriteria in com.bytedesk.forum.post
Methods in com.bytedesk.forum.post with parameters of type PostSearchCriteriaModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<PostEntity>PostSpecification.searchByCriteria(PostSearchCriteria criteria) org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<PostEntity>>PostController.searchPosts(PostSearchCriteria criteria, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>PostService.searchPosts(PostSearchCriteria criteria, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>PostServiceImpl.searchPosts(PostSearchCriteria criteria, org.springframework.data.domain.Pageable pageable)