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

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