JPA @Inheritance(strategy = InheritanceType.JOINED):缺少指标字段值的类
当没有为指标字段值提供类以不引发此异常时,是否可以有一个默认实现?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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