i was wondering if hibernate supports to define dynamicUpdate=true property on application level instead of defining it for each entity ?
i was wondering if hibernate supports to define dynamicUpdate=true property on application level instead
Share
This is not possible because dynamic-update/dynamic-insert are not optimized and well perform for all scenarios, It can create bottleneck in some cases, that’s why hibernate guys did not give this option at application config level.