# 질의 계층의 세 단계 # Question: 질의 계약은 어디로 위임되는가? direction: right n0: "application-owned query contract" { shape: rectangle } n1: "springdata" { shape: rectangle } n2: "hibernate" { shape: rectangle } n0 -> n1: "위임" n1 -> n2: "위임"