JPA @Inheritance(strategy = InheritanceType.JOINED):缺少指标字段值的类

发布于 2024-12-09 05:29:06 字数 107 浏览 0 评论 0原文

当没有为指标字段值提供类以不引发此异常时,是否可以有一个默认实现?

Missing class for indicator field value 

Is it possible to have a default implementation when no class is provided for an indicator field value for not raising this exception?

Missing class for indicator field value 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光与爱终年不遇 2024-12-16 05:29:06

JPA 中没有定义这一点,但一些提供程序确实支持更复杂的指标。

如果使用 EclipseLink,您可以使用 ClassExtractor 定义您自己的代码来确定每行使用的类。

看,
http://en.wikibooks.org/wiki/Java_Persistence/Inheritance#No_class_discriminator_column

This is not defined in JPA, but some providers do support more complex indicators.

If using EclipseLink, you can use a ClassExtractor to define your own code to determine the Class to use for each row.

See,
http://en.wikibooks.org/wiki/Java_Persistence/Inheritance#No_class_discriminator_column

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文