EclipseLink native query result into POJO - Missing descriptor for [Class]

前端 未结 5 822
悲&欢浪女
悲&欢浪女 2020-12-17 10:18

I\'m using EclipseLink to run some Native SQL. I need to return the data into a POJO. I followed the instructions at EclipseLink Docs, but I receive the error Missing

5条回答
  •  春和景丽
    2020-12-17 11:16

    Also, don't forget to add in your POJO class in persistence.xml! It can be easy to overlook if you are used to your IDE managing that file for you.

提交回复
热议问题