Uses of Interface
commonj.sdo.helper.CopyHelper
-
Packages that use CopyHelper Package Description commonj.sdo.helper commonj.sdo.impl org.eclipse.persistence.sdo org.eclipse.persistence.sdo.helper -
-
Uses of CopyHelper in commonj.sdo.helper
Fields in commonj.sdo.helper declared as CopyHelper Modifier and Type Field Description static CopyHelperCopyHelper. INSTANCEThe default CopyHelper.Methods in commonj.sdo.helper that return CopyHelper Modifier and Type Method Description CopyHelperHelperContext. getCopyHelper()Gets the CopyHelper to use in this context. -
Uses of CopyHelper in commonj.sdo.impl
Methods in commonj.sdo.impl that return CopyHelper Modifier and Type Method Description CopyHelperHelperProviderImpl. 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 CopyHelper Modifier and Type Method Description static 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 CopyHelper Modifier and Type Class Description classSDOCopyHelperPurpose: A helper class for making deep or shallow copies of DataObjects.Fields in org.eclipse.persistence.sdo.helper declared as CopyHelper Modifier and Type Field Description protected CopyHelperSDOHelperContext. copyHelperMethods in org.eclipse.persistence.sdo.helper that return CopyHelper Modifier and Type Method Description CopyHelperSDOHelperContext. getCopyHelper()Return the CopyHelper instance for this helper context.
-