JDO不保存对象
我有一个类 Answer
,当我对该类的对象执行 pm.MakePercient
时,它不会显示在数据库中。没有抛出异常或任何东西。
当我对其他类执行 pm.MakePercient
时,它们会正确显示在数据库中。知道为什么会发生这种情况吗?
I have a class Answer
, and when I do pm.MakePersistent
on an object of that class it doesn't show up in the database. No exception is thrown or anything.
When I do pm.MakePersistent
on other classes, they properly show up in the database. Any idea why this could be happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我确信您使用的任何实现的日志都会告诉您
I'm sure the log of whichever implementation you're using would tell you