如何定义jpa应用程序级生成器

时间:2009-12-28 15:20:42

标签: jpa

因为我正在使用mysql数据库而我正在使用id策略。

  

@GeneratedValue(策略=   GenerationType.TABLE

我发现使用jpa xml可以从以下链接定义应用程序级别生成器

http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/hibernate/Annotations_Reference_Guide/Overriding_metadata_through_XML.html

我尝试但失败了。有没有人使用这种方法?

1 个答案:

答案 0 :(得分:0)

DataNucleus文档确切地定义了JPA规范为XML元数据定义的内容 http://www.datanucleus.org/products/accessplatform_2_0/jpa/metadata_xml.html 您可以为字段/属性定义值生成器。这样做完成后(使用DataNucleus)。你没有提到你正在使用的JPA