You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by bu...@apache.org on 2013/02/18 15:07:05 UTC

svn commit: r850960 [2/4] - in /websites/staging/cayenne/trunk/content: ./ docs/3.1/api/org/apache/cayenne/map/ docs/3.1/api/org/apache/cayenne/map/class-use/ docs/3.1/api/org/apache/cayenne/map/event/ docs/3.1/api/org/apache/cayenne/map/event/class-us...

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/ObjRelationship.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/ObjRelationship.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/ObjRelationship.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:40 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:25 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ObjRelationship (Cayenne Documentation 3.1B1 API)
+ObjRelationship (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ ObjRelationship (Cayenne Documentation 3
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ObjRelationship (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="ObjRelationship (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -146,7 +146,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#DEFAULT_COLLECTION_TYPE">DEFAULT_COLLECTION_TYPE</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Denotes a default type of to-many relationship collection which is a Java List.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Denotes a default type of to-many relationship collection which is a Java
+ List.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -162,7 +163,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#mapKey">mapKey</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores a property name of a target entity used to create a relationship map.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stores a property name of a target entity used to create a relationship
+ map.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -250,8 +252,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#createReverseRelationship()">createReverseRelationship</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a complimentary reverse relationship from target entity to the source
- entity.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a complimentary reverse relationship from target entity to the
+ source entity.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -308,7 +310,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#getMapKey()">getMapKey</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a property name of a target entity used to create a relationship map.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a property name of a target entity used to create a relationship
+ map.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -324,7 +327,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#getReverseRelationship()">getReverseRelationship</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a "complimentary" ObjRelationship going in the opposite direction.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a "complimentary" ObjRelationship going in the opposite
+ direction.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -332,8 +336,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#getReverseRelationshipName()">getReverseRelationshipName</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the name of a complimentary relationship going in the opposite direction or
- null if it doesn't exist.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the name of a complimentary relationship going in the opposite
+ direction or null if it doesn't exist.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -365,8 +369,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#isOptional()">isOptional</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a boolean indicating whether the presence of a non-null source key(s) will
- not guarantee a presence of a target record.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a boolean indicating whether the presence of a non-null source
+ key(s) will not guarantee a presence of a target record.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -374,8 +378,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#isReadOnly()">isReadOnly</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the relationship is flattened, but is not of the single case that
- can have automatic write support.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the relationship is flattened, but is not of the single
+ case that can have automatic write support.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -383,7 +387,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#isSourceDefiningTargetPrecenseAndType(org.apache.cayenne.map.EntityResolver)">isSourceDefiningTargetPrecenseAndType</A></B>(<A HREF="../../../../org/apache/cayenne/map/EntityResolver.html" title="class in org.apache.cayenne.map">EntityResolver</A>&nbsp;entityResolver)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the relationship is non-optional and target has no subclasses.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the relationship is non-optional and target has no
+ subclasses.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -391,8 +396,9 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#isSourceIndependentFromTargetChange()">isSourceIndependentFromTargetChange</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a boolean indicating whether modifying a target of such relationship in any
- way will not change the underlying table row of the source.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a boolean indicating whether modifying a target of such
+ relationship in any way will not change the underlying table row of the
+ source.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -416,8 +422,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#isToPK()">isToPK</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the underlying DbRelationships point to a at least one of the
- columns of the target entity.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the underlying DbRelationships point to a at least one of
+ the columns of the target entity.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -433,7 +439,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#recalculateReadOnlyValue()">recalculateReadOnlyValue</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recalculates a new readonly value based on the underlying DbRelationships.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recalculates a new readonly value based on the underlying
+ DbRelationships.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -441,8 +448,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#recalculateToManyValue()">recalculateToManyValue</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recalculates whether a relationship is toMany or toOne, based on the underlying db
- relationships.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recalculates whether a relationship is toMany or toOne, based on the
+ underlying db relationships.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -450,7 +457,8 @@ Describes an association between two Jav
 <TD><CODE><B><A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html#removeDbRelationship(org.apache.cayenne.map.DbRelationship)">removeDbRelationship</A></B>(<A HREF="../../../../org/apache/cayenne/map/DbRelationship.html" title="class in org.apache.cayenne.map">DbRelationship</A>&nbsp;dbRel)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the relationship <code>dbRel</code> from the list of relationships.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the relationship <code>dbRel</code> from the list of
+ relationships.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -537,7 +545,8 @@ DEFAULT_COLLECTION_TYPE</H3>
 <PRE>
 public static final <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>DEFAULT_COLLECTION_TYPE</B></PRE>
 <DL>
-<DD>Denotes a default type of to-many relationship collection which is a Java List.
+<DD>Denotes a default type of to-many relationship collection which is a Java
+ List.
 <P>
 <DL>
 <DT><B>Since:</B></DT>
@@ -581,8 +590,8 @@ collectionType</H3>
 <PRE>
 protected <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>collectionType</B></PRE>
 <DL>
-<DD>Stores the type of collection mapped by a to-many relationship. Null for to-one
- relationships.
+<DD>Stores the type of collection mapped by a to-many relationship. Null for
+ to-one relationships.
 <P>
 <DL>
 <DT><B>Since:</B></DT>
@@ -596,8 +605,9 @@ mapKey</H3>
 <PRE>
 protected <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>mapKey</B></PRE>
 <DL>
-<DD>Stores a property name of a target entity used to create a relationship map. Only
- has effect if collectionType property is set to "java.util.Map".
+<DD>Stores a property name of a target entity used to create a relationship
+ map. Only has effect if collectionType property is set to
+ "java.util.Map".
 <P>
 <DL>
 <DT><B>Since:</B></DT>
@@ -679,8 +689,8 @@ getTargetEntity</H3>
 <PRE>
 public <A HREF="../../../../org/apache/cayenne/map/Entity.html" title="class in org.apache.cayenne.map">Entity</A> <B>getTargetEntity</B>()</PRE>
 <DL>
-<DD>Returns a target ObjEntity of this relationship. Entity is looked up in the parent
- DataMap using "targetEntityName".
+<DD>Returns a target ObjEntity of this relationship. Entity is looked up in
+ the parent DataMap using "targetEntityName".
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/cayenne/map/Relationship.html#getTargetEntity()">getTargetEntity</A></CODE> in class <CODE><A HREF="../../../../org/apache/cayenne/map/Relationship.html" title="class in org.apache.cayenne.map">Relationship</A></CODE></DL>
@@ -696,8 +706,8 @@ getReverseRelationshipName</H3>
 <PRE>
 public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getReverseRelationshipName</B>()</PRE>
 <DL>
-<DD>Returns the name of a complimentary relationship going in the opposite direction or
- null if it doesn't exist.
+<DD>Returns the name of a complimentary relationship going in the opposite
+ direction or null if it doesn't exist.
 <P>
 <DD><DL>
 </DL>
@@ -715,8 +725,8 @@ getReverseRelationship</H3>
 <PRE>
 public <A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html" title="class in org.apache.cayenne.map">ObjRelationship</A> <B>getReverseRelationship</B>()</PRE>
 <DL>
-<DD>Returns a "complimentary" ObjRelationship going in the opposite direction. Returns
- null if no such relationship is found.
+<DD>Returns a "complimentary" ObjRelationship going in the opposite
+ direction. Returns null if no such relationship is found.
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/cayenne/map/Relationship.html#getReverseRelationship()">getReverseRelationship</A></CODE> in class <CODE><A HREF="../../../../org/apache/cayenne/map/Relationship.html" title="class in org.apache.cayenne.map">Relationship</A></CODE></DL>
@@ -732,10 +742,11 @@ createReverseRelationship</H3>
 <PRE>
 public <A HREF="../../../../org/apache/cayenne/map/ObjRelationship.html" title="class in org.apache.cayenne.map">ObjRelationship</A> <B>createReverseRelationship</B>()</PRE>
 <DL>
-<DD>Creates a complimentary reverse relationship from target entity to the source
- entity. A new relationship is created regardless of whether one already exists.
- Returned relationship is not attached to the source entity and has no name. Throws
- a <A HREF="../../../../org/apache/cayenne/CayenneRuntimeException.html" title="class in org.apache.cayenne"><CODE>CayenneRuntimeException</CODE></A> if reverse DbRelationship is not mapped.
+<DD>Creates a complimentary reverse relationship from target entity to the
+ source entity. A new relationship is created regardless of whether one
+ already exists. Returned relationship is not attached to the source
+ entity and has no name. Throws a <A HREF="../../../../org/apache/cayenne/CayenneRuntimeException.html" title="class in org.apache.cayenne"><CODE>CayenneRuntimeException</CODE></A> if
+ reverse DbRelationship is not mapped.
 <P>
 <DD><DL>
 </DL>
@@ -785,7 +796,8 @@ removeDbRelationship</H3>
 <PRE>
 public void <B>removeDbRelationship</B>(<A HREF="../../../../org/apache/cayenne/map/DbRelationship.html" title="class in org.apache.cayenne.map">DbRelationship</A>&nbsp;dbRel)</PRE>
 <DL>
-<DD>Removes the relationship <code>dbRel</code> from the list of relationships.
+<DD>Removes the relationship <code>dbRel</code> from the list of
+ relationships.
 <P>
 <DD><DL>
 </DL>
@@ -815,9 +827,10 @@ isOptional</H3>
 <PRE>
 public boolean <B>isOptional</B>()</PRE>
 <DL>
-<DD>Returns a boolean indicating whether the presence of a non-null source key(s) will
- not guarantee a presence of a target record. PK..FK relationships are all optional,
- but there are other more subtle cases, such as PK..PK, etc.
+<DD>Returns a boolean indicating whether the presence of a non-null source
+ key(s) will not guarantee a presence of a target record. PK..FK
+ relationships are all optional, but there are other more subtle cases,
+ such as PK..PK, etc.
 <P>
 <DD><DL>
 </DL>
@@ -835,7 +848,8 @@ isSourceDefiningTargetPrecenseAndType</H
 <PRE>
 public boolean <B>isSourceDefiningTargetPrecenseAndType</B>(<A HREF="../../../../org/apache/cayenne/map/EntityResolver.html" title="class in org.apache.cayenne.map">EntityResolver</A>&nbsp;entityResolver)</PRE>
 <DL>
-<DD>Returns true if the relationship is non-optional and target has no subclasses.
+<DD>Returns true if the relationship is non-optional and target has no
+ subclasses.
 <P>
 <DD><DL>
 </DL>
@@ -853,8 +867,9 @@ isSourceIndependentFromTargetChange</H3>
 <PRE>
 public boolean <B>isSourceIndependentFromTargetChange</B>()</PRE>
 <DL>
-<DD>Returns a boolean indicating whether modifying a target of such relationship in any
- way will not change the underlying table row of the source.
+<DD>Returns a boolean indicating whether modifying a target of such
+ relationship in any way will not change the underlying table row of the
+ source.
 <P>
 <DD><DL>
 </DL>
@@ -888,8 +903,8 @@ isToPK</H3>
 <PRE>
 public boolean <B>isToPK</B>()</PRE>
 <DL>
-<DD>Returns true if the underlying DbRelationships point to a at least one of the
- columns of the target entity.
+<DD>Returns true if the underlying DbRelationships point to a at least one of
+ the columns of the target entity.
 <P>
 <DD><DL>
 </DL>
@@ -907,11 +922,12 @@ isFlattened</H3>
 <PRE>
 public boolean <B>isFlattened</B>()</PRE>
 <DL>
-<DD>Returns true if the relationship is a "flattened" relationship. A relationship is
- considered "flattened" if it maps to more than one DbRelationship. Such chain of
- DbRelationships is also called "relationship path". All flattened relationships are
- at least readable, but only those formed across a many-many join table (with no
- custom attributes other than foreign keys) can be automatically written.
+<DD>Returns true if the relationship is a "flattened" relationship. A
+ relationship is considered "flattened" if it maps to more than one
+ DbRelationship. Such chain of DbRelationships is also called
+ "relationship path". All flattened relationships are at least readable,
+ but only those formed across a many-many join table (with no custom
+ attributes other than foreign keys) can be automatically written.
 <P>
 <DD><DL>
 </DL>
@@ -928,8 +944,8 @@ isReadOnly</H3>
 <PRE>
 public boolean <B>isReadOnly</B>()</PRE>
 <DL>
-<DD>Returns true if the relationship is flattened, but is not of the single case that
- can have automatic write support. Otherwise, it returns false.
+<DD>Returns true if the relationship is flattened, but is not of the single
+ case that can have automatic write support. Otherwise, it returns false.
 <P>
 <DD><DL>
 </DL>
@@ -967,9 +983,9 @@ getDeleteRule</H3>
 <PRE>
 public int <B>getDeleteRule</B>()</PRE>
 <DL>
-<DD>Returns the deleteRule. The delete rule is a constant from the DeleteRule class,
- and specifies what should happen to the destination object when the source object
- is deleted.
+<DD>Returns the deleteRule. The delete rule is a constant from the DeleteRule
+ class, and specifies what should happen to the destination object when
+ the source object is deleted.
 <P>
 <DD><DL>
 </DL>
@@ -992,8 +1008,8 @@ public void <B>setDeleteRule</B>(int&nbs
 </DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>value</CODE> - New delete rule. Must be one of the constants defined in DeleteRule
-            class.
+<DT><B>Parameters:</B><DD><CODE>value</CODE> - New delete rule. Must be one of the constants defined in
+            DeleteRule class.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if the value is not a valid delete rule.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/cayenne/map/DeleteRule.html" title="class in org.apache.cayenne.map"><CODE>DeleteRule</CODE></A></DL>
 </DD>
@@ -1096,8 +1112,8 @@ recalculateToManyValue</H3>
 <PRE>
 public void <B>recalculateToManyValue</B>()</PRE>
 <DL>
-<DD>Recalculates whether a relationship is toMany or toOne, based on the underlying db
- relationships.
+<DD>Recalculates whether a relationship is toMany or toOne, based on the
+ underlying db relationships.
 <P>
 <DD><DL>
 </DL>
@@ -1113,7 +1129,8 @@ recalculateReadOnlyValue</H3>
 <PRE>
 public void <B>recalculateReadOnlyValue</B>()</PRE>
 <DL>
-<DD>Recalculates a new readonly value based on the underlying DbRelationships.
+<DD>Recalculates a new readonly value based on the underlying
+ DbRelationships.
 <P>
 <DD><DL>
 </DL>
@@ -1165,9 +1182,10 @@ getCollectionType</H3>
 <PRE>
 public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getCollectionType</B>()</PRE>
 <DL>
-<DD>Returns the interface of collection mapped by a to-many relationship. Returns null
- for to-one relationships. Default for to-many is "java.util.List". Other possible
- values are "java.util.Set", "java.util.Collection", "java.util.Map".
+<DD>Returns the interface of collection mapped by a to-many relationship.
+ Returns null for to-one relationships. Default for to-many is
+ "java.util.List". Other possible values are "java.util.Set",
+ "java.util.Collection", "java.util.Map".
 <P>
 <DD><DL>
 </DL>
@@ -1201,16 +1219,17 @@ getMapKey</H3>
 <PRE>
 public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getMapKey</B>()</PRE>
 <DL>
-<DD>Returns a property name of a target entity used to create a relationship map. Only
- has effect if collectionType property is set to "java.util.Map".
+<DD>Returns a property name of a target entity used to create a relationship
+ map. Only has effect if collectionType property is set to
+ "java.util.Map".
 <P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
 
-<DT><B>Returns:</B><DD>The attribute name used for the map key or <code>null</code> if the default
-         (PK) is used as the map key.<DT><B>Since:</B></DT>
+<DT><B>Returns:</B><DD>The attribute name used for the map key or <code>null</code> if
+         the default (PK) is used as the map key.<DT><B>Since:</B></DT>
   <DD>3.0</DD>
 </DL>
 </DD>
@@ -1309,6 +1328,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/PathComponent.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/PathComponent.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/PathComponent.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:40 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:25 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-PathComponent (Cayenne Documentation 3.1B1 API)
+PathComponent (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ PathComponent (Cayenne Documentation 3.1
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PathComponent (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="PathComponent (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -333,6 +333,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/Procedure.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/Procedure.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/Procedure.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:40 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:25 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Procedure (Cayenne Documentation 3.1B1 API)
+Procedure (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Procedure (Cayenne Documentation 3.1B1 A
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Procedure (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Procedure (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -918,6 +918,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/ProcedureParameter.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/ProcedureParameter.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/ProcedureParameter.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:40 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:25 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-ProcedureParameter (Cayenne Documentation 3.1B1 API)
+ProcedureParameter (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ ProcedureParameter (Cayenne Documentatio
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ProcedureParameter (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="ProcedureParameter (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -882,6 +882,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/Relationship.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/Relationship.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/Relationship.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:40 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:25 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Relationship (Cayenne Documentation 3.1B1 API)
+Relationship (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Relationship (Cayenne Documentation 3.1B
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Relationship (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Relationship (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -779,6 +779,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/SQLResult.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/SQLResult.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/SQLResult.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:40 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:25 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-SQLResult (Cayenne Documentation 3.1B1 API)
+SQLResult (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ SQLResult (Cayenne Documentation 3.1B1 A
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SQLResult (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="SQLResult (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -431,6 +431,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/AshwoodEntitySorter.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/AshwoodEntitySorter.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/AshwoodEntitySorter.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.AshwoodEntitySorter (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.AshwoodEntitySorter (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Ash
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.AshwoodEntitySorter (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.AshwoodEntitySorter (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.cayenne.map.Ashwo
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/Attribute.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/Attribute.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/Attribute.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.Attribute (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.Attribute (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Att
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.Attribute (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.Attribute (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -432,6 +432,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/CallbackDescriptor.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/CallbackDescriptor.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/CallbackDescriptor.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.CallbackDescriptor (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.CallbackDescriptor (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Cal
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.CallbackDescriptor (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.CallbackDescriptor (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -265,6 +265,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/CallbackMap.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/CallbackMap.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/CallbackMap.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.CallbackMap (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.CallbackMap (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Cal
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.CallbackMap (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.CallbackMap (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -209,6 +209,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DataMap.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DataMap.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DataMap.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.DataMap (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.DataMap (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Dat
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.DataMap (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.DataMap (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -1339,6 +1339,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbAttribute.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbAttribute.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbAttribute.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.DbAttribute (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.DbAttribute (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.DbA
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.DbAttribute (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.DbAttribute (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -2494,6 +2494,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbEntity.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbEntity.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbEntity.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.DbEntity (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.DbEntity (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.DbE
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.DbEntity (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.DbEntity (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -2876,6 +2876,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbJoin.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbJoin.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbJoin.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.DbJoin (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.DbJoin (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.DbJ
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.DbJoin (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.DbJoin (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -249,6 +249,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbKeyGenerator.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbKeyGenerator.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbKeyGenerator.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.DbKeyGenerator (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.DbKeyGenerator (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.DbK
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.DbKeyGenerator (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.DbKeyGenerator (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -209,6 +209,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbRelationship.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbRelationship.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbRelationship.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.DbRelationship (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.DbRelationship (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.DbR
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.DbRelationship (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.DbRelationship (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -787,7 +787,8 @@ Uses of <A HREF="../../../../../org/apac
 <TD><CODE><B>ObjRelationship.</B><B><A HREF="../../../../../org/apache/cayenne/map/ObjRelationship.html#removeDbRelationship(org.apache.cayenne.map.DbRelationship)">removeDbRelationship</A></B>(<A HREF="../../../../../org/apache/cayenne/map/DbRelationship.html" title="class in org.apache.cayenne.map">DbRelationship</A>&nbsp;dbRel)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the relationship <code>dbRel</code> from the list of relationships.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the relationship <code>dbRel</code> from the list of
+ relationships.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -1089,6 +1090,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbRelationshipDetected.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbRelationshipDetected.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DbRelationshipDetected.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.DbRelationshipDetected (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.DbRelationshipDetected (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.DbR
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.DbRelationshipDetected (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.DbRelationshipDetected (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.cayenne.map.DbRel
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DeleteRule.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DeleteRule.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DeleteRule.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.DeleteRule (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.DeleteRule (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Del
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.DeleteRule (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.DeleteRule (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.cayenne.map.Delet
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DetectedDbEntity.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DetectedDbEntity.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/DetectedDbEntity.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.DetectedDbEntity (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.DetectedDbEntity (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Det
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.DetectedDbEntity (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.DetectedDbEntity (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.cayenne.map.Detec
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EjbqlBuilder.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EjbqlBuilder.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EjbqlBuilder.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.EjbqlBuilder (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.EjbqlBuilder (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Ejb
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.EjbqlBuilder (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.EjbqlBuilder (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.cayenne.map.Ejbql
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/Embeddable.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/Embeddable.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/Embeddable.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.Embeddable (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.Embeddable (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Emb
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.Embeddable (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.Embeddable (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -513,6 +513,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EmbeddableAttribute.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EmbeddableAttribute.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EmbeddableAttribute.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.EmbeddableAttribute (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.EmbeddableAttribute (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Emb
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.EmbeddableAttribute (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.EmbeddableAttribute (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -366,6 +366,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EmbeddedAttribute.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EmbeddedAttribute.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EmbeddedAttribute.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.EmbeddedAttribute (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.EmbeddedAttribute (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Emb
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.EmbeddedAttribute (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.EmbeddedAttribute (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -186,6 +186,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/Entity.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/Entity.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/Entity.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.Entity (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.Entity (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Ent
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.Entity (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.Entity (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -509,6 +509,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityInheritanceTree.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityInheritanceTree.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityInheritanceTree.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.EntityInheritanceTree (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.EntityInheritanceTree (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Ent
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.EntityInheritanceTree (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.EntityInheritanceTree (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -346,6 +346,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityListener.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityListener.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityListener.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.EntityListener (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.EntityListener (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Ent
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.EntityListener (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.EntityListener (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -258,6 +258,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityListenerFactory.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityListenerFactory.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityListenerFactory.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.apache.cayenne.map.EntityListenerFactory (Cayenne Documentation 3.1B1 API)
+Uses of Interface org.apache.cayenne.map.EntityListenerFactory (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Interface org.apache.cayenne.map
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.cayenne.map.EntityListenerFactory (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Interface org.apache.cayenne.map.EntityListenerFactory (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -194,6 +194,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityResolver.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityResolver.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityResolver.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.EntityResolver (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.EntityResolver (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Ent
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.EntityResolver (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.EntityResolver (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -821,7 +821,8 @@ Uses of <A HREF="../../../../../org/apac
 <TD><CODE><B>ObjRelationship.</B><B><A HREF="../../../../../org/apache/cayenne/map/ObjRelationship.html#isSourceDefiningTargetPrecenseAndType(org.apache.cayenne.map.EntityResolver)">isSourceDefiningTargetPrecenseAndType</A></B>(<A HREF="../../../../../org/apache/cayenne/map/EntityResolver.html" title="class in org.apache.cayenne.map">EntityResolver</A>&nbsp;entityResolver)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the relationship is non-optional and target has no subclasses.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the relationship is non-optional and target has no
+ subclasses.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -1393,6 +1394,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityResult.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityResult.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntityResult.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.EntityResult (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.EntityResult (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Ent
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.EntityResult (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.EntityResult (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -177,6 +177,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntitySorter.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntitySorter.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/EntitySorter.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.apache.cayenne.map.EntitySorter (Cayenne Documentation 3.1B1 API)
+Uses of Interface org.apache.cayenne.map.EntitySorter (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Interface org.apache.cayenne.map
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.cayenne.map.EntitySorter (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Interface org.apache.cayenne.map.EntitySorter (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -237,6 +237,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/JoinType.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/JoinType.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/JoinType.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.JoinType (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.JoinType (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Joi
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.JoinType (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.JoinType (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -281,6 +281,6 @@ the order they are declared.</TD>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/LifecycleEvent.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/LifecycleEvent.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/LifecycleEvent.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.LifecycleEvent (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.LifecycleEvent (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Lif
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.LifecycleEvent (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.LifecycleEvent (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -321,6 +321,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/MapLoader.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/MapLoader.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/MapLoader.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.MapLoader (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.MapLoader (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Map
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.MapLoader (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.MapLoader (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -140,6 +140,6 @@ No usage of org.apache.cayenne.map.MapLo
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/MappingNamespace.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/MappingNamespace.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/MappingNamespace.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Interface org.apache.cayenne.map.MappingNamespace (Cayenne Documentation 3.1B1 API)
+Uses of Interface org.apache.cayenne.map.MappingNamespace (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Interface org.apache.cayenne.map
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.cayenne.map.MappingNamespace (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Interface org.apache.cayenne.map.MappingNamespace (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -234,6 +234,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/ObjAttribute.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/ObjAttribute.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/ObjAttribute.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.ObjAttribute (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.ObjAttribute (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Obj
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.ObjAttribute (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.ObjAttribute (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -708,6 +708,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>

Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/ObjEntity.html
==============================================================================
--- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/ObjEntity.html (original)
+++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/map/class-use/ObjEntity.html Mon Feb 18 14:07:03 2013
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_31) on Mon May 28 16:26:44 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_37) on Mon Feb 18 13:24:26 WET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.apache.cayenne.map.ObjEntity (Cayenne Documentation 3.1B1 API)
+Uses of Class org.apache.cayenne.map.ObjEntity (Cayenne Documentation 3.1B2 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-28">
+<META NAME="date" CONTENT="2013-02-18">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.map.Obj
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.cayenne.map.ObjEntity (Cayenne Documentation 3.1B1 API)";
+        parent.document.title="Uses of Class org.apache.cayenne.map.ObjEntity (Cayenne Documentation 3.1B2 API)";
     }
 }
 </SCRIPT>
@@ -1050,6 +1050,6 @@ Uses of <A HREF="../../../../../org/apac
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &#169; 2001-2012 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
+Copyright &#169; 2001-2013 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All Rights Reserved.
 </BODY>
 </HTML>