From b7aac8426207e30e320a9a7dd6b17a90e3f0f649 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Wed, 13 Jun 2007 22:42:38 +0000 Subject: [PATCH] Fixed bad link names. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@547054 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/src/doc/manual/ref_guide_meta.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openjpa-project/src/doc/manual/ref_guide_meta.xml b/openjpa-project/src/doc/manual/ref_guide_meta.xml index df40af4f0..e3e16c150 100644 --- a/openjpa-project/src/doc/manual/ref_guide_meta.xml +++ b/openjpa-project/src/doc/manual/ref_guide_meta.xml @@ -278,7 +278,7 @@ parameterized type. FetchType fetch: Whether to load the collection eagerly or lazily. Corresponds exactly to the same-named property of standard JPA -annotations such as +annotations such as Basic. Defaults to FetchType.LAZY. @@ -286,7 +286,7 @@ Basic. Defaults to FetchType.LAZY. String mappedBy: Names the field in the related entity that maps this bidirectional relation. Corresponds to the same-named property of -standard JPA annotations such as +standard JPA annotations such as ManyToMany. @@ -295,7 +295,7 @@ standard JPA annotations such as CascadeType[] elementCascade: Array of enum values defining cascade behavior for the collection elements. Corresponds exactly to the cascade property of standard JPA annotations such as - + ManyToMany. Defaults to empty array. @@ -340,7 +340,7 @@ supply it explicitly, however, if your field isn't a parameterized type. FetchType fetch: Whether to load the collection eagerly or lazily. Corresponds exactly to the same-named property of standard JPA -annotations such as +annotations such as Basic. Defaults to FetchType.LAZY. @@ -349,7 +349,7 @@ Basic. Defaults to FetchType.LAZY. CascadeType[] keyCascade: Array of enum values defining cascade behavior for the map keys. Corresponds exactly to the cascade property of standard JPA annotations such as - + ManyToOne. Defaults to empty array. @@ -358,7 +358,7 @@ ManyToOne. Defaults to empty array. CascadeType[] elementCascade: Array of enum values defining cascade behavior for the map values. Corresponds exactly to the cascade property of standard JPA annotations such as - + ManyToOne. Defaults to empty array.