Modifier and Type | Method and Description |
---|---|
Object |
ObjectBuilder.copyObject(Object original,
ObjectCopyingPolicy policy)
Return a copy of the object.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractSession.copyObject(Object original,
ObjectCopyingPolicy policy)
PUBLIC:
Return a complete copy of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseMapping.buildCopy(Object copy,
Object original,
ObjectCopyingPolicy policy)
INTERNAL:
Copy of the attribute of the object.
|
void |
AggregateMapping.buildCopy(Object copy,
Object original,
ObjectCopyingPolicy policy)
INTERNAL:
Copy of the attribute of the object.
|
void |
CollectionMapping.buildCopy(Object copy,
Object original,
ObjectCopyingPolicy policy)
INTERNAL:
Copy of the attribute of the object.
|
void |
ObjectReferenceMapping.buildCopy(Object copy,
Object original,
ObjectCopyingPolicy policy)
INTERNAL:
Copy of the attribute of the object.
|
void |
DirectCollectionMapping.buildCopy(Object copy,
Object original,
ObjectCopyingPolicy policy)
INTERNAL:
Copy of the attribute of the object.
|
protected Object |
AggregateMapping.buildCopyOfAttributeValue(Object attributeValue,
ObjectCopyingPolicy policy)
Copy of the attribute of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDirectMapping.buildCopy(Object copy,
Object original,
ObjectCopyingPolicy policy)
INTERNAL:
Copy of the attribute of the object.
|
Modifier and Type | Method and Description |
---|---|
Object |
Session.copyObject(Object original,
ObjectCopyingPolicy policy)
PUBLIC:
Return a complete copy of the object.
|
Copyright © 2023. All rights reserved.