# 선언 기준과 런타임 판본의 분리 # Question: Hibernate 판본은 어디서 나오는가? direction: right n0: "provider policy" { shape: rectangle } n1: "정책 상수 baseline" { shape: rectangle } n2: "org.hibernate.Version" { shape: rectangle } n0 -> n1: "선언 기준 조회" n1 -> n0: "baseline" n0 -> n2: "런타임 판본 조회" n2 -> n0: "실제 판본"