Module eclipselink

Class 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:
    Serialized Form