What jar should I include to use javax.persistence package in a hibernate based application?

后端 未结 7 1325
生来不讨喜
生来不讨喜 2020-12-29 01:20

Is it ok to take it from Glassfish project ( glassfish-persistence-api) or may be there is a Hibernate jar?

7条回答
  •  别那么骄傲
    2020-12-29 02:15

    If you are using maven, adding below dependency should work

    
        javax.persistence
        persistence-api
        1.0
    
    

提交回复
热议问题