Class PersistenceEntityCopyPolicy

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form