public UpdateHandler(PersistRequestBean<?> persist, UpdateMeta meta) {
   super(persist, meta.isEmptyStringAsNull());
   this.meta = meta;
 }