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不会更新子类。即使那里没有任何改变,有没有办法让它更新它?