Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试让 hyperjaxb3 生成特定的标签,如 @Index,但我一直无法找到有关如何实现此目的的文档或示例。任何指针或建议将不胜感激。
谢谢
弗雷德里克
@Index不是 JPA 注释,而是特定于供应商的注释。您仍然可以使用 annotate 插件将此类注释添加到模式派生类。例如,请参阅此 wiki 条目。
@Index