Skip to content

MappingContext

API

org.springframework.data.mapping.context.MappingContext

Interface MappingContext<E extends&emsp;PersistentEntity<?,P>,P extends&emsp;PersistentProperty<P>>

추가 설명

공식 문서에 부족한 내용을 경험을 토대로 작성하였습니다.

MappingContextEntityConverter의 동작 과정에서 필요한 컨텍스트이다. EntityConverter는 Spring Repository를 통해 전달된 도메인 객체와 데이터 스토어에 특화된 데이터 객체 간의 변환을 수행하게 되는데, 이때 PersistentEntityPersistentProperty는 메타 데이터로써 활용된다.


Last update : 31 octobre 2023
Created : 13 octobre 2023