399400401402403404405406407408409
invoker.beforeMakePersistent(obj); UpdateAware ua = null; if(obj instanceof UpdateAware) { ua = (UpdateAware) obj; ua.preUpdate(this); } pb.store(obj); if(ua != null) {