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 |
Tags
- ksqldb
- javascript case
- 자바 ORM 표준 JPA 프로그래밍 정리
- git
- vue.js
- multipart테스트
- IntelliJ
- aws
- ksql
- java
- CompletableFuture
- @Transactional Propagation
- 리팩토링 2판
- intellij 즐겨찾기
- Stream
- HandlerMethodArgumentResolver
- 마이크로 서비스
- #docker compose
- Linux
- findTopBy
- @TransactionalEventListener
- Spring Cloud Netflix
- 백명석님
- JPA
- 리눅스
- 원격 브랜 삭제
- intellij 핵심 단축키
- 친절한 SQL 튜닝
- intellij favorites
- 자바 ORM 표준 JPA 프로그래밍
Archives
- Today
- Total
목록findTopBy (1)
시그마 삽질==six 시그마
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bk1bsm/btqLyMil0LM/YSV3hn2j8q63cigPXzlseK/img.png)
docs.spring.io/spring-data/jpa/docs/current/reference/html/#repositories.limit-query-result Spring Data JPA - Reference Documentation Example 108. Using @Transactional at query methods @Transactional(readOnly = true) public interface UserRepository extends JpaRepository { List findByLastname(String lastname); @Modifying @Transactional @Query("delete from User u where u.active = false") v docs.sp..
프로그래밍/JPA
2020. 10. 22. 21:42