标签: hibernate jpa
在进行Spring Boot休眠项目时出现错误。 当我尝试在用户和购物车之间进行一对一映射时,它导致了错误:
save the transient instance before flushing : com.bookstore.domain.security.UserRole.role -> com.bookstore.domain.security.Role
我尝试使用cascade = CascadeType.All for @OneToOne mapping,但是没有用。
cascade = CascadeType.All for @OneToOne mapping