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 86ACC10A50 for ; Sun, 16 Feb 2014 05:49:11 +0000 (UTC) Received: (qmail 40245 invoked by uid 500); 16 Feb 2014 05:49:11 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 40170 invoked by uid 500); 16 Feb 2014 05:49:09 -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 40105 invoked by uid 99); 16 Feb 2014 05:49:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2014 05:49:07 +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 05:48:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E95182388CAE; Sun, 16 Feb 2014 05:47:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1568724 [31/36] - in /cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access: ./ class-use/ dbsync/ dbsync/class-use/ event/ event/class-use/ jdbc/ jdbc/class-use/ trans/ trans/class-use/ types/ types/class-use/ util/ util/c... Date: Sun, 16 Feb 2014 05:46:46 -0000 To: commits@cayenne.apache.org From: aadamchik@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140216054700.E95182388CAE@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/access/types/LongType.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/LongType.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/LongType.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/LongType.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -LongType (Cayenne Documentation 3.1B2 API) +LongType (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ LongType (Cayenne Documentation 3.1B2 AP function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LongType (Cayenne Documentation 3.1B2 API)"; + parent.document.title="LongType (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.access.types
Class LongType
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.access.types.LongType
 
@@ -101,7 +101,7 @@ Class LongType

-
public class LongType
extends Object
implements ExtendedType
+
public class LongType
extends Object
implements ExtendedType

@@ -139,7 +139,7 @@ Class LongType - String + String getClassName()
@@ -147,8 +147,8 @@ Class LongType - Object -materializeObject(CallableStatement rs, + Object +materializeObject(CallableStatement rs, int index, int type) @@ -158,8 +158,8 @@ Class LongType - Object -materializeObject(ResultSet rs, + Object +materializeObject(ResultSet rs, int index, int type) @@ -170,8 +170,8 @@ Class LongType  void -setJdbcObject(PreparedStatement statement, - Object value, +setJdbcObject(PreparedStatement statement, + Object value, int pos, int type, int scale) @@ -183,10 +183,10 @@ Class LongType   - + - +
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
  @@ -222,7 +222,7 @@ public LongType()

getClassName

-public String getClassName()
+public String getClassName()
Description copied from interface: ExtendedType
Returns a full name of Java class that this ExtendedType supports. @@ -239,10 +239,10 @@ public

materializeObject

-public Object materializeObject(ResultSet rs,
+public Object materializeObject(ResultSet rs,
                                 int index,
                                 int type)
-                         throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Reads an object from JDBC ResultSet column, converting it to class returned by @@ -254,7 +254,7 @@ public Exception - if read error occurred, or an object can't be converted to a +
Exception - if read error occurred, or an object can't be converted to a target Java class.
@@ -263,10 +263,10 @@ public

materializeObject

-public Object materializeObject(CallableStatement rs,
+public Object materializeObject(CallableStatement rs,
                                 int index,
                                 int type)
-                         throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Reads an object from a stored procedure OUT parameter, converting it to class @@ -278,7 +278,7 @@ public Exception - if read error ocurred, or an object can't be converted to a +
Exception - if read error ocurred, or an object can't be converted to a target Java class.
@@ -287,12 +287,12 @@ public

setJdbcObject

-public void setJdbcObject(PreparedStatement statement,
-                          Object value,
+public void setJdbcObject(PreparedStatement statement,
+                          Object value,
                           int pos,
                           int type,
                           int scale)
-                   throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Initializes a single parameter of a PreparedStatement with object value. @@ -303,7 +303,7 @@ public void setJdbcObject(
Throws: -
Exception
+
Exception
@@ -367,6 +367,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/access/types/ObjectType.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/ObjectType.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/ObjectType.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/ObjectType.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -ObjectType (Cayenne Documentation 3.1B2 API) +ObjectType (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ObjectType (Cayenne Documentation 3.1B2 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ObjectType (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ObjectType (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.access.types
Class ObjectType
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.access.types.ObjectType
 
@@ -101,7 +101,7 @@ Class ObjectType

-
public class ObjectType
extends Object
implements ExtendedType
+
public class ObjectType
extends Object
implements ExtendedType

@@ -143,7 +143,7 @@ This is a default ExtendedType that reli - String + String getClassName()
@@ -151,8 +151,8 @@ This is a default ExtendedType that reli - Object -materializeObject(CallableStatement rs, + Object +materializeObject(CallableStatement rs, int index, int type) @@ -162,8 +162,8 @@ This is a default ExtendedType that reli - Object -materializeObject(ResultSet rs, + Object +materializeObject(ResultSet rs, int index, int type) @@ -174,8 +174,8 @@ This is a default ExtendedType that reli  void -setJdbcObject(PreparedStatement statement, - Object value, +setJdbcObject(PreparedStatement statement, + Object value, int pos, int type, int scale) @@ -187,10 +187,10 @@ This is a default ExtendedType that reli   - + - +
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
  @@ -226,7 +226,7 @@ public ObjectType()

getClassName

-public String getClassName()
+public String getClassName()
Description copied from interface: ExtendedType
Returns a full name of Java class that this ExtendedType supports. @@ -243,10 +243,10 @@ public

materializeObject

-public Object materializeObject(CallableStatement rs,
+public Object materializeObject(CallableStatement rs,
                                 int index,
                                 int type)
-                         throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Reads an object from a stored procedure OUT parameter, converting it to class @@ -258,7 +258,7 @@ public Exception - if read error ocurred, or an object can't be converted to a +
Exception - if read error ocurred, or an object can't be converted to a target Java class.
@@ -267,10 +267,10 @@ public

materializeObject

-public Object materializeObject(ResultSet rs,
+public Object materializeObject(ResultSet rs,
                                 int index,
                                 int type)
-                         throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Reads an object from JDBC ResultSet column, converting it to class returned by @@ -282,7 +282,7 @@ public Exception - if read error occurred, or an object can't be converted to a +
Exception - if read error occurred, or an object can't be converted to a target Java class.
@@ -291,12 +291,12 @@ public

setJdbcObject

-public void setJdbcObject(PreparedStatement statement,
-                          Object value,
+public void setJdbcObject(PreparedStatement statement,
+                          Object value,
                           int pos,
                           int type,
                           int scale)
-                   throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Initializes a single parameter of a PreparedStatement with object value. @@ -307,7 +307,7 @@ public void setJdbcObject(
Throws: -
Exception
+
Exception
@@ -371,6 +371,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/access/types/ShortType.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/ShortType.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/ShortType.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/ShortType.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -ShortType (Cayenne Documentation 3.1B2 API) +ShortType (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ShortType (Cayenne Documentation 3.1B2 A function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ShortType (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ShortType (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.access.types
Class ShortType
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.access.types.ShortType
 
@@ -101,7 +101,7 @@ Class ShortType

-
public class ShortType
extends Object
implements ExtendedType
+
public class ShortType
extends Object
implements ExtendedType

@@ -163,7 +163,7 @@ Handles java.lang.Short typ - String + String getClassName()
@@ -171,8 +171,8 @@ Handles java.lang.Short typ - Object -materializeObject(CallableStatement st, + Object +materializeObject(CallableStatement st, int index, int type) @@ -182,8 +182,8 @@ Handles java.lang.Short typ - Object -materializeObject(ResultSet rs, + Object +materializeObject(ResultSet rs, int index, int type) @@ -194,8 +194,8 @@ Handles java.lang.Short typ  void -setJdbcObject(PreparedStatement statement, - Object value, +setJdbcObject(PreparedStatement statement, + Object value, int pos, int type, int precision) @@ -207,10 +207,10 @@ Handles java.lang.Short typ   - + - +
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
  @@ -265,7 +265,7 @@ public ShortType(boolean wid

getClassName

-public String getClassName()
+public String getClassName()
Description copied from interface: ExtendedType
Returns a full name of Java class that this ExtendedType supports. @@ -282,10 +282,10 @@ public

materializeObject

-public Object materializeObject(ResultSet rs,
+public Object materializeObject(ResultSet rs,
                                 int index,
                                 int type)
-                         throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Reads an object from JDBC ResultSet column, converting it to class returned by @@ -297,7 +297,7 @@ public Exception - if read error occurred, or an object can't be converted to a +
Exception - if read error occurred, or an object can't be converted to a target Java class.
@@ -306,10 +306,10 @@ public

materializeObject

-public Object materializeObject(CallableStatement st,
+public Object materializeObject(CallableStatement st,
                                 int index,
                                 int type)
-                         throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Reads an object from a stored procedure OUT parameter, converting it to class @@ -321,7 +321,7 @@ public Exception - if read error ocurred, or an object can't be converted to a +
Exception - if read error ocurred, or an object can't be converted to a target Java class.
@@ -330,12 +330,12 @@ public

setJdbcObject

-public void setJdbcObject(PreparedStatement statement,
-                          Object value,
+public void setJdbcObject(PreparedStatement statement,
+                          Object value,
                           int pos,
                           int type,
                           int precision)
-                   throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Initializes a single parameter of a PreparedStatement with object value. @@ -346,7 +346,7 @@ public void setJdbcObject(
Throws: -
Exception
+
Exception
@@ -410,6 +410,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/access/types/TimeType.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/TimeType.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/TimeType.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/types/TimeType.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -TimeType (Cayenne Documentation 3.1B2 API) +TimeType (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ TimeType (Cayenne Documentation 3.1B2 AP function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="TimeType (Cayenne Documentation 3.1B2 API)"; + parent.document.title="TimeType (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.access.types
Class TimeType
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.access.types.TimeType
 
@@ -101,7 +101,7 @@ Class TimeType

-
public class TimeType
extends Object
implements ExtendedType
+
public class TimeType
extends Object
implements ExtendedType

@@ -139,7 +139,7 @@ Class TimeType - String + String getClassName()
@@ -147,8 +147,8 @@ Class TimeType - Object -materializeObject(CallableStatement rs, + Object +materializeObject(CallableStatement rs, int index, int type) @@ -158,8 +158,8 @@ Class TimeType - Object -materializeObject(ResultSet rs, + Object +materializeObject(ResultSet rs, int index, int type) @@ -170,8 +170,8 @@ Class TimeType  void -setJdbcObject(PreparedStatement statement, - Object value, +setJdbcObject(PreparedStatement statement, + Object value, int pos, int type, int scale) @@ -183,10 +183,10 @@ Class TimeType   - + - +
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
  @@ -222,7 +222,7 @@ public TimeType()

getClassName

-public String getClassName()
+public String getClassName()
Description copied from interface: ExtendedType
Returns a full name of Java class that this ExtendedType supports. @@ -239,10 +239,10 @@ public

materializeObject

-public Object materializeObject(ResultSet rs,
+public Object materializeObject(ResultSet rs,
                                 int index,
                                 int type)
-                         throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Reads an object from JDBC ResultSet column, converting it to class returned by @@ -254,7 +254,7 @@ public Exception - if read error occurred, or an object can't be converted to a +
Exception - if read error occurred, or an object can't be converted to a target Java class.
@@ -263,10 +263,10 @@ public

materializeObject

-public Object materializeObject(CallableStatement rs,
+public Object materializeObject(CallableStatement rs,
                                 int index,
                                 int type)
-                         throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Reads an object from a stored procedure OUT parameter, converting it to class @@ -278,7 +278,7 @@ public Exception - if read error ocurred, or an object can't be converted to a +
Exception - if read error ocurred, or an object can't be converted to a target Java class.
@@ -287,12 +287,12 @@ public

setJdbcObject

-public void setJdbcObject(PreparedStatement statement,
-                          Object value,
+public void setJdbcObject(PreparedStatement statement,
+                          Object value,
                           int pos,
                           int type,
                           int scale)
-                   throws Exception
+ throws Exception
Description copied from interface: ExtendedType
Initializes a single parameter of a PreparedStatement with object value. @@ -303,7 +303,7 @@ public void setJdbcObject(
Throws: -
Exception
+
Exception
@@ -367,6 +367,6 @@ DETAIL: FIELD | Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved.