Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个运行 Hibernate 的客户端,有没有办法获取有关唯一约束失败的信息?提交事务时会出现故障,但是没有提供有关哪个类或实体是违规方的信息。
我正在寻找的是一种确定是否正在插入/更新的项目的方法,它是什么类?如果可能的话,导致此插入/更新的原始类是什么?
有没有办法从休眠框架中获取这些信息?
还是我被迫分析代码并决定级联映射是否好?