@Target(value=TYPE) @Retention(value=RUNTIME) public @interface CloneCopyPolicy
CloneCopyPolicy
,
CloneCopyPolicy
,
CopyPolicy
Modifier and Type | Required Element and Description |
---|---|
String |
method
(Optional)
Either method or workingCopyMethod must be specified
this defines a method that will be used to create a clone that will be
used for comparison by EclipseLink's DeferredChangeDetectionPolicy
|
String |
workingCopyMethod
(Optional)
Either method or workingCopyMethod must be specified
this defines a method that will be used to create a clone that will be
used to create the object returned when registering an Object in an
EclipseLink UnitOfWork
|
public abstract String method
public abstract String workingCopyMethod
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.