Working with Instantiation Policy
TopLink supports several ways to instantiate objects:
- By default, the default constructor of the class instantiates a new instance.
- If the application requires that objects be instantiated in other ways, the instantiation method can be customized.
You can use custom Java code to override the instantiation policy.
Related Topics
About TopLink Descriptors
Setting Instantiation Policy
Working with Descriptors
Working with Descriptor Properties
Working with Advanced Properties
Copyright © 1997, 2004, Oracle.
All rights reserved.