Shared class must not reference isolated class

前端 未结 0 602
野性不改
野性不改 2020-12-11 20:11

I\'m adding a brand new entity that maps to an existing one:

@Entity
@IdClass(NewEntityPK.class)
public class NewEntity implements Serializable {
    @Id
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题