public abstract class AbstractCopyPolicy extends Object implements CopyPolicy
Purpose: Allows customization of how an object is cloned.
This class defines common behavoir that allows a subclass to be used
and set on a descriptor to provide a special cloning routine for how an object
is cloned in a unit of work.