Dynamic Annotation

Hello, is there a way to do dynamic annotation like this:

@DynamicUpdate(value= “my.config”)

The actual value “my.config” could be true or false based on a configuration parameter that can be changed during run-time, and can take effect immediately or per session.

Thanks in advance,

No, that is not possible. If you really need this, you can take a look at Blaze-Persistence Entity-Views which does partial updates by default, but also has an option to emit full updates.