Eclipse error on mapping with @EmbeddedId

后端 未结 5 1466
伪装坚强ぢ
伪装坚强ぢ 2020-12-29 09:26

I have an entity with composite key so I use the @Embeddable and @EmbeddedId annotations. Embeddable class looks like this :

@Embeddable
public class DitaAdm         


        
5条回答
  •  心在旅途
    2020-12-29 09:35

    Preferences -> Java Persistence -> JPA -> Errors/Warnings -> Attribute -> Embedded ID classes should not contain relationship mappings: (Ignore)

提交回复
热议问题