JPA LIKE Query
더보기 like 'TEXT' @Query("Select * from table t where t.column like :query") List findByUsernameLike(String username); 더보기 like '%TEXT' @Query("Select * from table t where t.column like %:query") List findByUsernameStartingWith(String username); 더보기 like '%TEXT%' @Query("Select * from table t where t.column like %:query%") List findByUsernameContaining(String username); 더보기 like 'TEXT%' @Query("Se..
카테고리 없음
2022. 4. 10. 01:57
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- vue3
- attempted import error: bvh_struct_definitions' is not exported from './gpu/bvhshaderglsl.js' (imported as 'bvhshaderglsl').
- react fiber 3d
- vue
- typescript gsls
- react 3d text
- ts glsl
- react ref reative
- react vue
- react 3d animation
- webpack glsl
- react three fiber leva
- vue react
- eslint
- next.js import glsl
- vue reactive
- leva
- react 3d
- react glsl
- 394. decode string js
- react leva
- Vue.js
- [leetcode] 394. decode string
- three.js leva
- react three fiber
- react 3d 에니메이션
- 394. decode string javascript
- 394 decode string
- vue ref
- [leetcode] 394. decode string js
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함