File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
springboot-starter-data-fast/src/main/java/com/codingapi/springboot/fast/jpa/repository
springboot-starter/src/main/java/com/codingapi/springboot/framework/dto/request Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11package com .codingapi .springboot .fast .jpa .repository ;
22
33import com .codingapi .springboot .framework .dto .request .PageRequest ;
4+ import com .codingapi .springboot .framework .dto .request .SearchRequest ;
45import org .springframework .core .ResolvableType ;
56import org .springframework .data .domain .Page ;
67import org .springframework .data .jpa .repository .JpaRepository ;
Original file line number Diff line number Diff line change 1- package com .codingapi .springboot .fast . jpa . repository ;
1+ package com .codingapi .springboot .framework . dto . request ;
22
33import com .alibaba .fastjson .JSON ;
44import com .alibaba .fastjson .JSONArray ;
55import com .alibaba .fastjson .JSONObject ;
6- import com .codingapi .springboot .framework .dto .request .Filter ;
7- import com .codingapi .springboot .framework .dto .request .PageRequest ;
8- import com .codingapi .springboot .framework .dto .request .Relation ;
96import jakarta .servlet .http .HttpServletRequest ;
107import org .springframework .data .domain .Sort ;
118import org .springframework .util .StringUtils ;
@@ -120,7 +117,7 @@ private Class<?> getKeyType(String key) {
120117
121118 }
122119
123- PageRequest toPageRequest (Class <?> clazz ) {
120+ public PageRequest toPageRequest (Class <?> clazz ) {
124121 pageRequest .setCurrent (current );
125122 pageRequest .setPageSize (pageSize );
126123
You can’t perform that action at this time.
0 commit comments