@Override
 protected void reset() {
   super.reset();
   try {
     GrailsIdentifierGeneratorFactory.applyNewInstance(this);
   } catch (Exception e) {
     // ignore exception
   }
 }