diff options
author | nhauge | 2007-05-10 01:22:37 +0000 |
---|---|---|
committer | nhauge | 2007-05-10 01:22:37 +0000 |
commit | 6a5e934be68521a0d2a5b39670bc15a262d32883 (patch) | |
tree | 7bf87391bc129471bfa5ed95a5890cca9e939840 /jpa/plugins/org.eclipse.jpt.doc.user/getting_started016.htm | |
parent | 74e0f27246b007af1ffec6ef6843d865684338f5 (diff) | |
download | webtools.dali-6a5e934be68521a0d2a5b39670bc15a262d32883.tar.gz webtools.dali-6a5e934be68521a0d2a5b39670bc15a262d32883.tar.xz webtools.dali-6a5e934be68521a0d2a5b39670bc15a262d32883.zip |
178911 - New documentation updates.
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/getting_started016.htm')
-rw-r--r-- | jpa/plugins/org.eclipse.jpt.doc.user/getting_started016.htm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started016.htm b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started016.htm index 6b407d710c..62c814ec4a 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started016.htm +++ b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started016.htm @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> -<!-- Run date = May 3, 2007 9:19:07 --> +<!-- Run date = May 9, 2007 10:03:40 --> <meta name="OAC_IGNORE_SKIP_NAV" content="true" /> <title>Create one-to-one mappings</title> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> @@ -41,7 +41,7 @@ <p>In the <span class="gui-object-title">Map As</span> field, select <span class="gui-object-action">One-to-One</span>.</p> <div class="figure"><a id="sthref32" name="sthref32"></a> <p class="titleinfigure">One-to-one Mapping for address</p> -<img src="img/persistence_view_onetoone.png" alt="This figure shows the Persistence Properties page for the address field." title="This figure shows the Persistence Properties page for the address field." /><br /></div> +<img src="img/persistence_view_onetoone.png" alt="JPA Details view for the address field." title="JPA Details view for the address field." /><br /></div> <!-- class="figure" --></li> <li> <p>For the Target Entity, click <span class="bold">Browse</span> and select the <span class="bold">Address</span> persistent entity. Dali adds the <code>@OneToOne(targetEntity=dali.tutorial.model.Address.class)</code> entity to the class.</p> @@ -68,13 +68,13 @@ </ul> <div class="figure"><a id="sthref33" name="sthref33"></a> <p class="titleinfigure">Editing Join Column for Address Mapping</p> -<img src="img/edit_join_column_dialog.png" alt="This figure shows the Edit Join Column dialog for the address 1:1 mapping." title="This figure shows the Edit Join Column dialog for the address 1:1 mapping." /><br /></div> +<img src="img/edit_join_column_dialog.png" alt="Edit Join Column dialog for the address 1:1 mapping." title="Edit Join Column dialog for the address 1:1 mapping." /><br /></div> <!-- class="figure" --></li> </ol> <p>In the JPA Structure, the <span class="bold">address</span> field is identified as a one-to-one mapping, as shown in the following figure:</p> <div class="figure"><a id="sthref34" name="sthref34"></a> <p class="titleinfigure">JPA Structure for Employee Entity</p> -<img src="img/persistence_outline_address.png" alt="This figure shows the address attribute of the Employee entity in the Persistence Outline view." title="This figure shows the address attribute of the Employee entity in the Persistence Outline view." /><br /></div> +<img src="img/persistence_outline_address.png" alt="The address attribute of the Employee entity in the JPA Structure view." title="The address attribute of the Employee entity in the JPA Structure view." /><br /></div> <!-- class="figure" --> <p>Next, you will <a href="getting_started017.htm#BABBEHEG">Create one-to-many mappings</a>.</p> </div> |