Package | Description |
---|---|
oracle.toplink.essentials.descriptors | |
oracle.toplink.essentials.descriptors.copying |
Modifier and Type | Field and Description |
---|---|
protected CopyPolicy |
ClassDescriptor.copyPolicy |
Modifier and Type | Method and Description |
---|---|
CopyPolicy |
ClassDescriptor.getCopyPolicy()
INTERNAL:
Returns the copy policy.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDescriptor.setCopyPolicy(CopyPolicy policy)
INTERNAL:
Set the copy policy.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCopyPolicy
Purpose: Allows customization of how an object is cloned.
|
class |
CloneCopyPolicy
Purpose: Creates a clone through a clone method.
|
class |
InstantiationCopyPolicy
Purpose: Creates a copy through creating a new instance.
|
Copyright © 2024. All rights reserved.