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 957C310A39 for ; Sun, 16 Feb 2014 05:48:16 +0000 (UTC) Received: (qmail 39384 invoked by uid 500); 16 Feb 2014 05:48:16 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 39358 invoked by uid 500); 16 Feb 2014 05:48:15 -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 39269 invoked by uid 99); 16 Feb 2014 05:48:13 -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:48:13 +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:47:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E60512388C65; Sun, 16 Feb 2014 05:46:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1568724 [13/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: <20140216054658.E60512388C65@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/jdbc/BaseSQLAction.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BaseSQLAction.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BaseSQLAction.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BaseSQLAction.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -BaseSQLAction (Cayenne Documentation 3.1B2 API) +BaseSQLAction (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ BaseSQLAction (Cayenne Documentation 3.1 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BaseSQLAction (Cayenne Documentation 3.1B2 API)"; + parent.document.title="BaseSQLAction (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.access.jdbc
Class BaseSQLAction
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.access.jdbc.BaseSQLAction
 
@@ -104,7 +104,7 @@ Class BaseSQLAction

-
public abstract class BaseSQLAction
extends Object
implements SQLAction
+
public abstract class BaseSQLAction
extends Object
implements SQLAction

@@ -198,7 +198,7 @@ A convenience superclass for SQLAction i protected  void -readResultSet(ResultSet resultSet, +readResultSet(ResultSet resultSet, RowDescriptor descriptor, Query query, OperationObserver delegate) @@ -210,10 +210,10 @@ A convenience superclass for SQLAction i   - + - +
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
  @@ -316,12 +316,12 @@ public

readResultSet

-protected void readResultSet(ResultSet resultSet,
+protected void readResultSet(ResultSet resultSet,
                              RowDescriptor descriptor,
                              Query query,
                              OperationObserver delegate)
-                      throws SQLException,
-                             Exception
+ throws SQLException, + Exception
Helper method to process a ResultSet.

@@ -331,8 +331,8 @@ protected void readResultSet(

Throws: -
SQLException -
Exception
+
SQLException +
Exception

@@ -417,6 +417,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/jdbc/BatchAction.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BatchAction.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BatchAction.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BatchAction.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -BatchAction (Cayenne Documentation 3.1B2 API) +BatchAction (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ BatchAction (Cayenne Documentation 3.1B2 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BatchAction (Cayenne Documentation 3.1B2 API)"; + parent.document.title="BatchAction (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.access.jdbc
Class BatchAction
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.access.jdbc.BaseSQLAction
       extended by org.apache.cayenne.access.jdbc.BatchAction
 
@@ -220,7 +220,7 @@ Class BatchAction  void -performAction(Connection connection, +performAction(Connection connection, OperationObserver observer)
@@ -229,7 +229,7 @@ Class BatchAction protected  void -processGeneratedKeys(Statement statement, +processGeneratedKeys(Statement statement, OperationObserver observer)
@@ -238,7 +238,7 @@ Class BatchAction protected  void -runAsBatch(Connection con, +runAsBatch(Connection con, BatchQueryBuilder queryBuilder, OperationObserver delegate) @@ -248,7 +248,7 @@ Class BatchAction protected  void -runAsIndividualQueries(Connection connection, +runAsIndividualQueries(Connection connection, BatchQueryBuilder queryBuilder, OperationObserver delegate, boolean generatesKeys) @@ -277,10 +277,10 @@ Class BatchAction   - + - +
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
  @@ -391,10 +391,10 @@ public void setBatch(boolean 

performAction

-public void performAction(Connection connection,
+public void performAction(Connection connection,
                           OperationObserver observer)
-                   throws SQLException,
-                          Exception
+ throws SQLException, + Exception
Description copied from interface: SQLAction
Executes a query using a strategy defined by the implementation. @@ -402,8 +402,8 @@ public void performAction(
Throws: -
SQLException -
Exception
+
SQLException +
Exception

@@ -425,17 +425,17 @@ protected

runAsBatch

-protected void runAsBatch(Connection con,
+protected void runAsBatch(Connection con,
                           BatchQueryBuilder queryBuilder,
                           OperationObserver delegate)
-                   throws SQLException,
-                          Exception
+ throws SQLException, + Exception
Throws: -
SQLException -
Exception
+
SQLException +
Exception

@@ -443,20 +443,20 @@ protected void runAsBatch(

runAsIndividualQueries

-protected void runAsIndividualQueries(Connection connection,
+protected void runAsIndividualQueries(Connection connection,
                                       BatchQueryBuilder queryBuilder,
                                       OperationObserver delegate,
                                       boolean generatesKeys)
-                               throws SQLException,
-                                      Exception
+ throws SQLException, + Exception
Executes batch as individual queries over the same prepared statement.

Throws: -
SQLException -
Exception
+
SQLException +
Exception

@@ -477,9 +477,9 @@ protected boolean hasGeneratedKeys

processGeneratedKeys

-protected void processGeneratedKeys(Statement statement,
+protected void processGeneratedKeys(Statement statement,
                                     OperationObserver observer)
-                             throws SQLException,
+                             throws SQLException,
                                     CayenneException
Implements generated keys extraction supported in JDBC 3.0 specification. @@ -487,7 +487,7 @@ protected void processGeneratedKeys
Throws: -
SQLException +
SQLException
CayenneException
@@ -552,6 +552,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/jdbc/BatchQueryBuilderFactory.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BatchQueryBuilderFactory.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BatchQueryBuilderFactory.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BatchQueryBuilderFactory.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -BatchQueryBuilderFactory (Cayenne Documentation 3.1B2 API) +BatchQueryBuilderFactory (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ BatchQueryBuilderFactory (Cayenne Docume function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BatchQueryBuilderFactory (Cayenne Documentation 3.1B2 API)"; + parent.document.title="BatchQueryBuilderFactory (Cayenne Documentation 3.1RC1 API)"; } } @@ -258,6 +258,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/access/jdbc/BindDirective.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BindDirective.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BindDirective.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BindDirective.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -BindDirective (Cayenne Documentation 3.1B2 API) +BindDirective (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ BindDirective (Cayenne Documentation 3.1 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BindDirective (Cayenne Documentation 3.1B2 API)"; + parent.document.title="BindDirective (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,12 +93,12 @@ org.apache.cayenne.access.jdbc
Class BindDirective
-java.lang.Object
+java.lang.Object
   extended by org.apache.velocity.runtime.directive.Directive
       extended by org.apache.cayenne.access.jdbc.BindDirective
 
-
All Implemented Interfaces:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants
+
All Implemented Interfaces:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants
Direct Known Subclasses:
BindEqualDirective, BindNotEqualDirective, BindObjectEqualDirective
@@ -210,7 +210,7 @@ A custom Velocity directive to create a -protected  Object +protected  Object getChild(org.apache.velocity.context.InternalContextAdapter context, org.apache.velocity.runtime.parser.node.Node node, int i) @@ -220,7 +220,7 @@ A custom Velocity directive to create a - String + String getName()
@@ -238,7 +238,7 @@ A custom Velocity directive to create a  boolean render(org.apache.velocity.context.InternalContextAdapter context, - Writer writer, + Writer writer, org.apache.velocity.runtime.parser.node.Node node)
@@ -250,10 +250,10 @@ A custom Velocity directive to create a protected  void render(org.apache.velocity.context.InternalContextAdapter context, - Writer writer, + Writer writer, org.apache.velocity.runtime.parser.node.Node node, - Object value, - String typeString, + Object value, + String typeString, int scale)
@@ -263,7 +263,7 @@ A custom Velocity directive to create a protected  void render(org.apache.velocity.context.InternalContextAdapter context, - Writer writer, + Writer writer, ParameterBinding binding)
@@ -282,10 +282,10 @@ A custom Velocity directive to create a   - + - +
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
  @@ -321,7 +321,7 @@ public BindDirective()

getName

-public String getName()
+public String getName()
Specified by:
getName in class org.apache.velocity.runtime.directive.Directive
@@ -350,9 +350,9 @@ public int getType() render
 public boolean render(org.apache.velocity.context.InternalContextAdapter context,
-                      Writer writer,
+                      Writer writer,
                       org.apache.velocity.runtime.parser.node.Node node)
-               throws IOException,
+               throws IOException,
                       org.apache.velocity.exception.ResourceNotFoundException,
                       org.apache.velocity.exception.ParseErrorException,
                       org.apache.velocity.exception.MethodInvocationException
@@ -367,7 +367,7 @@ public boolean render(org.apache.
Throws: -
IOException +
IOException
org.apache.velocity.exception.ResourceNotFoundException
org.apache.velocity.exception.ParseErrorException
org.apache.velocity.exception.MethodInvocationException
@@ -379,18 +379,18 @@ public boolean render(org.apache. render
 protected void render(org.apache.velocity.context.InternalContextAdapter context,
-                      Writer writer,
+                      Writer writer,
                       org.apache.velocity.runtime.parser.node.Node node,
-                      Object value,
-                      String typeString,
+                      Object value,
+                      String typeString,
                       int scale)
-               throws IOException,
+               throws IOException,
                       org.apache.velocity.exception.ParseErrorException
Throws: -
IOException +
IOException
org.apache.velocity.exception.ParseErrorException
Since:
3.0
@@ -402,14 +402,14 @@ protected void render(org.apache. render
 protected void render(org.apache.velocity.context.InternalContextAdapter context,
-                      Writer writer,
+                      Writer writer,
                       ParameterBinding binding)
-               throws IOException
+ throws IOException
Throws: -
IOException
+
IOException

@@ -417,7 +417,7 @@ protected void render(org.apache.

getChild

-protected Object getChild(org.apache.velocity.context.InternalContextAdapter context,
+protected Object getChild(org.apache.velocity.context.InternalContextAdapter context,
                           org.apache.velocity.runtime.parser.node.Node node,
                           int i)
                    throws org.apache.velocity.exception.MethodInvocationException
@@ -503,6 +503,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/jdbc/BindEqualDirective.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BindEqualDirective.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BindEqualDirective.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BindEqualDirective.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -BindEqualDirective (Cayenne Documentation 3.1B2 API) +BindEqualDirective (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ BindEqualDirective (Cayenne Documentatio function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BindEqualDirective (Cayenne Documentation 3.1B2 API)"; + parent.document.title="BindEqualDirective (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,13 +93,13 @@ org.apache.cayenne.access.jdbc
Class BindEqualDirective
-java.lang.Object
+java.lang.Object
   extended by org.apache.velocity.runtime.directive.Directive
       extended by org.apache.cayenne.access.jdbc.BindDirective
           extended by org.apache.cayenne.access.jdbc.BindEqualDirective
 
-
All Implemented Interfaces:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants
+
All Implemented Interfaces:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants

@@ -174,7 +174,7 @@ A custom Velocity directive to create a - String + String getName()
@@ -184,7 +184,7 @@ A custom Velocity directive to create a protected  void render(org.apache.velocity.context.InternalContextAdapter context, - Writer writer, + Writer writer, ParameterBinding binding)
@@ -212,10 +212,10 @@ A custom Velocity directive to create a   - + - +
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
  @@ -251,7 +251,7 @@ public BindEqualDirective()

getName

-public String getName()
+public String getName()
Overrides:
getName in class BindDirective
@@ -266,9 +266,9 @@ public Writer writer, + Writer writer, ParameterBinding binding) - throws IOException + throws IOException
Overrides:
render in class BindDirective
@@ -276,7 +276,7 @@ protected void render(org.apache.
Throws: -
IOException
+
IOException
@@ -340,6 +340,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/jdbc/BindNotEqualDirective.html URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BindNotEqualDirective.html?rev=1568724&r1=1568723&r2=1568724&view=diff ============================================================================== --- cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BindNotEqualDirective.html (original) +++ cayenne/site/cms/trunk/content/docs/3.1/api/org/apache/cayenne/access/jdbc/BindNotEqualDirective.html Sun Feb 16 05:46:41 2014 @@ -2,13 +2,13 @@ - + -BindNotEqualDirective (Cayenne Documentation 3.1B2 API) +BindNotEqualDirective (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ BindNotEqualDirective (Cayenne Documenta function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BindNotEqualDirective (Cayenne Documentation 3.1B2 API)"; + parent.document.title="BindNotEqualDirective (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,13 +93,13 @@ org.apache.cayenne.access.jdbc
Class BindNotEqualDirective
-java.lang.Object
+java.lang.Object
   extended by org.apache.velocity.runtime.directive.Directive
       extended by org.apache.cayenne.access.jdbc.BindDirective
           extended by org.apache.cayenne.access.jdbc.BindNotEqualDirective
 
-
All Implemented Interfaces:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants
+
All Implemented Interfaces:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants

@@ -174,7 +174,7 @@ A custom Velocity directive to create a - String + String getName()
@@ -184,7 +184,7 @@ A custom Velocity directive to create a protected  void render(org.apache.velocity.context.InternalContextAdapter context, - Writer writer, + Writer writer, ParameterBinding binding)
@@ -212,10 +212,10 @@ A custom Velocity directive to create a   - + - +
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
  @@ -251,7 +251,7 @@ public BindNotEqualDirective()

getName

-public String getName()
+public String getName()
Overrides:
getName in class BindDirective
@@ -266,9 +266,9 @@ public Writer writer, + Writer writer, ParameterBinding binding) - throws IOException + throws IOException
Overrides:
render in class BindDirective
@@ -276,7 +276,7 @@ protected void render(org.apache.
Throws: -
IOException
+
IOException
@@ -340,6 +340,6 @@ DETAIL: FIELD | Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved.