Uses of Interface
commonj.sdo.helper.CopyHelper
Packages that use CopyHelper
Package
Description
-
Uses of CopyHelper in commonj.sdo.helper
Fields in commonj.sdo.helper declared as CopyHelperModifier and TypeFieldDescriptionstatic final CopyHelperCopyHelper.INSTANCEThe default CopyHelper.Methods in commonj.sdo.helper that return CopyHelperModifier and TypeMethodDescriptionHelperContext.getCopyHelper()Gets the CopyHelper to use in this context. -
Uses of CopyHelper in commonj.sdo.impl
Methods in commonj.sdo.impl that return CopyHelperModifier and TypeMethodDescriptionHelperProviderImpl.copyHelper()static CopyHelperHelperProvider.getCopyHelper()Gets a CopyHelper -
Uses of CopyHelper in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo with parameters of type CopyHelperModifier and TypeMethodDescriptionstatic SDOCopyHelperSDOHelper.getCopyHelper(CopyHelper copyHelper) Return the EclipseLink implementation of CopyHelper.static <T> TSDOHelper.unwrap(CopyHelper copyHelper, Class<T> clazz) Unwraps a given CopyHelper resulting in an EclipseLink SDOCopyHelper. -
Uses of CopyHelper in org.eclipse.persistence.sdo.helper
Classes in org.eclipse.persistence.sdo.helper that implement CopyHelperModifier and TypeClassDescriptionclassPurpose: A helper class for making deep or shallow copies of DataObjects.Fields in org.eclipse.persistence.sdo.helper declared as CopyHelperMethods in org.eclipse.persistence.sdo.helper that return CopyHelperModifier and TypeMethodDescriptionSDOHelperContext.getCopyHelper()Return the CopyHelper instance for this helper context.