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
- vscode 자동완성
- 영카드만사용하기
- vscode snippets
- 스프링
- 엔티티리슨너
- springboot
- react export
- Spring
- 초보홈페이지도전기
- 이에스린트
- 자바기본
- jpaRelationship
- ERD #spring #spring-boot
- spring #entity #자바스프링 #스프링기초 #엔티티
- webpack
- 스택틱
- java
- 프런트앤드
- 1:1연관관계
- entity jpa Listener
- 스프링부트
- 초보홈페이지
- js slider
- oneOnOneRelationship
- 엔티티 기본 리스너
- 자바
- react export default
- webpack 설정
- java Throwable
- react 기본문법
Archives
- Today
- Total
목록oneOnOneRelationship (1)
디자인너 코딩하기

관계형 DB에서 특정Table의 PK를 다른Table FK(Foreign Key)로 활용하여 연결 Contributors: Linda DeMichiel 외부 키 열을 매핑하는 일대일 연결(종속관계) 종속관계 Customer class @OneToOne(optional=false) @JoinColumn(name="CUSTREC_ID", unique=true, nullable=false, updatable=false) public CustomerRecord getCustomerRecord() { return customerRecord; } CustomerRecord class @OneToOne(optional=false, mappedBy="customerRecord") public Customer getCu..
spring/연관관계
2022. 4. 24. 19:38