| Class | Description |
|---|---|
| CloneCopyPolicyMetadata |
INTERNAL:
Used to store information about CloneCopyPolicy as it is read from XML or
annotations.
|
| CopyPolicyMetadata |
INTERNAL:
Incapsulates common behavior amount class for all the different types of
copy policy metadata
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals method.
|
| CustomCopyPolicyMetadata |
Used to store information about CopyPolicy as it is read from XML or
annotations
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals method.
|
| InstantiationCopyPolicyMetadata |
INTERNAL:
Used to store information about InstantiationCopyPolicy as it is read from
XML or annotations
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals method.
|