Class PersistenceEntityCopyPolicy

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

public class PersistenceEntityCopyPolicy extends AbstractCopyPolicy

Purpose: This is the default copy policy when weaving is used. It creates a copy by creating a shallow clone of the object using the weaved _persistence_shallow_clone() method.

See Also: