| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa.metadata.accessors.classes | |
| org.eclipse.persistence.internal.jpa.metadata.copypolicy |
| Modifier and Type | Method and Description |
|---|---|
CopyPolicyMetadata |
ClassAccessor.getCopyPolicy()
INTERNAL:
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloneCopyPolicyMetadata
INTERNAL:
Used to store information about CloneCopyPolicy as it is read from XML or
annotations.
|
class |
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.
|
class |
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.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.