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
- Servlet
- 인프런
- spring
- 스프링 핵심 원리
- JPQL
- 알고리즘
- 그리디
- kotlin
- Greedy
- pointcut
- 스프링
- Proxy
- springdatajpa
- AOP
- QueryDSL
- java
- SpringBoot
- Exception
- Android
- Thymeleaf
- 스프링 핵심 기능
- transaction
- Spring Boot
- db
- 백준
- JDBC
- 김영한
- http
- jpa
- 자바
Archives
- Today
- Total
목록entityrelationship (1)
개발자되기 프로젝트
1:1 연관관계 - 1
ERD(Entity Relationship Diagram) ERD는 Entity의 연관관계를 도식화한 표현이다. diagram을 통해 entity들의 연관 관계를 쉽게 파악할 수 있다. 1. 관계 표기법 2. 다이어그램 예시 * PK : primary key * FK : foreign key bsh-developer.tistory.com Entity Listener : 4(실제 사용하는 방법) 좀 더 현실적으로 코드를 수정해보자. createdAt, updatedAt에 각각 @CreatedDate, @LastModifidedDate 붙여주고, @AuditingEntityListener를 활용하여 간단하게 적용할 수 있었다. 하지만 각 class의 createdAt,.. bsh-developer.tisto..
JPA
2021. 6. 17. 21:50