8000 GitHub - seriouskang/jpa-in-action: 내가 활용할 JPA
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

seriouskang/jpa-in-action

Repository files navigation

association mapping

unidirectional-association: 단방향 연관관계

one-to-many

one-to-many-unidirectional: 일대다 단방향[1:N] -> 단점 존재(대안: 다대일 양방향 매핑을 활용)

many-to-many

many-to-many-unidirectional: 다대다 단방향 -> 한계 존재
many-to-many-bidirectional: 다대다 양방향 -> 한계 존재
alternative-many-to-many: 다대다 양방향 한계 극복

value object

value-object-collection: 값 타입 컬렉션 -> 제약사항 존재
alternative-value-object-collection: 값 타입 컬렉션 대안(일대다 관계 활용)

About

내가 활용할 JPA

Resources

Stars

Watchers

Forks

Releases

No releases published
3143

Packages

No packages published

Languages

0