如何让 hyperjaxb3 生成特定的 JPA 标签?
我试图让 hyperjaxb3 生成特定的标签,如 @Index,但我无法找到有关如何实现此目的的文档或示例。 任何指示或建议将不胜感激。
谢谢弗雷德里克
I'm trying to get hyperjaxb3 to generate specific tags like @Index, but I've been unable to find documentation or examples on how to achieve this.
Any pointers or suggestions would be highly appreciated.
Thanks
Frederik
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
@Index
不是 JPA 注释,它是特定于供应商的注释。您仍然可以使用注释插件将此类注释添加到架构派生类中。例如,请参阅此 wiki 条目。@Index
is not a JPA annotation, it's a vendor-specific annotation. You can still add such annotations to the schema-derived classes using the annotate plugin. See this wiki entry for example.