2017年2月28日

Hibernate JoinColumn nullable 控制 join 类型

摘要: 已知 当 的属性 为`true join left join null`。 当 的属性 为`false join inner join null`,则本条数据无效。 阅读全文

posted @ 2017-02-28 09:01 周魏ey 阅读(1363) 评论(0) 推荐(0)

2017年2月27日

Oracle添加数据库表外键定义时报'无法找到父关联项'错误。

摘要: 被添加外键的表中存在与引用表中外键列不对应的数据字段,可能因为各种数据操作遗留造成的。 通过以下SQL可以解决该问题。 检查哪些行存在无法对应的问题。 删除对应的行 阅读全文

posted @ 2017-02-27 15:11 周魏ey 阅读(586) 评论(0) 推荐(0)

导航