Spring boot jpa hibernate HQL query with one to many relationship gives error “ Validation failed for query ..”

后端 未结 0 1398
野性不改
野性不改 2020-12-17 04:20

In spring boot app I have an ElementEntity:

....
@Entity
public class ElementEntity
{
    @Id
    int id;
    Double quantity;
    String form;
    String col         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题