| Oracle® TopLink Developer's Guide 10g (10.1.3.1.0) B28218-01 |
|
![]() Previous |
![]() Next |
Use direct-to-field mappings to map primitive object attributes, or non persistent regular objects, such as the JDK classes. For example, use a direct-to-field mapping to store a String attribute in a VARCHAR field.
Example 33-1 Direct-to-Field Mapping Example
Figure 33-1 illustrates a direct-to-field mapping between the Java attribute city and the relational database column CITY. Similarly, direct-to-field mappings could be defined from country to COUNTRY, id to ADDRESS_ID, established to EST_DATE, and province to PROVINCE.
You can use a direct-to-field mapping with any of the following Converter instances:
You can use a direct-to-field mapping with a change policy (see "Configuring Change Policy".
See Chapter 35, "Configuring a Relational Direct-to-Field Mapping" for more information.