Hibernate Query problem with Informix

后端 未结 2 1347
无人及你
无人及你 2021-01-22 12:52

I have written an application using Seam 2.2.1 & MySQL which is working. I am now trying to connect the application to Informix and when I execute a query f

2条回答
  •  礼貌的吻别
    2021-01-22 13:13

    You meant this query:

    FROM User
    

    Because the select tag in HQL doesn't have to be specified when you want to retrieve all the properties of the object.

提交回复
热议问题