问题标签 [mappedby]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
27 浏览

java - 具有多对一关系的 JPA 映射 @EmbeddedId

所以我在互联网上搜索了我的问题的答案,但没有找到有帮助的东西,基本上需要在两个类之间有一个 ManyToOne 关系,其中一个有一个EmbeddedId,我将把代码留在这里以及它给出的错误消息(我正在使用 wildfly 运行服务器)。

错误如下:

service jboss.persistenceunit."mxnext-mobile.war#mxnextmobileDS": org.hibernate.AnnotationException: mappedBy 引用一个未知的目标实体属性:br.com.maxiconsystems.mobile.model.Inventory.company in br.com.maxiconsystems.mobile .model.Company.inventory

0 投票
0 回答
6 浏览

spring - Spring Boot 错误创建名称为“entityManagerFactory”的 bean,mappedBy 引用了未知的目标实体属性

我正在尝试在 Spring Boot 中使用 Hibernate 实现 JPA 多对多示例。当我将我的应用程序作为 Spring Boot 应用程序运行时,我得到下一个异常: 在此处输入图像描述

¿ 谁能帮我解决这个问题?

我将附上一些实体类的图像和文件 pom.xml: 在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述