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