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 | 31 |
Tags
- springdatajpa
- AOP
- Android
- jpa
- pointcut
- 인프런
- 알고리즘
- spring
- 스프링
- Servlet
- 그리디
- 스프링 핵심 원리
- QueryDSL
- Proxy
- Exception
- 자바
- JDBC
- java
- 백준
- Spring Boot
- Thymeleaf
- transaction
- 김영한
- http
- SpringBoot
- db
- kotlin
- Greedy
- 스프링 핵심 기능
- JPQL
Archives
- Today
- Total
목록entity cache (1)
개발자되기 프로젝트
Entity Cache
https://github.com/bsh6463/BookManager bsh6463/BookManager Contribute to bsh6463/BookManager development by creating an account on GitHub. github.com 1. Entity Manager Entity Manager란? Entity의 저장, 수정, 삭제, 업데이트 등 말그대로 entity를 관리함. 기존에 사용한 simple jpa repository는 직접적으로entity manager를 사용하지 않도록 감싸 spring에서 제공했음 실제 내부 동작은 entity manager을 통해서 이루어진다. 따라서 spring data jpa에서 제공하지 않는 기능을 사용하거나 특별히 custom을 할..
JPA/영속성
2021. 7. 2. 23:10