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 533A810A76 for ; Sun, 16 Feb 2014 05:50:17 +0000 (UTC) Received: (qmail 42074 invoked by uid 500); 16 Feb 2014 05:50:17 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 42019 invoked by uid 500); 16 Feb 2014 05:50:16 -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 41781 invoked by uid 99); 16 Feb 2014 05:50:09 -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:50:09 +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:49:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 229E02388CE5 for ; Sun, 16 Feb 2014 05:48:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r898110 [24/36] - in /websites/staging/cayenne/trunk/content: ./ docs/3.1/api/org/apache/cayenne/access/ docs/3.1/api/org/apache/cayenne/access/class-use/ docs/3.1/api/org/apache/cayenne/access/dbsync/ docs/3.1/api/org/apache/cayenne/access... Date: Sun, 16 Feb 2014 05:48:01 -0000 To: commits@cayenne.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140216054815.229E02388CE5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/access/trans/ProcedureTranslator.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/access/trans/ProcedureTranslator.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/access/trans/ProcedureTranslator.html Sun Feb 16 05:47:54 2014 @@ -2,13 +2,13 @@ - + -ProcedureTranslator (Cayenne Documentation 3.1B2 API) +ProcedureTranslator (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ ProcedureTranslator (Cayenne Documentati function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ProcedureTranslator (Cayenne Documentation 3.1B2 API)"; + parent.document.title="ProcedureTranslator (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.access.trans
Class ProcedureTranslator
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.access.trans.ProcedureTranslator
 
@@ -101,7 +101,7 @@ Class ProcedureTranslator

-
public class ProcedureTranslator
extends Object
+
public class ProcedureTranslator
extends Object

@@ -130,7 +130,7 @@ Stored procedure query translator. -protected  List<ProcedureParameter> +protected  List<ProcedureParameter> callParams
@@ -138,7 +138,7 @@ Stored procedure query translator. -protected  Connection +protected  Connection connection
@@ -170,7 +170,7 @@ Stored procedure query translator. -protected  List<Object> +protected  List<Object> values
@@ -204,7 +204,7 @@ Stored procedure query translator. -protected  String +protected  String createSqlString()
@@ -212,7 +212,7 @@ Stored procedure query translator. - PreparedStatement + PreparedStatement createStatement()
@@ -245,7 +245,7 @@ Stored procedure query translator. protected  void -initStatement(CallableStatement stmt) +initStatement(CallableStatement stmt)
          Set IN and OUT parameters. @@ -269,7 +269,7 @@ Stored procedure query translator.  void -setConnection(Connection connection) +setConnection(Connection connection)
            @@ -285,9 +285,9 @@ Stored procedure query translator. protected  void -setInParam(CallableStatement stmt, +setInParam(CallableStatement stmt, ProcedureParameter param, - Object val, + Object val, int pos)
@@ -304,7 +304,7 @@ Stored procedure query translator. protected  void -setOutParam(CallableStatement stmt, +setOutParam(CallableStatement stmt, ProcedureParameter param, int pos) @@ -323,10 +323,10 @@ Stored procedure query translator.   - + - +
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
  @@ -355,7 +355,7 @@ protected

connection

-protected Connection connection
+protected Connection connection
@@ -385,7 +385,7 @@ protected

callParams

-protected List<ProcedureParameter> callParams
+protected List<ProcedureParameter> callParams
@@ -395,7 +395,7 @@ protected

values

-protected List<Object> values
+protected List<Object> values
@@ -452,7 +452,7 @@ public void setQuery(

setConnection

-public void setConnection(Connection connection)
+public void setConnection(Connection connection)
@@ -513,7 +513,7 @@ public void setEntityResolver(

createSqlString

-protected String createSqlString()
+protected String createSqlString()
Creates an SQL String for the stored procedure call.

@@ -526,15 +526,15 @@ protected

createStatement

-public PreparedStatement createStatement()
-                                  throws Exception
+public PreparedStatement createStatement() + throws Exception
Creates and binds a PreparedStatement to execute query SQL via JDBC.

Throws: -
Exception
+
Exception

@@ -564,15 +564,15 @@ public

initStatement

-protected void initStatement(CallableStatement stmt)
-                      throws Exception
+protected void initStatement(CallableStatement stmt) + throws Exception
Set IN and OUT parameters.

Throws: -
Exception
+
Exception

@@ -591,18 +591,18 @@ protected void initValues()

setInParam

-protected void setInParam(CallableStatement stmt,
+protected void setInParam(CallableStatement stmt,
                           ProcedureParameter param,
-                          Object val,
+                          Object val,
                           int pos)
-                   throws Exception
+ throws Exception
Sets a single IN parameter of the CallableStatement.

Throws: -
Exception
+
Exception

@@ -610,17 +610,17 @@ protected void setInParam(

setOutParam

-protected void setOutParam(CallableStatement stmt,
+protected void setOutParam(CallableStatement stmt,
                            ProcedureParameter param,
                            int pos)
-                    throws Exception
+ throws Exception
Sets a single OUT parameter of the CallableStatement.

Throws: -
Exception
+
Exception
@@ -684,6 +684,6 @@ DETAIL: FIE
-Copyright © 2001-2013
Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/access/trans/QualifierTranslator.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/access/trans/QualifierTranslator.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/access/trans/QualifierTranslator.html Sun Feb 16 05:47:54 2014 @@ -2,13 +2,13 @@ - + -QualifierTranslator (Cayenne Documentation 3.1B2 API) +QualifierTranslator (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ QualifierTranslator (Cayenne Documentati function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="QualifierTranslator (Cayenne Documentation 3.1B2 API)"; + parent.document.title="QualifierTranslator (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.access.trans
Class QualifierTranslator
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.access.trans.QueryAssemblerHelper
       extended by org.apache.cayenne.access.trans.QualifierTranslator
 
@@ -186,7 +186,7 @@ Translates query qualifier to SQL. Used protected  void -appendLiteral(Object val, +appendLiteral(Object val, DbAttribute attr, Expression parentExpression) @@ -259,7 +259,7 @@ Translates query qualifier to SQL. Used  void -objectNode(Object leaf, +objectNode(Object leaf, Expression parentNode)
@@ -268,7 +268,7 @@ Translates query qualifier to SQL. Used -protected  String +protected  String operandForBitwiseAnd()
@@ -276,7 +276,7 @@ Translates query qualifier to SQL. Used -protected  String +protected  String operandForBitwiseNot()
@@ -284,7 +284,7 @@ Translates query qualifier to SQL. Used -protected  String +protected  String operandForBitwiseOr()
@@ -292,7 +292,7 @@ Translates query qualifier to SQL. Used -protected  String +protected  String operandForBitwiseXor()
@@ -312,7 +312,7 @@ Translates query qualifier to SQL. Used protected  void processRelTermination(DbRelationship rel, JoinType joinType, - String joinSplitAlias) + String joinSplitAlias)

          Handles case when a DB_NAME expression ends with relationship. @@ -348,10 +348,10 @@ Translates query qualifier to SQL. Used   - + - +
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
  @@ -427,7 +427,7 @@ public QualifierTranslator(
 protected void doAppendPart()
-                     throws IOException
+ throws IOException
Translates query qualifier to SQL WHERE clause. Qualifier is obtained from the parent queryAssembler. @@ -438,7 +438,7 @@ protected void doAppendPart()
Throws: -
IOException
Since:
+
IOException
Since:
3.0
@@ -463,7 +463,7 @@ public void setCaseInsensitive(bo doAppendPart
 protected void doAppendPart(Expression rootNode)
-                     throws IOException
+ throws IOException
Translates query qualifier to SQL WHERE clause. Qualifier is a method parameter.

@@ -473,7 +473,7 @@ protected void doAppendPart(

Throws: -
IOException
Since:
+
IOException
Since:
3.0
@@ -515,7 +515,7 @@ protected void detectObjectMatch( appendObjectMatch
 protected void appendObjectMatch()
-                          throws IOException
+ throws IOException
@@ -523,7 +523,7 @@ protected void appendObjectMatch(
Throws: -
IOException
+
IOException

@@ -551,7 +551,7 @@ public void finishedChild(

operandForBitwiseNot

-protected String operandForBitwiseNot()
+protected String operandForBitwiseNot()
@@ -567,7 +567,7 @@ protected

operandForBitwiseOr

-protected String operandForBitwiseOr()
+protected String operandForBitwiseOr()
@@ -583,7 +583,7 @@ protected

operandForBitwiseAnd

-protected String operandForBitwiseAnd()
+protected String operandForBitwiseAnd()
@@ -599,7 +599,7 @@ protected

operandForBitwiseXor

-protected String operandForBitwiseXor()
+protected String operandForBitwiseXor()
@@ -655,7 +655,7 @@ public void endNode(

objectNode

-public void objectNode(Object leaf,
+public void objectNode(Object leaf,
                        Expression parentNode)
Description copied from interface: TraversalHandler
@@ -689,10 +689,10 @@ protected boolean parenthesisNeeded

appendLiteral

-protected void appendLiteral(Object val,
+protected void appendLiteral(Object val,
                              DbAttribute attr,
                              Expression parentExpression)
-                      throws IOException
+ throws IOException
Description copied from class: QueryAssemblerHelper
Appends SQL code to the query buffer to handle val as a parameter to @@ -713,7 +713,7 @@ protected void appendLiteral(attr - DbAttribute that has information on what type of parameter is being appended.
Throws: -
IOException
+
IOException

@@ -723,8 +723,8 @@ processRelTermination
 protected void processRelTermination(DbRelationship rel,
                                      JoinType joinType,
-                                     String joinSplitAlias)
-                              throws IOException
+ String joinSplitAlias) + throws IOException
Description copied from class: QueryAssemblerHelper
Handles case when a DB_NAME expression ends with relationship. If this is a "to @@ -738,7 +738,7 @@ protected void processRelTermination<
Throws: -
IOException
+
IOException
@@ -802,6 +802,6 @@ DETAIL: FIE
-Copyright © 2001-2013
Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/access/trans/QueryAssembler.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/access/trans/QueryAssembler.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/access/trans/QueryAssembler.html Sun Feb 16 05:47:54 2014 @@ -2,13 +2,13 @@ - + -QueryAssembler (Cayenne Documentation 3.1B2 API) +QueryAssembler (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ QueryAssembler (Cayenne Documentation 3. function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="QueryAssembler (Cayenne Documentation 3.1B2 API)"; + parent.document.title="QueryAssembler (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.access.trans
Class QueryAssembler
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.access.trans.QueryAssembler
 
@@ -101,7 +101,7 @@ Class QueryAssembler

-
public abstract class QueryAssembler
extends Object
+
public abstract class QueryAssembler
extends Object

@@ -130,7 +130,7 @@ Abstract superclass of Query translators -protected  List<DbAttribute> +protected  List<DbAttribute> attributes
@@ -138,7 +138,7 @@ Abstract superclass of Query translators -protected  Connection +protected  Connection connection
@@ -186,7 +186,7 @@ Abstract superclass of Query translators -protected  List<Object> +protected  List<Object> values
@@ -222,14 +222,14 @@ Abstract superclass of Query translators  void addToParamList(DbAttribute dbAttr, - Object anObject) + Object anObject)

          Registers anObject as a PreparedStatement parameter. -abstract  String +abstract  String createSqlString()
@@ -237,7 +237,7 @@ Abstract superclass of Query translators - PreparedStatement + PreparedStatement createStatement()
@@ -248,7 +248,7 @@ Abstract superclass of Query translators abstract  void dbRelationshipAdded(DbRelationship relationship, JoinType joinType, - String joinSplitAlias) + String joinSplitAlias)
          Appends a join with given semantics to the query. @@ -263,7 +263,7 @@ Abstract superclass of Query translators -abstract  String +abstract  String getCurrentAlias()
@@ -287,7 +287,7 @@ Abstract superclass of Query translators -protected  Map<String,String> +protected  Map<String,String> getPathAliases()
@@ -328,7 +328,7 @@ Abstract superclass of Query translators protected  void -initStatement(PreparedStatement stmt) +initStatement(PreparedStatement stmt)
          Initializes prepared statements with collected parameters. @@ -353,7 +353,7 @@ Abstract superclass of Query translators  void -setConnection(Connection connection) +setConnection(Connection connection)
            @@ -394,10 +394,10 @@ Abstract superclass of Query translators   - + - +
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
  @@ -436,7 +436,7 @@ protected

connection

-protected Connection connection
+protected Connection connection
@@ -476,7 +476,7 @@ protected

values

-protected List<Object> values
+protected List<Object> values
Holds PreparedStatement values.

@@ -488,7 +488,7 @@ protected

attributes

-protected List<DbAttribute> attributes
+protected List<DbAttribute> attributes
PreparedStatement attributes matching entries in values list.

@@ -538,7 +538,7 @@ public QueryAssembler()

getPathAliases

-protected Map<String,String> getPathAliases()
+protected Map<String,String> getPathAliases()
Returns aliases for the path splits defined in the query.

@@ -610,7 +610,7 @@ public void setQuery(

setConnection

-public void setConnection(Connection connection)
+public void setConnection(Connection connection)
@@ -707,7 +707,7 @@ public abstract void resetJoinStack

getCurrentAlias

-public abstract String getCurrentAlias()
+public abstract String getCurrentAlias()
Returns an alias of the table which is currently at the top of the join stack.

@@ -724,7 +724,7 @@ dbRelationshipAdded

 public abstract void dbRelationshipAdded(DbRelationship relationship,
                                          JoinType joinType,
-                                         String joinSplitAlias)
+ String joinSplitAlias)
Appends a join with given semantics to the query.

@@ -739,8 +739,8 @@ public abstract void dbRelationshipAd

createSqlString

-public abstract String createSqlString()
-                                throws Exception
+public abstract String createSqlString() + throws Exception
Translates query into sql string. This is a workhorse method of QueryAssembler. It is called internally from createStatement. Usually there is no need to @@ -749,7 +749,7 @@ public abstract Exception
+
Exception

@@ -772,7 +772,7 @@ public boolean supportsTableAliases
 public void addToParamList(DbAttribute dbAttr,
-                           Object anObject)
+ Object anObject)
Registers anObject as a PreparedStatement parameter.

@@ -785,15 +785,15 @@ public void addToParamList(

createStatement

-public PreparedStatement createStatement()
-                                  throws Exception
+public PreparedStatement createStatement() + throws Exception
Translates internal query into PreparedStatement.

Throws: -
Exception
+
Exception

@@ -801,8 +801,8 @@ public

initStatement

-protected void initStatement(PreparedStatement stmt)
-                      throws Exception
+protected void initStatement(PreparedStatement stmt) + throws Exception
Initializes prepared statements with collected parameters. Called internally from "createStatement". Cayenne users shouldn't normally call it directly. @@ -810,7 +810,7 @@ protected void initStatement(
Throws: -
Exception
+
Exception
@@ -874,6 +874,6 @@ DETAIL: FIE
-Copyright © 2001-2013
Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved.