Working with Descriptors

A TopLink descriptor stores all the information describing how an instance of a particular class can be represented in a relational database. Although you may need to amend a descriptor (for example, to specify a property not supported by TopLink), do not modify any descriptors after registering them with the session.

TopLink descriptors contain the following information:


Related Topics

About TopLink Descriptors
About Persistent Classes

 

Adding Descriptors
Creating Descriptors from Code
Specifying Descriptor Types
Mapping Descriptors
Automapping Descriptors

 

Copyright © 1997, 2004, Oracle. All rights reserved.