Unable to locate Attribute with the the given name [XXXXX] on this ManagedType

简介: 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/inforstack/article/details/69071849  java.
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/inforstack/article/details/69071849

 java.lang.IllegalArgumentException: Unable to locate Attribute  with the the given name [RELATION_TYPE] on this ManagedType [com.inforstack.eyesense.jpa.entity.PatientHomeDoctor]

操作数据库的时候应该使用PatientHomeDoctor类中RELATION_TYPE属性名。

相关文章
|
20天前
|
Java
Unable to find @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest
Unable to find @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest
12 0
|
4月前
|
前端开发 Java 微服务
Unable to find GatewayFilterFactory with name TokenRelay
Unable to find GatewayFilterFactory with name TokenRelay
|
4月前
Parsing error: No Babel config file detected for XXXXX
Parsing error: No Babel config file detected for XXXXX
|
JavaScript
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
150 0
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
|
Oracle 关系型数据库 Unix
ORA-12705: Cannot access NLS data files or invalid environment
ORA-12705: Cannot access NLS data files or invalid environment
113 0
cl.exe is unable to create an executable file
cl.exe is unable to create an executable file
123 0
|
Java
The type XXX cannot be resolved. It is indirectly referenced from required .class files
The type XXX cannot be resolved. It is indirectly referenced from required .class files
107 0
关于Unable to find a @SpringBootConfiguration错误解决方法
SpringBoot项目上跑测试类,加上@SpringBootTest运行报错,其中一种错误就是未加载到启动类,导致整个启动类挂了,详情看下方内容
431 0
关于Unable to find a @SpringBootConfiguration错误解决方法