Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Apple
- Code
- 이미지
- JPA
- geofencing
- SwiftUI
- rxswift
- Notification
- window
- view
- 한글
- MacOS
- 개발자
- UIButton
- Git
- Session
- appstore
- Archive
- Xcode
- IOS
- darkmode
- github
- mac
- Firebase
- 웹뷰
- FLUTTER
- iOS16
- error
- Realm
- Swift
Archives
- Today
- Total
목록search (1)
EEYatHo 앱 깎는 이야기
JPA 검색 구현
Service 단계 ... String searchPattern = "%" + searchText + "%"; List kkVideoList = videoRepository.readSearchVideos(searchPattern); ... Repository 단계 // 비디오 검색하기 @Query("SELECT k FROM Video k " + "WHERE k.title LIKE :pattern ") List readSearchVideos(String pattern); LIKE 라는 좋은 녀석이 있네요~
Server
2021. 3. 4. 18:26