Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 425 Bytes

mappingexception-could-not-determine-type-for-엔티티.md

File metadata and controls

19 lines (14 loc) · 425 Bytes
title date categories tags
MappingException: Could not determine type for: 엔티티
2013-08-13
memo
nhibernate
hibernate

컬럼이 중복되는 오류

주로 Map을 잘못걸었을때 발생함.

Entity나 Component를 Map으로 prefix없이 걸어서 필드가 중복되었을 경우

다른 참조 Entity쪽에서 잘못 걸어도 같은 오류가 발생함

Map(x => x.Order) 검색