Setting the Wrapper Policy Using Java Code
The Descriptor class provides methods used in conjunction with the wrapper policy:
- setWrapperPolicy(oracle.toplink.descriptors.WrapperPolicy) can be invoked to provide a wrapper policy for the descriptor.
- getWrapperPolicy() returns the wrapper policy for a descriptor.
Refer to the book, OracleAS TopLink Application Developer's Guide, for detailed information.
Related Topics
About TopLink Descriptors
Working with a Wrapper Policy
Working with Descriptors
Copyright © 1997, 2004, Oracle.
All rights reserved.