From 070f265f0f07d8a7c8ef4921c465e9ed3e4cace1 Mon Sep 17 00:00:00 2001 From: rsapir Date: Fri, 18 Jan 2008 16:46:31 +0000 Subject: Bug fixes: 203152, 208574, 208575. Initial 2.0.0 doc updates. --- jpa/plugins/org.eclipse.jpt.doc.user/tasks011.htm | 33 +++++++++-------------- 1 file changed, 13 insertions(+), 20 deletions(-) (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/tasks011.htm') diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks011.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks011.htm index ae12cc0852..fb4988e0cc 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks011.htm +++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks011.htm @@ -2,17 +2,17 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - + - Many-to-many mapping + - + - + - + @@ -22,15 +22,9 @@

- - - - -

Many-to-many mapping

-

Use a Many-to-Many Mapping to define a many-valued association with many-to-many multiplicity. A many-to-many mapping has two sides: the owning side and non-owning side. You must specify the join table on the owning side. For bidirectional mappings, either side may be the owning side.

-
    +
    1. In the JPA Structure view, select the field to map. The JPA Details view (for attributes) displays the properties for the selected.

    2. @@ -67,10 +61,10 @@ Fetch Defines how data is loaded from the database. See "Fetch Type" for details.
        -
      • +
      • Eager

      • -
      • +
      • Lazy

      @@ -86,13 +80,13 @@ Order By Specify the default order for objects returned from a query. See "Order By" for details.
        -
      • +
      • No ordering

      • -
      • +
      • Primary key

      • -
      • +
      • Custom

      @@ -104,7 +98,7 @@
  • -

    Use this table to complete the fields in the Join Table Information area in the JPA Details view.

    +

    Use this table to complete the fields in the Join Table Information area in the JPA Details view.

    @@ -149,7 +143,6 @@ targetEntity=<TARGET_ENTITY>, mappedBy = "<MAPPED_BY>") @OrderBy("<ORDER_BY>") -

     

    Related task
    @@ -170,7 +163,7 @@
    - +
    -- cgit v1.2.3