@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DynamicUpdate
For updating, should this entity use dynamic sql generation where only changed columns get referenced in the
prepared sql statement?
Note, for re-attachment of detached entities this is not possible without select-before-update being enabled.