|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CopyPolicy
A CopyPolicy is used to set an org.eclipse.persistence.descriptors.copying.CopyPolicy on an Entity. It is required that a class that implements org.eclipse.persistence.descriptors.copying.CopyPolicy be specified as the argument. A CopyPolicy should be specified on an Entity, MappedSuperclass or Embeddable. For instance:
CopyPolicy
, CloneCopyPolicy
, InstantiationCopyPolicy
Required Element Summary | |
---|---|
java.lang.Class |
value (Required) This defines the class of the copy policy. |
Element Detail |
---|
public abstract java.lang.Class value
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |