Class CopyPolicyImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<CustomCopyPolicyMetadata>
-
- org.eclipse.persistence.internal.jpa.config.copypolicy.CopyPolicyImpl
-
- All Implemented Interfaces:
CopyPolicy
public class CopyPolicyImpl extends MetadataImpl<CustomCopyPolicyMetadata> implements CopyPolicy
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description CopyPolicyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CopyPolicysetCopyPolicyClassName(java.lang.String copyPolicyClassName)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setCopyPolicyClassName
public CopyPolicy setCopyPolicyClassName(java.lang.String copyPolicyClassName)
- Specified by:
setCopyPolicyClassNamein interfaceCopyPolicy
-
-