@Override
 public void update() {
   super.update();
   if (this.uuidGenerator != null) {
     this.uuidGenerator.update();
   }
 }
 @Override
 public void synchronizeWithResourceModel() {
   super.synchronizeWithResourceModel();
   this.syncUuidGenerator();
 }