Return-Path: X-Original-To: apmail-cayenne-commits-archive@www.apache.org Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78E9210ADB for ; Sun, 16 Feb 2014 06:16:33 +0000 (UTC) Received: (qmail 49962 invoked by uid 500); 16 Feb 2014 06:16:33 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 49945 invoked by uid 500); 16 Feb 2014 06:16:32 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 49868 invoked by uid 99); 16 Feb 2014 06:16:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2014 06:16:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2014 06:16:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 95E9A2388A74; Sun, 16 Feb 2014 06:15:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1568727 [7/10] - in /cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect: ./ class-use/ generic/ generic/class-use/ valueholder/ valueholder/class-use/ Date: Sun, 16 Feb 2014 06:15:35 -0000 To: commits@cayenne.apache.org From: aadamchik@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140216061539.95E9A2388A74@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/SingletonFaultFactory.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/SingletonFaultFactory.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/SingletonFaultFactory.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/SingletonFaultFactory.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -SingletonFaultFactory (Cayenne Documentation 3.1B2 API) +SingletonFaultFactory (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ SingletonFaultFactory (Cayenne Documenta function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SingletonFaultFactory (Cayenne Documentation 3.1B2 API)"; + parent.document.title="SingletonFaultFactory (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.reflect
Class SingletonFaultFactory
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.reflect.SingletonFaultFactory
 
@@ -101,7 +101,7 @@ Class SingletonFaultFactory

-
public class SingletonFaultFactory
extends Object
implements FaultFactory
+
public class SingletonFaultFactory
extends Object
implements FaultFactory

@@ -130,7 +130,7 @@ Class SingletonFaultFactory -protected  Map<Accessor,Fault> +protected  Map<Accessor,Fault> mapFaults
@@ -222,10 +222,10 @@ Class SingletonFaultFactory   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -274,7 +274,7 @@ protected

mapFaults

-protected Map<Accessor,Fault> mapFaults
+protected Map<Accessor,Fault> mapFaults
@@ -436,6 +436,6 @@ DETAIL: FIE
-Copyright © 2001-2013
Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToManyMapProperty.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToManyMapProperty.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToManyMapProperty.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToManyMapProperty.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -ToManyMapProperty (Cayenne Documentation 3.1B2 API) +ToManyMapProperty (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ToManyMapProperty (Cayenne Documentation function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ToManyMapProperty (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ToManyMapProperty (Cayenne Documentation 3.1RC1 API)"; } } @@ -123,8 +123,8 @@ A property representing a map of objects - Object -getMapKey(Object target) + Object +getMapKey(Object target)
          Extracts the map key of the target object. @@ -173,7 +173,7 @@ A property representing a map of objects

getMapKey

-Object getMapKey(Object target)
+Object getMapKey(Object target)
                  throws PropertyException
Extracts the map key of the target object. @@ -248,6 +248,6 @@ DETAIL: FIELD | CONSTR&nb
-Copyright © 2001-2013 Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToManyProperty.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToManyProperty.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToManyProperty.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToManyProperty.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -ToManyProperty (Cayenne Documentation 3.1B2 API) +ToManyProperty (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ToManyProperty (Cayenne Documentation 3. function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ToManyProperty (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ToManyProperty (Cayenne Documentation 3.1RC1 API)"; } } @@ -130,8 +130,8 @@ A property representing a collection of  void -addTarget(Object source, - Object target, +addTarget(Object source, + Object target, boolean setReverse)
@@ -140,8 +140,8 @@ A property representing a collection of  void -addTargetDirectly(Object source, - Object target) +addTargetDirectly(Object source, + Object target)
          Adds value to collection, without triggering changing events @@ -150,8 +150,8 @@ A property representing a collection of  void -removeTarget(Object source, - Object target, +removeTarget(Object source, + Object target, boolean setReverse)
@@ -160,8 +160,8 @@ A property representing a collection of  void -removeTargetDirectly(Object source, - Object target) +removeTargetDirectly(Object source, + Object target)
          Removes value from collection, without triggering changing events @@ -202,8 +202,8 @@ A property representing a collection of

addTarget

-void addTarget(Object source,
-               Object target,
+void addTarget(Object source,
+               Object target,
                boolean setReverse)
                throws PropertyException
@@ -221,8 +221,8 @@ void addTarget(

removeTarget

-void removeTarget(Object source,
-                  Object target,
+void removeTarget(Object source,
+                  Object target,
                   boolean setReverse)
                   throws PropertyException
@@ -240,8 +240,8 @@ void removeTarget(

addTargetDirectly

-void addTargetDirectly(Object source,
-                       Object target)
+void addTargetDirectly(Object source,
+                       Object target)
                        throws PropertyException
Adds value to collection, without triggering changing events @@ -263,8 +263,8 @@ void addTargetDirectly(

removeTargetDirectly

-void removeTargetDirectly(Object source,
-                          Object target)
+void removeTargetDirectly(Object source,
+                          Object target)
                           throws PropertyException
Removes value from collection, without triggering changing events @@ -342,6 +342,6 @@ DETAIL: FIELD | CONSTR&nb
-Copyright © 2001-2013 Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToOneProperty.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToOneProperty.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToOneProperty.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/ToOneProperty.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -ToOneProperty (Cayenne Documentation 3.1B2 API) +ToOneProperty (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ToOneProperty (Cayenne Documentation 3.1 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ToOneProperty (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ToOneProperty (Cayenne Documentation 3.1RC1 API)"; } } @@ -127,8 +127,8 @@ An ArcProperty that points to a single g  void -setTarget(Object source, - Object target, +setTarget(Object source, + Object target, boolean setReverse)
@@ -169,8 +169,8 @@ An ArcProperty that points to a single g

setTarget

-void setTarget(Object source,
-               Object target,
+void setTarget(Object source,
+               Object target,
                boolean setReverse)
@@ -241,6 +241,6 @@ DETAIL: FIELD | CONSTR&nb
-Copyright © 2001-2013 Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/UnresolvablePathException.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/UnresolvablePathException.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/UnresolvablePathException.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/UnresolvablePathException.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -UnresolvablePathException (Cayenne Documentation 3.1B2 API) +UnresolvablePathException (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ UnresolvablePathException (Cayenne Docum function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UnresolvablePathException (Cayenne Documentation 3.1B2 API)"; + parent.document.title="UnresolvablePathException (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,15 +93,15 @@ org.apache.cayenne.reflect
Class UnresolvablePathException
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.lang.RuntimeException
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
               extended by org.apache.cayenne.CayenneRuntimeException
                   extended by org.apache.cayenne.reflect.UnresolvablePathException
 
-
All Implemented Interfaces:
Serializable
+
All Implemented Interfaces:
Serializable

@@ -135,22 +135,22 @@ A runtime exception thrown when Pr             -UnresolvablePathException(String messageFormat, - Object... messageArgs) +UnresolvablePathException(String messageFormat, + Object... messageArgs)
            -UnresolvablePathException(String messageFormat, - Throwable cause, - Object... messageArgs) +UnresolvablePathException(String messageFormat, + Throwable cause, + Object... messageArgs)
            -UnresolvablePathException(Throwable cause) +UnresolvablePathException(Throwable cause)
            @@ -178,19 +178,19 @@ A runtime exception thrown when Pr   - + - +
Methods inherited from class java.lang.ThrowableMethods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
  - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -217,8 +217,8 @@ public UnresolvablePathException(

UnresolvablePathException

-public UnresolvablePathException(String messageFormat,
-                                 Object... messageArgs)
+public UnresolvablePathException(String messageFormat, + Object... messageArgs)

@@ -226,9 +226,9 @@ public UnresolvablePathException(

UnresolvablePathException

-public UnresolvablePathException(String messageFormat,
-                                 Throwable cause,
-                                 Object... messageArgs)
+public UnresolvablePathException(String messageFormat, + Throwable cause, + Object... messageArgs)

@@ -236,7 +236,7 @@ public UnresolvablePathException(

UnresolvablePathException

-public UnresolvablePathException(Throwable cause)
+public UnresolvablePathException(Throwable cause)
@@ -300,6 +300,6 @@ DETAIL: FIELD | Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/Accessor.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/Accessor.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/Accessor.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/Accessor.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -Uses of Interface org.apache.cayenne.reflect.Accessor (Cayenne Documentation 3.1B2 API) +Uses of Interface org.apache.cayenne.reflect.Accessor (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Interface org.apache.cayenne.ref function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.cayenne.reflect.Accessor (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Interface org.apache.cayenne.reflect.Accessor (Cayenne Documentation 3.1RC1 API)"; } } @@ -285,7 +285,7 @@ Uses of -protected  Map<Accessor,Fault> +protected  Map<Accessor,Fault> SingletonFaultFactory.mapFaults
@@ -302,8 +302,8 @@ Uses of static Accessor -PropertyUtils.createAccessor(Class<?> objectClass, - String nestedPropertyName) +PropertyUtils.createAccessor(Class<?> objectClass, + String nestedPropertyName)
          Compiles an accessor that can be used for fast access for the nested property of @@ -313,8 +313,8 @@ Uses of protected  Accessor PersistentDescriptorFactory.createAccessor(PersistentDescriptor descriptor, - String propertyName, - Class<?> propertyType) + String propertyName, + Class<?> propertyType)

          Creates an accessor for the property. @@ -323,8 +323,8 @@ Uses of protected  Accessor PersistentDescriptorFactory.createEmbeddableAccessor(EmbeddableDescriptor descriptor, - String propertyName, - Class<?> propertyType) + String propertyName, + Class<?> propertyType)

          Creates an accessor for the property of the embeddable class. @@ -390,7 +390,7 @@ Uses of BaseArcProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, Accessor accessor, - String reverseName) + String reverseName)
            @@ -406,7 +406,7 @@ Uses of BaseToManyProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, Accessor accessor, - String reverseName) + String reverseName)
            @@ -415,7 +415,7 @@ Uses of BaseToOneProperty(ClassDescriptor owner, ClassDescriptor targetDescriptor, Accessor accessor, - String reverseName) + String reverseName)
            @@ -429,20 +429,20 @@ Uses of -PropertyException(String messageFormat, +PropertyException(String messageFormat, Accessor accessor, - Object source, - Object... messageArgs) + Object source, + Object... messageArgs)
            -PropertyException(String messageFormat, +PropertyException(String messageFormat, Accessor accessor, - Object source, - Throwable cause, - Object... messageArgs) + Object source, + Throwable cause, + Object... messageArgs)
            @@ -476,8 +476,8 @@ Uses of protected  Accessor DataObjectDescriptorFactory.createAccessor(PersistentDescriptor descriptor, - String propertyName, - Class<?> propertyType) + String propertyName, + Class<?> propertyType)
            @@ -517,7 +517,7 @@ Uses of PersistentObjectMap(Persistent relationshipOwner, - String relationshipName, + String relationshipName, Accessor mapKeyAccessor)
@@ -581,6 +581,6 @@ Uses of Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/ArcProperty.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/ArcProperty.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/ArcProperty.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/ArcProperty.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -Uses of Interface org.apache.cayenne.reflect.ArcProperty (Cayenne Documentation 3.1B2 API) +Uses of Interface org.apache.cayenne.reflect.ArcProperty (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Interface org.apache.cayenne.ref function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.cayenne.reflect.ArcProperty (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Interface org.apache.cayenne.reflect.ArcProperty (Cayenne Documentation 3.1RC1 API)"; } } @@ -211,7 +211,7 @@ Uses of -protected  Collection<ArcProperty> +protected  Collection<ArcProperty> PersistentDescriptor.mapArcProperties
@@ -251,7 +251,7 @@ Uses of - Collection<ArcProperty> + Collection<ArcProperty> ClassDescriptor.getMapArcProperties()
@@ -259,7 +259,7 @@ Uses of - Collection<ArcProperty> + Collection<ArcProperty> LazyClassDescriptorDecorator.getMapArcProperties()
@@ -267,7 +267,7 @@ Uses of - Collection<ArcProperty> + Collection<ArcProperty> PersistentDescriptor.getMapArcProperties()
@@ -295,8 +295,8 @@ Uses of handleArcPropertyChange(Persistent object, ArcProperty property, - Object oldValue, - Object newValue) + Object oldValue, + Object newValue)
            @@ -358,6 +358,6 @@ Uses of Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/AttributeProperty.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/AttributeProperty.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/AttributeProperty.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/AttributeProperty.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -Uses of Interface org.apache.cayenne.reflect.AttributeProperty (Cayenne Documentation 3.1B2 API) +Uses of Interface org.apache.cayenne.reflect.AttributeProperty (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Interface org.apache.cayenne.ref function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.cayenne.reflect.AttributeProperty (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Interface org.apache.cayenne.reflect.AttributeProperty (Cayenne Documentation 3.1RC1 API)"; } } @@ -129,7 +129,7 @@ Uses of -protected  Collection<AttributeProperty> +protected  Collection<AttributeProperty> PersistentDescriptor.idProperties
@@ -145,7 +145,7 @@ Uses of - Collection<AttributeProperty> + Collection<AttributeProperty> ClassDescriptor.getIdProperties()
@@ -153,7 +153,7 @@ Uses of - Collection<AttributeProperty> + Collection<AttributeProperty> LazyClassDescriptorDecorator.getIdProperties()
@@ -161,7 +161,7 @@ Uses of - Collection<AttributeProperty> + Collection<AttributeProperty> PersistentDescriptor.getIdProperties()
@@ -240,6 +240,6 @@ Uses of Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseArcProperty.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseArcProperty.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseArcProperty.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseArcProperty.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.cayenne.reflect.BaseArcProperty (Cayenne Documentation 3.1B2 API) +Uses of Class org.apache.cayenne.reflect.BaseArcProperty (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.reflect function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.cayenne.reflect.BaseArcProperty (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Class org.apache.cayenne.reflect.BaseArcProperty (Cayenne Documentation 3.1RC1 API)"; } } @@ -184,6 +184,6 @@ Uses of Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseProperty.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseProperty.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseProperty.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseProperty.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.cayenne.reflect.BaseProperty (Cayenne Documentation 3.1B2 API) +Uses of Class org.apache.cayenne.reflect.BaseProperty (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.reflect function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.cayenne.reflect.BaseProperty (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Class org.apache.cayenne.reflect.BaseProperty (Cayenne Documentation 3.1RC1 API)"; } } @@ -200,6 +200,6 @@ Uses of Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseToManyProperty.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseToManyProperty.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseToManyProperty.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseToManyProperty.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.cayenne.reflect.BaseToManyProperty (Cayenne Documentation 3.1B2 API) +Uses of Class org.apache.cayenne.reflect.BaseToManyProperty (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.reflect function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.cayenne.reflect.BaseToManyProperty (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Class org.apache.cayenne.reflect.BaseToManyProperty (Cayenne Documentation 3.1RC1 API)"; } } @@ -140,6 +140,6 @@ No usage of org.apache.cayenne.reflect.B
-Copyright © 2001-2013 Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseToOneProperty.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseToOneProperty.html?rev=1568727&r1=1568726&r2=1568727&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseToOneProperty.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/reflect/class-use/BaseToOneProperty.html Sun Feb 16 06:15:34 2014 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.cayenne.reflect.BaseToOneProperty (Cayenne Documentation 3.1B2 API) +Uses of Class org.apache.cayenne.reflect.BaseToOneProperty (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.reflect function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.cayenne.reflect.BaseToOneProperty (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Class org.apache.cayenne.reflect.BaseToOneProperty (Cayenne Documentation 3.1RC1 API)"; } } @@ -140,6 +140,6 @@ No usage of org.apache.cayenne.reflect.B
-Copyright © 2001-2013 Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved.