-
New Feature
-
Resolution: Done
-
Normal
-
8.5.0
-
Security Level: Jimmy
Hibernate has a dirty checking mechanism for entities, so it can know which property changes when flushing an entity. If ZK supports a dirty check for a ViewModel, that means ZK can know property changes of a ViewModel after executing a command. Then users no need to put @NotifyChange on a command method.
Ref: