且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Hibernate 映射异常 - 无法确定以下类型的类型:

更新时间:2023-09-11 23:24:28

SDUser中需要在SDUserAccess中添加关联信息:

In SDUser you need to add the association info on the SDUserAccess:

@ManyToOne
@JoinColumn(name = "sdId")
private SDUserProductAcess productAccess;