Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Configuring a Relational Variable One-to-One Mapping (ELUG)"

m
m
Line 1: Line 1:
 
<div style="float:right;border:1px solid #000000;padding:5px">__TOC__
 
<div style="float:right;border:1px solid #000000;padding:5px">__TOC__
[[Special:Whatlinkshere/Configuring a Relational Variable One-to-One Mapping (ELUG)|Related Topics]]</div>
+
[[Special:Whatlinkshere/Configuring a Relational Variable One-to-One Mapping (ELUG)|Related Topics]]</div>This section describes the various components that you must configure in order to use a relational variable one-to-one mapping.
 
+
This section describes the various components that you must configure in order to use a relational variable one-to-one mapping.
+
  
 
For information on how to configure EclipseLink mappings options common to two or more mapping types, see [[Configuring%20a%20Mapping%20(ELUG)|Configuring a Mapping]].
 
For information on how to configure EclipseLink mappings options common to two or more mapping types, see [[Configuring%20a%20Mapping%20(ELUG)|Configuring a Mapping]].
Line 8: Line 6:
 
For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
 
For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
  
[[#Table 37-1|Configurable Options for Relational Variable One-to-One Mapping]] lists the configurable options for a relational variable one-to-one mapping.
 
 
 
 
==Introduction to Relational Variable One-to-One Mapping Configuration==
 
 
This table lists the configurable options for a relational variable one-to-one mapping.
 
This table lists the configurable options for a relational variable one-to-one mapping.
  
  
 
<span id="Table 37-1"></span>
 
<span id="Table 37-1"></span>
''''' Configurable Options for Relational Variable One-to-One Mapping'''''
 
 
{| class="RuleFormalMax" dir="ltr" title="Configurable Options for Relational Variable One-to-One Mapping" summary="This table lists the configurable options common to Relational Variable One-to-One Mapping and categorizes them as Basic and Advanced and indicates if the option can be configured with the Workbench, Java, or both." width="100%" border="1" frame="border" rules="all" cellpadding="3" frame="border" rules="all"
 
{| class="RuleFormalMax" dir="ltr" title="Configurable Options for Relational Variable One-to-One Mapping" summary="This table lists the configurable options common to Relational Variable One-to-One Mapping and categorizes them as Basic and Advanced and indicates if the option can be configured with the Workbench, Java, or both." width="100%" border="1" frame="border" rules="all" cellpadding="3" frame="border" rules="all"
 
|- align="left" valign="top"
 
|- align="left" valign="top"
Line 116: Line 108:
 
A source table has an indicator column that specifies the target table through the class indicator field.
 
A source table has an indicator column that specifies the target table through the class indicator field.
  
[[#Figure 37-1|Variable One-to-One Mapping using Class indicator Field]] illustrates the <tt>EMPLOYEE</tt> table that has a <tt>TYPE</tt> column that indicates the target for the row (either <tt>PHONE</tt> or <tt>EMAIL</tt>).
+
The [[#Figure 37-1|Variable One-to-One Mapping using Class indicator Field]] figure illustrates the <tt>EMPLOYEE</tt> table that has a <tt>TYPE</tt> column that indicates the target for the row (either <tt>PHONE</tt> or <tt>EMAIL</tt>).
  
 
<br>
 
<br>
Line 136: Line 128:
 
===How to Configure a Class Indicator Using Workbench===
 
===How to Configure a Class Indicator Using Workbench===
 
To specify the class indicators for a variable one-to-one mapping, use this procedure:
 
To specify the class indicators for a variable one-to-one mapping, use this procedure:
 
 
# Select the variable one-to-one mapping in the '''Navigator'''. Its attributes appear in the Editor.
 
# Select the variable one-to-one mapping in the '''Navigator'''. Its attributes appear in the Editor.
 
# Click the '''Class Indicator Info''' tab. The Class Indicator Info tab appears.<br>'''''Figure 37-2 Class Indicator Info Tab''''<br>[[Image:clindfld.gif|Class Indicator Info Tab]]
 
# Click the '''Class Indicator Info''' tab. The Class Indicator Info tab appears.<br>'''''Figure 37-2 Class Indicator Info Tab''''<br>[[Image:clindfld.gif|Class Indicator Info Tab]]
Line 177: Line 168:
  
 
==Configuring Unique Primary Key==
 
==Configuring Unique Primary Key==
In variable one-to-one mappings, you can use a unique primary key in the source table to specify the correct target table, as illustrated in [[#Figure 37-4| Variable One-to-One Relationship with Unique Primary Key]]. This section includes information on implementing class indicators.
+
In variable one-to-one mappings, you can use a unique primary key in the source table to specify the correct target table, as illustrated in the [[#Figure 37-4| Variable One-to-One Relationship with Unique Primary Key]] figure. This section includes information on implementing class indicators.
  
 
Alternatively, you can use a class indicator to specify the correct target. See [[#Configuring Class Indicator|Configuring Class Indicator]] for more information.
 
Alternatively, you can use a class indicator to specify the correct target. See [[#Configuring Class Indicator|Configuring Class Indicator]] for more information.
Line 184: Line 175:
  
 
===How to Configure a Unique Primary Key UsingWorkbench===
 
===How to Configure a Unique Primary Key UsingWorkbench===
 
 
To specify the variable one-to-one mapping with a primary key, use this procedure:
 
To specify the variable one-to-one mapping with a primary key, use this procedure:
 
# Select the variable one-to-one mapping in the '''Navigator'''. Its attributes appear in the Editor.
 
# Select the variable one-to-one mapping in the '''Navigator'''. Its attributes appear in the Editor.
Line 228: Line 218:
  
 
===What You May Need to Know About Unique Primary Keys===
 
===What You May Need to Know About Unique Primary Keys===
As [[#Figure 37-4|Variable One-to-One Relationship with Unique Primary Key]] illustrates, the value of the foreign key in the source table (<tt>C_ID</tt>) mapped to the primary key of the target table is unique. No primary key values among the target tables are the same, so primary key values are not unique just in the table, but also among the tables.
+
As the [[#Figure 37-4|Variable One-to-One Relationship with Unique Primary Key]] figure illustrates, the value of the foreign key in the source table (<tt>C_ID</tt>) mapped to the primary key of the target table is unique. No primary key values among the target tables are the same, so primary key values are not unique just in the table, but also among the tables.
  
 
<br>
 
<br>
Line 267: Line 257:
 
| id="r3c1-t4" headers="r1c1-t4" align="left" | '''Query Key Name'''
 
| id="r3c1-t4" headers="r1c1-t4" align="left" | '''Query Key Name'''
 
| headers="r3c1-t4 r1c2-t4" align="left" |
 
| headers="r3c1-t4 r1c2-t4" align="left" |
The name of the query key (from the referenced descriptor) for this association. See [[Configuring%20a%20Descriptor%20(ELUG)|Configuring Query Keys]] for more information.
+
The name of the query key (from the referenced descriptor) for this association. See [[Configuring%20a%20Descriptor%20(ELUG)#Configuring Query Keys|Configuring Query Keys]] for more information.
 
|}
 
|}
  
Line 280: Line 270:
  
 
==Configuring Class Indicator==
 
==Configuring Class Indicator==
In variable one-to-one mappings, you can use an indicator column in the source table to specify the correct target table, as illustrated in [[#Figure 37-1|Variable One-to-One Mapping using Class indicator Field]]. This section includes information on implementing class indicators.
+
In variable one-to-one mappings, you can use an indicator column in the source table to specify the correct target table, as illustrated in the [[#Figure 37-1|Variable One-to-One Mapping using Class indicator Field]] figure. This section includes information on implementing class indicators.
  
 
A source table has an indicator column that specifies the target table through the class indicator field.
 
A source table has an indicator column that specifies the target table through the class indicator field.
  
[[#Figure 37-1|Variable One-to-One Mapping using Class indicator Field]] illustrates the <tt>EMPLOYEE</tt> table that has a <tt>TYPE</tt> column that indicates the target for the row (either <tt>PHONE</tt> or <tt>EMAIL</tt>).
+
The [[#Figure 37-1|Variable One-to-One Mapping using Class indicator Field]] figure illustrates the <tt>EMPLOYEE</tt> table that has a <tt>TYPE</tt> column that indicates the target for the row (either <tt>PHONE</tt> or <tt>EMAIL</tt>).
  
 
<br>
 
<br>
Line 304: Line 294:
 
===How to Configure a Class Indicator Using Workbench===
 
===How to Configure a Class Indicator Using Workbench===
 
To specify the class indicators for a variable one-to-one mapping, use this procedure:
 
To specify the class indicators for a variable one-to-one mapping, use this procedure:
 
 
# Select the variable one-to-one mapping in the '''Navigator'''. Its attributes appear in the Editor.
 
# Select the variable one-to-one mapping in the '''Navigator'''. Its attributes appear in the Editor.
 
# Click the '''Class Indicator Info''' tab. The Class Indicator Info tab appears.<br><span id="Figure 37-2"></span>''''' Class Indicator Info Tab''''<br>[[Image:clindfld.gif|Class Indicator Info Tab]]
 
# Click the '''Class Indicator Info''' tab. The Class Indicator Info tab appears.<br><span id="Figure 37-2"></span>''''' Class Indicator Info Tab''''<br>[[Image:clindfld.gif|Class Indicator Info Tab]]
 
+
#Use the '''Class Indicator Field''' to select the field on the database table (associated with the mapping's descriptor) to use as the indicator for the variable mapping.
Use the '''Class Indicator Field''' to select the field on the database table (associated with the mapping's descriptor) to use as the indicator for the variable mapping.
+
#Use the '''Indicator Type''' to specify the data type of the class indicator field by selecting the data type from the list.
 
+
#To specify the specific class indicator field values for each (nonabstract) child class, click '''Edit''' and enter the appropriate value for each child class.
Use the '''Indicator Type''' to specify the data type of the class indicator field by selecting the data type from the list.
+
 
+
To specify the specific class indicator field values for each (nonabstract) child class, click '''Edit''' and enter the appropriate value for each child class.
+
  
  
Line 350: Line 336:
  
 
==Configuring Unique Primary Key==
 
==Configuring Unique Primary Key==
In variable one-to-one mappings, you can use a unique primary key in the source table to specify the correct target table, as illustrated in [[#Figure 37-4|Variable One-to-One Relationship with Unique Primary Key]]. This section includes information on implementing class indicators.
+
In variable one-to-one mappings, you can use a unique primary key in the source table to specify the correct target table, as illustrated in the [[#Figure 37-4|Variable One-to-One Relationship with Unique Primary Key]] figure. This section includes information on implementing class indicators.
  
 
Alternatively, you can use a class indicator to specify the correct target. See [[#Configuring Class Indicator|Configuring Class Indicator]] for more information.
 
Alternatively, you can use a class indicator to specify the correct target. See [[#Configuring Class Indicator|Configuring Class Indicator]] for more information.
Line 360: Line 346:
 
# Select the variable one-to-one mapping in the '''Navigator'''. Its attributes appear in the Editor.
 
# Select the variable one-to-one mapping in the '''Navigator'''. Its attributes appear in the Editor.
 
# Click the '''Class Indicator Info''' tab. The Class Indicator Info tab appears.<br><span id="Figure 37-3"></span>''''' Class Indicator Info Tab, Configuring Primary Key'''''<br>[[Image:var11_map_conf_pk.gif|Class Indicator Info Tab, Configuring Primary Key]]
 
# Click the '''Class Indicator Info''' tab. The Class Indicator Info tab appears.<br><span id="Figure 37-3"></span>''''' Class Indicator Info Tab, Configuring Primary Key'''''<br>[[Image:var11_map_conf_pk.gif|Class Indicator Info Tab, Configuring Primary Key]]
 
+
#Use the '''Class Indicator Field''' to select none.
Use the '''Class Indicator Field''' to select none.
+
#Use the '''Indicator Type''' to select none.
 
+
#Use the '''Indicator Value''' column to specify none.
Use the '''Indicator Type''' to select none.
+
#After choosing the reference descriptor for the mapping, deselect the '''Include''' check boxes.
 
+
Use the '''Indicator Value''' column to specify none.
+
 
+
After choosing the reference descriptor for the mapping, deselect the '''Include''' check boxes.
+
  
  
Line 383: Line 365:
  
 
===How to Configure a Unique Primary Key Using Java===
 
===How to Configure a Unique Primary Key Using Java===
 
 
This example illustrates how to define a variable one-to-one mapping using a unique primary key in Java code.
 
This example illustrates how to define a variable one-to-one mapping using a unique primary key in Java code.
  
Line 411: Line 392:
  
 
===What You May Need to Know About Unique Primary Keys===
 
===What You May Need to Know About Unique Primary Keys===
As [[#Figure 37-4|Variable One-to-One Relationship with Unique Primary Key]] illustrates, the value of the foreign key in the source table (<tt>C_ID</tt>) mapped to the primary key of the target table is unique. No primary key values among the target tables are the same, so primary key values are not unique just in the table, but also among the tables.
+
As the [[#Figure 37-4|Variable One-to-One Relationship with Unique Primary Key]] figure  illustrates, the value of the foreign key in the source table (<tt>C_ID</tt>) mapped to the primary key of the target table is unique. No primary key values among the target tables are the same, so primary key values are not unique just in the table, but also among the tables.
  
 
<br>
 
<br>
Line 427: Line 408:
 
The type indicator field and its values are not needed, because EclipseLink goes through all the target tables until data is finally found.
 
The type indicator field and its values are not needed, because EclipseLink goes through all the target tables until data is finally found.
  
==Configuring Query Key Association==
 
  
 +
 +
==Configuring Query Key Association==
 
This section includes information on configuring query key assosications using development tools, as well as Java.
 
This section includes information on configuring query key assosications using development tools, as well as Java.
  
Line 463: Line 445:
  
 
===How to Configure a Query Key Association Using Java===
 
===How to Configure a Query Key Association Using Java===
 
 
The API to configure query key associations is <tt>org.eclipse.persistence.mappings.VariableOneToOneMapping</tt> method <tt>addForeingQueryKeyName(String, String)</tt>.
 
The API to configure query key associations is <tt>org.eclipse.persistence.mappings.VariableOneToOneMapping</tt> method <tt>addForeingQueryKeyName(String, String)</tt>.
  
Line 478: Line 459:
 
[[Category: Draft]]
 
[[Category: Draft]]
 
[[Category: Task]]
 
[[Category: Task]]
 +
[[Category: ORM]]

Revision as of 16:29, 14 December 2007

Related Topics
This section describes the various components that you must configure in order to use a relational variable one-to-one mapping.

For information on how to configure EclipseLink mappings options common to two or more mapping types, see Configuring a Mapping.

For information on how to create EclipseLink mappings, see Creating a Mapping.

This table lists the configurable options for a relational variable one-to-one mapping.


Option Workbench Java

Configuring Reference Descriptor

Supported

Supported

Configuring a Type Conversion Converter

Supported

Supported

Configuring Read-Only Mappings

Supported

Supported

Configuring Mapping Comments

Supported

Supported

Configuring Mapping Comments

Supported

Supported

Configuring Mapping Comments

Supported

Supported

Configuring Query Key Association

Supported

Supported

Configuring Class Indicator

Supported

Supported

Configuring Unique Primary Key

Supported

Supported


This example shows how to create a variable one-to-one mapping and add it to a descriptor using Java code.

Variable One-to-One Mapping

public void customize(ClassDescriptor descriptor) { 
   VariableOneToOneMapping mapping = new VariableOneToOneMapping();  

   // configure mapping
   ... 

   // add mapping to descriptor
   descriptor.addMapping(mapping);
}


For more information, see the following:


Configuring Class Indicator

In variable one-to-one mappings, you can use an indicator column in the source table to specify the correct target table, as illustrated in Variable One-to-One Mapping using Class indicator Field. This section includes information on implementing class indicators.

A source table has an indicator column that specifies the target table through the class indicator field.

The Variable One-to-One Mapping using Class indicator Field figure illustrates the EMPLOYEE table that has a TYPE column that indicates the target for the row (either PHONE or EMAIL).


Variable One-to-One Mapping using Class indicator Field

Variable One-to-One Mapping using Class indicator Field

The principles of defining such a variable class relationship are similar to defining a normal one-to-one relationship, except:

  • The reference class is a Java interface, not a Java class. However, the method to set the interface is identical.
  • You must specify a type indicator field.
  • You specify the class indicator values on the mapping so that mapping can determine the class of object to create.
  • You must specify the foreign key names and the respective abstract query keys from the target interface descriptor.

Alternatively, you can use unique primary keys to specify the correct target. See Configuring Unique Primary Key for more information.


How to Configure a Class Indicator Using Workbench

To specify the class indicators for a variable one-to-one mapping, use this procedure:

  1. Select the variable one-to-one mapping in the Navigator. Its attributes appear in the Editor.
  2. Click the Class Indicator Info tab. The Class Indicator Info tab appears.
    Figure 37-2 Class Indicator Info Tab'
    Class Indicator Info Tab
  3. Use the Class Indicator Field to select the field on the database table (associated with the mapping's descriptor) to use as the indicator for the variable mapping.
  4. Use the Indicator Type to specify the data type of the class indicator field by selecting the data type from the list.
  5. To specify the specific class indicator field values for each (nonabstract) child class, click Edit and enter the appropriate value for each child class.


How to Configure a Class Indicator Using Java

This example illustrates how to define a variable one-to-one mapping using a class (type) indicator in Java code.


Defining Variable One-to-One Mapping Using a Class Indicator

public void customize(ClassDescriptor descriptor) { 
    VariableOneToOneMapping variableOneToOneMapping = 
                                  new VariableOneToOneMapping();  
    variableOneToOneMapping.setAttributeName("contact");  
    variableOneToOneMapping.setReferenceClass (Contact.class);  
    variableOneToOneMapping.setForeignQueryKeyName ("C_ID", "id");  
    variableOneToOneMapping.setTypeFieldName("TYPE");  

    // configure class indicators
    variableOneToOneMapping.addClassIndicator(Email.class, "Email");   
    variableOneToOneMapping.addClassIndicator(Phone.class, "Phone");  

    variableOneToOneMapping.dontUseIndirection();  
    variableOneToOneMapping.privateOwnedRelationship();  

    // add mapping to descriptor
    descriptor.addMapping(variableOneToOneMapping);
}


For more information about the available methods for VariableOneToOneMapping, see the EclipseLink API Reference.


Configuring Unique Primary Key

In variable one-to-one mappings, you can use a unique primary key in the source table to specify the correct target table, as illustrated in the Variable One-to-One Relationship with Unique Primary Key figure. This section includes information on implementing class indicators.

Alternatively, you can use a class indicator to specify the correct target. See Configuring Class Indicator for more information.


How to Configure a Unique Primary Key UsingWorkbench

To specify the variable one-to-one mapping with a primary key, use this procedure:

  1. Select the variable one-to-one mapping in the Navigator. Its attributes appear in the Editor.
  2. Click the Class Indicator Info tab. The Class Indicator Info tab appears.
    Figure 37-3 Class Indicator Info Tab, Configuring Primary Key
    Class Indicator Info Tab, Configuring Primary Key
    • Use the Class Indicator Field to select none.
    • Use the Indicator Type to select none.
    • Use the Indicator Value column to specify none.
  3. After choosing the reference descriptor for the mapping, deselect the Include check boxes.

Note: You cannot deselect the value in the Class Indicator Field, unless the foreign key values in the source table are unique.



How to Configure a Unique Primary Key Using Java

This example illustrates how to define a variable one-to-one mapping using a unique primary key in Java code.


Defining Variable One-to-One Mapping Using a Unique Primary Key

public void customize(ClassDescriptor descriptor) { 
    VariableOneToOneMapping variableOneToOneMapping = 
                                  new VariableOneToOneMapping();  
    variableOneToOneMapping.setAttributeName("contact");  
    variableOneToOneMapping.setReferenceClass (Contact.class);  
    variableOneToOneMapping.setForeignQueryKeyName ("C_ID", "id");  
    variableOneToOneMapping.dontUseIndirection();  
    variableOneToOneMapping.privateOwnedRelationship();

    // add mapping to descriptor
    descriptor.addMapping(variableOneToOneMapping);
}


For more information about the available methods for VariableOneToOneMapping, see the EclipseLink API Reference.


What You May Need to Know About Unique Primary Keys

As the Variable One-to-One Relationship with Unique Primary Key figure illustrates, the value of the foreign key in the source table (C_ID) mapped to the primary key of the target table is unique. No primary key values among the target tables are the same, so primary key values are not unique just in the table, but also among the tables.


Variable One-to-One Relationship with Unique Primary Key

Variable One-to-One Relationship with Unique Primary Key

If there is no indicator stored in the source table, EclipseLink cannot determine to which target table the foreign key value is mapped. Therefore, EclipseLink reads through all the target tables until it finds an entry in one of the target tables. This is an inefficient way of setting up a relation model. The class indicator is much more efficient as it reduces the number of reads performed on the tables to get the data. In the class indicator method, EclipseLink knows exactly which target table to look into for the data.

The principles of defining such a variable class relationship are similar to defining class indicator variable one-to-one relationships, except the following:

  • A type indicator field is not specified.
  • The class indicator values are not specified.

The type indicator field and its values are not needed, because EclipseLink goes through all the target tables until data is finally found.


Configuring Query Key Association

This section includes information on configuring query key assosications using development tools, as well as Java.


How to Configure a Query Key Association Using Workbench

To specify the query keys used for a variable one-to-one mapping, use this procedure:

  1. Select the variable one-to-one mapping in the Navigator. Its attributes appear in the Editor.
  2. Click the Query Key Associations tab. The Query Key Associations tab appears
    Query Key Associations Tab
    Query Key Associations Tab
  3. Complete each field on the Query Key Associations tab.
  4. Use the Indicator Type to specify the data type of the class indicator field by selecting the data type from the list.
Field Description
Foreign Key The field from the database table to use as the foreign key in this relationship.
Query Key Name

The name of the query key (from the referenced descriptor) for this association. See Configuring Query Keys for more information.


How to Configure a Query Key Association Using Java

The API to configure query key associations is org.eclipse.persistence.mappings.VariableOneToOneMapping method addForeingQueryKeyName(String, String).

For more information about the available methods for VariableOneToOneMapping, see the EclipseLink API Reference.



Configuring Class Indicator

In variable one-to-one mappings, you can use an indicator column in the source table to specify the correct target table, as illustrated in the Variable One-to-One Mapping using Class indicator Field figure. This section includes information on implementing class indicators.

A source table has an indicator column that specifies the target table through the class indicator field.

The Variable One-to-One Mapping using Class indicator Field figure illustrates the EMPLOYEE table that has a TYPE column that indicates the target for the row (either PHONE or EMAIL).


Variable One-to-One Mapping using Class indicator Field

Variable One-to-One Mapping using Class indicator Field

The principles of defining such a variable class relationship are similar to defining a normal one-to-one relationship, except:

  • The reference class is a Java interface, not a Java class. However, the method to set the interface is identical.
  • You must specify a type indicator field.
  • You specify the class indicator values on the mapping so that mapping can determine the class of object to create.
  • You must specify the foreign key names and the respective abstract query keys from the target interface descriptor.

Alternatively, you can use unique primary keys to specify the correct target. See Configuring Unique Primary Key for more information.


How to Configure a Class Indicator Using Workbench

To specify the class indicators for a variable one-to-one mapping, use this procedure:

  1. Select the variable one-to-one mapping in the Navigator. Its attributes appear in the Editor.
  2. Click the Class Indicator Info tab. The Class Indicator Info tab appears.
    Class Indicator Info Tab'
    Class Indicator Info Tab
  3. Use the Class Indicator Field to select the field on the database table (associated with the mapping's descriptor) to use as the indicator for the variable mapping.
  4. Use the Indicator Type to specify the data type of the class indicator field by selecting the data type from the list.
  5. To specify the specific class indicator field values for each (nonabstract) child class, click Edit and enter the appropriate value for each child class.



How to Configure a Class Indicator Using Java

This example illustrates how to define a variable one-to-one mapping using a class (type) indicator in Java code.


Defining Variable One-to-One Mapping Using a Class Indicator

public void customize(ClassDescriptor descriptor) { 
    VariableOneToOneMapping variableOneToOneMapping = 
                                  new VariableOneToOneMapping();  
    variableOneToOneMapping.setAttributeName("contact");  
    variableOneToOneMapping.setReferenceClass (Contact.class);  
    variableOneToOneMapping.setForeignQueryKeyName ("C_ID", "id");  
    variableOneToOneMapping.setTypeFieldName("TYPE");  

    // configure class indicators
    variableOneToOneMapping.addClassIndicator(Email.class, "Email");   
    variableOneToOneMapping.addClassIndicator(Phone.class, "Phone");  

    variableOneToOneMapping.dontUseIndirection();  
    variableOneToOneMapping.privateOwnedRelationship();  

    // add mapping to descriptor
    descriptor.addMapping(variableOneToOneMapping);
}


For more information about the available methods for VariableOneToOneMapping, see the EclipseLink API Reference.


Configuring Unique Primary Key

In variable one-to-one mappings, you can use a unique primary key in the source table to specify the correct target table, as illustrated in the Variable One-to-One Relationship with Unique Primary Key figure. This section includes information on implementing class indicators.

Alternatively, you can use a class indicator to specify the correct target. See Configuring Class Indicator for more information.


How to Configure a Unique Primary Key UsingWorkbench

To specify the variable one-to-one mapping with a primary key, use this procedure:

  1. Select the variable one-to-one mapping in the Navigator. Its attributes appear in the Editor.
  2. Click the Class Indicator Info tab. The Class Indicator Info tab appears.
    Class Indicator Info Tab, Configuring Primary Key
    Class Indicator Info Tab, Configuring Primary Key
  3. Use the Class Indicator Field to select none.
  4. Use the Indicator Type to select none.
  5. Use the Indicator Value column to specify none.
  6. After choosing the reference descriptor for the mapping, deselect the Include check boxes.


Note: You cannot deselect the value in the Class Indicator Field, unless the foreign key values in the source table are unique.




How to Configure a Unique Primary Key Using Java

This example illustrates how to define a variable one-to-one mapping using a unique primary key in Java code.


Defining Variable One-to-One Mapping Using a Unique Primary Key

public void customize(ClassDescriptor descriptor) { 
    VariableOneToOneMapping variableOneToOneMapping = 
                                  new VariableOneToOneMapping();  
    variableOneToOneMapping.setAttributeName("contact");  
    variableOneToOneMapping.setReferenceClass (Contact.class);  
    variableOneToOneMapping.setForeignQueryKeyName ("C_ID", "id");  
    variableOneToOneMapping.dontUseIndirection();  
    variableOneToOneMapping.privateOwnedRelationship();

    // add mapping to descriptor
    descriptor.addMapping(variableOneToOneMapping);
}


For more information about the available methods for VariableOneToOneMapping, see the EclipseLink API Reference.



What You May Need to Know About Unique Primary Keys

As the Variable One-to-One Relationship with Unique Primary Key figure illustrates, the value of the foreign key in the source table (C_ID) mapped to the primary key of the target table is unique. No primary key values among the target tables are the same, so primary key values are not unique just in the table, but also among the tables.


Variable One-to-One Relationship with Unique Primary Key

Variable One-to-One Relationship with Unique Primary Key

If there is no indicator stored in the source table, EclipseLink cannot determine to which target table the foreign key value is mapped. Therefore, EclipseLink reads through all the target tables until it finds an entry in one of the target tables. This is an inefficient way of setting up a relation model. The class indicator is much more efficient as it reduces the number of reads performed on the tables to get the data. In the class indicator method, EclipseLink knows exactly which target table to look into for the data.

The principles of defining such a variable class relationship are similar to defining class indicator variable one-to-one relationships, except the following:

  • A type indicator field is not specified.
  • The class indicator values are not specified.

The type indicator field and its values are not needed, because EclipseLink goes through all the target tables until data is finally found.


Configuring Query Key Association

This section includes information on configuring query key assosications using development tools, as well as Java.


How to Configure a Query Key Association Using Workbench

To specify the query keys used for a variable one-to-one mapping, use this procedure:

  1. Select the variable one-to-one mapping in the Navigator. Its attributes appear in the Editor.
  2. Click the Query Key Associations tab. The Query Key Associations tab appears.
    Query Key Associations Tab
    Query Key Associations Tab
  3. Complete each field on the Query Key Associations tab.
  4. Use the Indicator Type to specify the data type of the class indicator field by selecting the data type from the list.

Use the following information to enter data in each field on the tab:

Field Description
Foreign Key The field from the database table to use as the foreign key in this relationship.
Query Key Name

The name of the query key (from the referenced descriptor) for this association. See Configuring Query Keys for more information.




How to Configure a Query Key Association Using Java

The API to configure query key associations is org.eclipse.persistence.mappings.VariableOneToOneMapping method addForeingQueryKeyName(String, String).

For more information about the available methods for VariableOneToOneMapping, see the EclipseLink API Reference.




Copyright Statement

Back to the top