com.ibm.commerce.component.giftregistry.commands

Class PersistGiftRegistryCmdImpl

How the updates are done:
  1. If no corresponding row is found for a value object, new row(s) will be created. Otherwise, the row(s) will be updated with the values in the value object if the values are not null.
  2. All the fields indicated in the Verb will be written to database regardless of whether the indicated value is null or not.
Here are rules regarding persisting various value object:
See Also:
PersistGiftRegistryCmd