강의

멘토링

로드맵

Inflearn Community Q&A

hanwool9509131098's profile image
hanwool9509131098

asked

Real-world! Spring Boot and JPA Utilization 1 - Web Application Development

Order List Search, Cancel

제가 findOrders를 잘 이해 했는지 맞는건가요?

Written on

·

139

0

처음에 orderRepository.findAllByString(orderSearch)시 orderSearch값에 해당된게 아무것도 없으니까 모든 주문 리스트를 불러왔다가 form태그로 orderSearch의 값을 다시 받아오면,  이 때 orderSearch검색 조건에 맞는 주문 리스트들을 불러온다.  이렇게 이해했는데 이게 맞는건가요?

spring-bootJPA웹앱javaspring

Answer 1

0

yh님의 프로필 이미지
yh
Instructor

안녕하세요. 한울님

생각하신 부분이 맞습니다.

감사합니다.

hanwool9509131098's profile image
hanwool9509131098

asked

Ask a question