Hibernate를 공부하는 중인데요. 객체와 Relation간의 어떤 차이들이 있는 것인지 궁금해서 살짝 공부해 봤습니다.

The problem of graularity
=> 알갱의 크기가 달라서 생기는 문제

The problem of subtypes
=> 객체의 상속을 Relation에서 표현하기 위한 문제

The problem of identity
=> 객체와 그에 해당하는 row를 식별하는 문제

Problems relating to associations
=> 객체에서의 reference 연관과 Relation의 외례키를 사용한 연관의 차이

The problem of data navigation
=> DB의 성능을 높이기 위한 join과 persistence 객체의 fetching으로 인한 n+1 slelect 문제