jar file for JPA 2.0

后端 未结 5 1243
我寻月下人不归
我寻月下人不归 2020-12-19 04:24
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Root;

I\'ve c

5条回答
  •  情深已故
    2020-12-19 05:21

    EclipseLink provides the JPA 2.0 Reference Implementation which is officially out since Java EE 6 is out. You'll find these classes in the jars bundled in eclipselink-2.0.0.v20091127-r5931.zip. If you are looking for a Maven repo, have a look at this page.

提交回复
热议问题