Uses of Interface
org.eclipse.persistence.descriptors.copying.CopyPolicy
-
Packages that use CopyPolicy Package Description org.eclipse.persistence.descriptors org.eclipse.persistence.descriptors.copying -
-
Uses of CopyPolicy in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as CopyPolicy Modifier and Type Field Description protected CopyPolicyClassDescriptor. copyPolicyMethods in org.eclipse.persistence.descriptors that return CopyPolicy Modifier and Type Method Description CopyPolicyClassDescriptor. getCopyPolicy()INTERNAL: Returns the copy policy.Methods in org.eclipse.persistence.descriptors with parameters of type CopyPolicy Modifier and Type Method Description voidClassDescriptor. setCopyPolicy(CopyPolicy policy)INTERNAL: Set the copy policy. -
Uses of CopyPolicy in org.eclipse.persistence.descriptors.copying
Classes in org.eclipse.persistence.descriptors.copying that implement CopyPolicy Modifier and Type Class Description classAbstractCopyPolicyPurpose: Allows customization of how an object is cloned.classCloneCopyPolicyPurpose: Allows a clone of an object to be created with a method that returns the cloned object.classInstantiationCopyPolicyPurpose: This is the default copy policy.classPersistenceEntityCopyPolicyPurpose: This is the default copy policy when weaving is used.
-