반응형
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
- Validation
- controller
- BindingResult
- for all entries in
- jpa
- SAP
- 쿠키란
- filter vs interceptor
- java.lang.AssertionError
- springSecurityFilterChain 오류
- n+1
- 구글 보안 api 활용
- optional
- 401오류
- .orelseThrow
- 쿠키의 정의
- SpringMVC
- 필터vs인터셉터
- MVC
- 필터의 정의
- abap
- Testcode
- application-properties
- spring
- spring MVC
- @Controller
- abap value in field Data Class error
- 김영한
- 세션이란
- 인터셉터의 정의
Archives
- Today
- Total
목록joined (1)
SAP공장

1. @Inheritance(strategy = Inheritance.Type.JOINED) 전략 2. @Inheritance(strategy = Inheritance.Type.SINGLE_TABLE) 전략 1. JOINED 전략 Item Item_id(pk) name price Dtype Album Movie Book Item_id(pk,fk) Artist Item_id(pk,fk) director actor Item_id(pk,fk) author isbn package jpabook.jpashop.inheritance; import javax.persistence.*; @Entity @Inheritance(strategy = InheritanceType.JOINED) @DiscriminatorColu..
[WEB]Back-end/JPA
2022. 1. 8. 12:52