Working with a Copy Policy
The TopLink unit of work feature must be able to clone persistent objects. TopLink supports two ways of copying objects:
- By default, an object's default constructor is called to create a copy.
- You can specify a method on the object to be used by TopLink to perform the copy, such as clone.
Related Topics
About TopLink Descriptors
Setting the Copy Policy
Working with Descriptors
Working with Descriptor Properties
Working with Advanced Properties
Copyright © 1997, 2004, Oracle.
All rights reserved.