본문 바로가기

스프링

JPA_SQL메소드 작성_page변수

select title from board where title=''

 

select * from board where writer = '';

 

like

 

and, or : title like '%aaa%' or content like '%aaa%'

 

부등호 처리 > <

 

 

 

order by

 

페이징1 이렇게 해도 되지만..

 

 

페이징2 이방법이 훨씬 편하다 페이지와 관련한 메서드를 제공해줌

 

 

페이징2 메소드 정리

 

 

PageRequest 생성자를 통한 정렬

 

 

쿼리 사용