Spring/Spring Data JPA2 Hibernate docs - 2. 도메인 모델 2. 도메인 모델 The term domain model comes from the realm of data modeling. It is the model that ultimately describes the problem domain you are working in. Sometimes you will also hear the term persistent classes. 도메인 모델이라는 용어는 데이터 모델링 영역으로부터 유래한다. 이것은 궁극적으로 작업 중인 문제 도메인을 설명하는 역할을 한다. 때때로 persistent classes 영구적인 클래스라는 용어를 듣기도 한다. realm 영역 problem domain? 문제도메인 문제 도메인은 해당 문제의 영향을 받거나 해당 문제에 대한 솔루션의 영.. Spring/Spring Data JPA 2023. 3. 18. Hibernate docs - 1. 아키텍처 1. 아키텍처 1. 개요 Hibernate, as an ORM solution, effectively "sits between" the Java application data access layer and the Relational Database, as can be seen in the diagram above ORM 솔루션인 하이버네이트는 자바 어플리케이션 데이터 액세스 계층과 관계형 데이터베이스 사이에 효과적으로 위치한다. The Java application makes use of the Hibernate APIs to load, store, query, etc. its domain data. 자바 어플리케이션은 Hibernate API를 사용하여 도메인 데이터를 로드, 저장, 쿼리 등을 수행한다.. Spring/Spring Data JPA 2022. 11. 24. 이전 1 다음