@OneToOne 匹配不到时


@OneToOne
@JoinColumn(name = "message_fileinfo_id",referencedColumnName = "id",insertable = false,updatable = false)
@NotFound(action = NotFoundAction.IGNORE)

@OneToOne匹配时,若message_fileinfo_id匹配不到id,则会报错,此时加上@NotFound(action = NotFoundAction.IGNORE)就不会报错了

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/289919.html

(0)
上一篇 2022年9月17日
下一篇 2022年9月17日

相关推荐

发表回复

登录后才能评论