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
- SpringBoot
- transaction
- java
- QueryDSL
- Exception
- Spring Boot
- 알고리즘
- 스프링 핵심 기능
- AOP
- Servlet
- Greedy
- 김영한
- spring
- JPQL
- jpa
- 스프링 핵심 원리
- 스프링
- Thymeleaf
- http
- db
- Proxy
- 인프런
- springdatajpa
- Android
- kotlin
- 백준
- 자바
- 그리디
- pointcut
- JDBC
Archives
- Today
- Total
목록@CreatedDate (1)
개발자되기 프로젝트
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bSBllU/btrdz8LN8Xy/55OFhPGc7FB4ypBFEtWKu0/img.png)
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