JPA 和 PostgreSQL 网络地址类型
是否有标准方法来定义具有 PostgreSQL 网络地址数据类型的列的 JPA 实体? 我正在使用 OpenJPA
Is there a standard way to define a JPA entity that has columns with PostgreSQL network address data types?
Im using OpenJPA
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不能肯定地说,但 JSR-317(2009 年 3 月 13 日拟议的最终草案)第 2.2 节说:
我读到这意味着任何实现 Serialized 并用 @Basic 注释进行注释的类型都应该可以工作。 (我假设您已经尝试过这个...?)如果这不起作用,我建议将问题发布到 OpenJPA 邮件列表。
-瑞克
I can't say for certain, but section 2.2 of JSR-317 (3-13-2009 Proposed Final Draft) says:
I read that to mean that any types that implement Serializable and are annotated with the @Basic annotation should work. (I assume you already tried this...?) If that doesn't work, I'd suggest posting the question to the OpenJPA mailing list.
-Rick
你有没有尝试过:
Have you tried: