Class InstantiationCopyPolicy

java.lang.Object
org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy
All Implemented Interfaces:
Serializable, Cloneable, CopyPolicy

public class InstantiationCopyPolicy extends AbstractCopyPolicy

Purpose: This is the default copy policy. It creates a copy by creating a new instance of the object and then using the mappings specified for the object to populate the object.

See Also: