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
- java
- 리눅스
- ksql
- javascript case
- 백명석님
- vue.js
- @TransactionalEventListener
- findTopBy
- 친절한 SQL 튜닝
- 리팩토링 2판
- intellij favorites
- ksqldb
- aws
- git
- intellij 즐겨찾기
- CompletableFuture
- IntelliJ
- 마이크로 서비스
- intellij 핵심 단축키
- Spring Cloud Netflix
- 자바 ORM 표준 JPA 프로그래밍 정리
- Stream
- multipart테스트
- @Transactional Propagation
- 원격 브랜 삭제
- #docker compose
- Linux
- JPA
- 자바 ORM 표준 JPA 프로그래밍
- HandlerMethodArgumentResolver
Archives
- Today
- Total
목록findTopBy (1)
시그마 삽질==six 시그마

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