【发布时间】:2012-10-09 11:54:49
【问题描述】:
我想在 ormlite 中使用 JPA 注释。这些注释(如@Entity 或@Id)属于 javax.persistence 包,它显然没有随 ormlite 提供。我无法解析 JPA 注释,而 ormlite 特定注释(如@DatabaseTable)可以。我是否需要下载第三方 jar 才能让 JPA 注释在 ormlite 中工作?
我只需要使用 ormlite + JPA。
查看http://ormlite.com/javadoc/ormlite-core/index-all.html 时,我们可以看到没有记录或可用的 JPA 注释,尽管它们在用户手册中有所描述。
提前非常感谢!!!
【问题讨论】: