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
- SpringBoot
- springdatajpa
- Servlet
- Android
- transaction
- AOP
- JPQL
- 백준
- 알고리즘
- http
- JDBC
- jpa
- pointcut
- java
- 자바
- Proxy
- QueryDSL
- Spring Boot
- 스프링 핵심 원리
- db
- 스프링 핵심 기능
- 김영한
- Greedy
- kotlin
- spring
- Exception
- 그리디
- Thymeleaf
- 인프런
- 스프링
Archives
- Today
- Total
목록@CreatedDate (1)
개발자되기 프로젝트
Auditing
1. Auditing 엔티티를 생성 및 변경할 때 변경한 사람과 시간을 추적하고 싶으면? 등록일 수정일 등록자 수정자 2. JPA 활용 JpaBaseEntity @MappedSuperclass Designates a class whose mapping information is applied to the entities that inherit from it. A mapped superclass has no separate table defined for it. 해당 annotation은 상속받는 엔티티에 매핑 정보를 전달할 클래스를 지정. 즉, 해당 annotation이 붙은 클래스의 속성 정보만 하위 클래스에 전달하여 하위클래스에서 사용할 수 있음. 해당 annotation이 붙은 클래스는 별도 tab..
인프런/[인프런] Spring Data JPA
2021. 8. 30. 23:41