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 4E15710B0B for ; Sun, 16 Feb 2014 06:23:18 +0000 (UTC) Received: (qmail 52342 invoked by uid 500); 16 Feb 2014 06:23:18 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 52314 invoked by uid 500); 16 Feb 2014 06:23:17 -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 52307 invoked by uid 99); 16 Feb 2014 06:23:17 -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:23:17 +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:23:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 59EBA2388CA7 for ; Sun, 16 Feb 2014 06:22:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r898115 [7/19] - in /websites/staging/cayenne/trunk/content: ./ docs/3.1/api/org/apache/cayenne/dba/ docs/3.1/api/org/apache/cayenne/dba/class-use/ docs/3.1/api/org/apache/cayenne/dba/db2/ docs/3.1/api/org/apache/cayenne/dba/db2/class-use/ ... Date: Sun, 16 Feb 2014 06:21:52 -0000 To: commits@cayenne.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140216062201.59EBA2388CA7@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/dba/db2/DB2Sniffer.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/DB2Sniffer.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/DB2Sniffer.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -DB2Sniffer (Cayenne Documentation 3.1B2 API) +DB2Sniffer (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ DB2Sniffer (Cayenne Documentation 3.1B2 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DB2Sniffer (Cayenne Documentation 3.1B2 API)"; + parent.document.title="DB2Sniffer (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.dba.db2
Class DB2Sniffer
-java.lang.Object
+java.lang.Object
   extended by org.apache.cayenne.dba.db2.DB2Sniffer
 
@@ -101,7 +101,7 @@ Class DB2Sniffer

-
public class DB2Sniffer
extends Object
implements DbAdapterFactory, DbAdapterDetector
+
public class DB2Sniffer
extends Object
implements DbAdapterFactory, DbAdapterDetector

@@ -157,7 +157,7 @@ Class DB2Sniffer  DbAdapter -createAdapter(DatabaseMetaData md) +createAdapter(DatabaseMetaData md)
          Returns an instance of DbAdapter if the factory detects that it knows how to handle @@ -167,10 +167,10 @@ Class DB2Sniffer   - + - +
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
  @@ -225,8 +225,8 @@ public DB2Sniffer(

createAdapter

-public DbAdapter createAdapter(DatabaseMetaData md)
-                        throws SQLException
+public DbAdapter createAdapter(DatabaseMetaData md) + throws SQLException
Description copied from interface: DbAdapterFactory
Returns an instance of DbAdapter if the factory detects that it knows how to handle @@ -239,7 +239,7 @@ public SQLException
+
SQLException
@@ -303,6 +303,6 @@ DETAIL: FIE
-Copyright © 2001-2013
Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved. Added: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2ActionBuilder.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2ActionBuilder.html (added) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2ActionBuilder.html Sun Feb 16 06:21:47 2014 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class org.apache.cayenne.dba.db2.DB2ActionBuilder (Cayenne Documentation 3.1RC1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.cayenne.dba.db2.DB2ActionBuilder

+
+No usage of org.apache.cayenne.dba.db2.DB2ActionBuilder +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001–2014 Apache Cayenne. All rights reserved. + + Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2Adapter.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2Adapter.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2Adapter.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.cayenne.dba.db2.DB2Adapter (Cayenne Documentation 3.1B2 API) +Uses of Class org.apache.cayenne.dba.db2.DB2Adapter (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.dba.db2 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2Adapter (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2Adapter (Cayenne Documentation 3.1RC1 API)"; } } @@ -140,6 +140,6 @@ No usage of org.apache.cayenne.dba.db2.D
-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/dba/db2/class-use/DB2MergerFactory.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2MergerFactory.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2MergerFactory.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.cayenne.dba.db2.DB2MergerFactory (Cayenne Documentation 3.1B2 API) +Uses of Class org.apache.cayenne.dba.db2.DB2MergerFactory (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.dba.db2 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2MergerFactory (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2MergerFactory (Cayenne Documentation 3.1RC1 API)"; } } @@ -140,6 +140,6 @@ No usage of org.apache.cayenne.dba.db2.D
-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/dba/db2/class-use/DB2PkGenerator.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2PkGenerator.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2PkGenerator.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.cayenne.dba.db2.DB2PkGenerator (Cayenne Documentation 3.1B2 API) +Uses of Class org.apache.cayenne.dba.db2.DB2PkGenerator (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.dba.db2 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2PkGenerator (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2PkGenerator (Cayenne Documentation 3.1RC1 API)"; } } @@ -140,6 +140,6 @@ No usage of org.apache.cayenne.dba.db2.D
-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/dba/db2/class-use/DB2QualifierTranslator.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2QualifierTranslator.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2QualifierTranslator.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.cayenne.dba.db2.DB2QualifierTranslator (Cayenne Documentation 3.1B2 API) +Uses of Class org.apache.cayenne.dba.db2.DB2QualifierTranslator (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.dba.db2 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2QualifierTranslator (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2QualifierTranslator (Cayenne Documentation 3.1RC1 API)"; } } @@ -140,6 +140,6 @@ No usage of org.apache.cayenne.dba.db2.D
-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/dba/db2/class-use/DB2Sniffer.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2Sniffer.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/class-use/DB2Sniffer.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -Uses of Class org.apache.cayenne.dba.db2.DB2Sniffer (Cayenne Documentation 3.1B2 API) +Uses of Class org.apache.cayenne.dba.db2.DB2Sniffer (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Class org.apache.cayenne.dba.db2 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2Sniffer (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Class org.apache.cayenne.dba.db2.DB2Sniffer (Cayenne Documentation 3.1RC1 API)"; } } @@ -140,6 +140,6 @@ No usage of org.apache.cayenne.dba.db2.D
-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/dba/db2/package-frame.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/package-frame.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/package-frame.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1B2 API) +org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1RC1 API) - + @@ -24,6 +24,8 @@ org.apache.cayenne.dba.db2 (Cayenne Docu Classes 
+DB2ActionBuilder +
DB2Adapter
DB2MergerFactory Modified: websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/package-summary.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/package-summary.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/package-summary.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1B2 API) +org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ org.apache.cayenne.dba.db2 (Cayenne Docu function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1B2 API)"; + parent.document.title="org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1RC1 API)"; } } @@ -96,6 +96,10 @@ IBM DB2 DbAdapter. Class Summary
+DB2ActionBuilder +  + + DB2Adapter DbAdapter implementation for the DB2 RDBMS . @@ -184,6 +188,6 @@ IBM DB2 DbAdapter.
-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/dba/db2/package-tree.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/package-tree.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/package-tree.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -org.apache.cayenne.dba.db2 Class Hierarchy (Cayenne Documentation 3.1B2 API) +org.apache.cayenne.dba.db2 Class Hierarchy (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ org.apache.cayenne.dba.db2 Class Hierarc function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.cayenne.dba.db2 Class Hierarchy (Cayenne Documentation 3.1B2 API)"; + parent.document.title="org.apache.cayenne.dba.db2 Class Hierarchy (Cayenne Documentation 3.1RC1 API)"; } } @@ -92,8 +92,11 @@ Hierarchy For Package org.apache.cayenne Class Hierarchy
    -
  • java.lang.Object
      +
    • java.lang.Object
      • org.apache.cayenne.dba.db2.DB2Sniffer (implements org.apache.cayenne.configuration.server.DbAdapterDetector, org.apache.cayenne.dba.DbAdapterFactory) +
      • org.apache.cayenne.dba.JdbcActionBuilder (implements org.apache.cayenne.query.SQLActionVisitor) +
      • org.apache.cayenne.dba.JdbcAdapter (implements org.apache.cayenne.dba.DbAdapter) @@ -165,6 +168,6 @@ Class Hierarchy
        -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/dba/db2/package-use.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/package-use.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/db2/package-use.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -Uses of Package org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1B2 API) +Uses of Package org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ Uses of Package org.apache.cayenne.dba.d function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1B2 API)"; + parent.document.title="Uses of Package org.apache.cayenne.dba.db2 (Cayenne Documentation 3.1RC1 API)"; } } @@ -140,6 +140,6 @@ No usage of org.apache.cayenne.dba.db2
        -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/dba/derby/DerbyAdapter.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/derby/DerbyAdapter.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/derby/DerbyAdapter.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -DerbyAdapter (Cayenne Documentation 3.1B2 API) +DerbyAdapter (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ DerbyAdapter (Cayenne Documentation 3.1B function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DerbyAdapter (Cayenne Documentation 3.1B2 API)"; + parent.document.title="DerbyAdapter (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.dba.derby
        Class DerbyAdapter
        -java.lang.Object
        +java.lang.Object
           extended by org.apache.cayenne.dba.JdbcAdapter
               extended by org.apache.cayenne.dba.derby.DerbyAdapter
         
        @@ -157,9 +157,9 @@ DbAdapter implementation for the DerbyAdapter(RuntimeProperties runtimeProperties, - List<ExtendedType> defaultExtendedTypes, - List<ExtendedType> userExtendedTypes, - List<ExtendedTypeFactory> extendedTypeFactories) + List<ExtendedType> defaultExtendedTypes, + List<ExtendedType> userExtendedTypes, + List<ExtendedTypeFactory> extendedTypeFactories)
                    @@ -177,8 +177,8 @@ DbAdapter implementation for the  void -bindParameter(PreparedStatement statement, - Object object, +bindParameter(PreparedStatement statement, + Object object, int pos, int sqlType, int precision) @@ -206,7 +206,7 @@ DbAdapter implementation for the  void -createTableAppendColumn(StringBuffer sqlBuffer, +createTableAppendColumn(StringBuffer sqlBuffer, DbAttribute column)
        @@ -241,10 +241,10 @@ DbAdapter implementation for the - + - +
        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
          @@ -264,9 +264,9 @@ DbAdapter implementation for the
         public DerbyAdapter(RuntimeProperties runtimeProperties,
        -                    List<ExtendedType> defaultExtendedTypes,
        -                    List<ExtendedType> userExtendedTypes,
        -                    List<ExtendedTypeFactory> extendedTypeFactories)
        + List<ExtendedType> defaultExtendedTypes, + List<ExtendedType> userExtendedTypes, + List<ExtendedTypeFactory> extendedTypeFactories)
        @@ -319,7 +319,7 @@ protected void configureExtendedTypes

        createTableAppendColumn

        -public void createTableAppendColumn(StringBuffer sqlBuffer,
        +public void createTableAppendColumn(StringBuffer sqlBuffer,
                                             DbAttribute column)
        Appends SQL for column creation to CREATE TABLE buffer. Only change for Derby is @@ -329,7 +329,7 @@ public void createTableAppendColumnSpecified by:
        createTableAppendColumn in interface DbAdapter
        Overrides:
        createTableAppendColumn in class JdbcAdapter
        -
        Parameters:
        sqlBuffer - the StringBuffer to append the column type to
        column - the DbAttribute defining the column to append type for
        Since:
        +
        Parameters:
        sqlBuffer - the StringBuffer to append the column type to
        column - the DbAttribute defining the column to append type for
        Since:
        1.2
        @@ -369,13 +369,13 @@ public

        bindParameter

        -public void bindParameter(PreparedStatement statement,
        -                          Object object,
        +public void bindParameter(PreparedStatement statement,
        +                          Object object,
                                   int pos,
                                   int sqlType,
                                   int precision)
        -                   throws SQLException,
        -                          Exception
        + throws SQLException, + Exception
        Description copied from interface: DbAdapter
        Binds an object value to PreparedStatement's numbered parameter. @@ -386,8 +386,8 @@ public void bindParameter(
        Throws: -
        SQLException -
        Exception
        +
        SQLException +
        Exception
        @@ -451,6 +451,6 @@ DETAIL: FIELD | 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/dba/derby/DerbyMergerFactory.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/derby/DerbyMergerFactory.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/derby/DerbyMergerFactory.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -DerbyMergerFactory (Cayenne Documentation 3.1B2 API) +DerbyMergerFactory (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ DerbyMergerFactory (Cayenne Documentatio function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DerbyMergerFactory (Cayenne Documentation 3.1B2 API)"; + parent.document.title="DerbyMergerFactory (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.dba.derby
        Class DerbyMergerFactory
        -java.lang.Object
        +java.lang.Object
           extended by org.apache.cayenne.merge.MergerFactory
               extended by org.apache.cayenne.dba.derby.DerbyMergerFactory
         
        @@ -172,10 +172,10 @@ Class DerbyMergerFactory   - + - +
        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
          @@ -313,6 +313,6 @@ DETAIL: FIELD | 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/dba/derby/DerbyPkGenerator.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/derby/DerbyPkGenerator.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/derby/DerbyPkGenerator.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -DerbyPkGenerator (Cayenne Documentation 3.1B2 API) +DerbyPkGenerator (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ DerbyPkGenerator (Cayenne Documentation function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DerbyPkGenerator (Cayenne Documentation 3.1B2 API)"; + parent.document.title="DerbyPkGenerator (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.dba.derby
        Class DerbyPkGenerator
        -java.lang.Object
        +java.lang.Object
           extended by org.apache.cayenne.dba.JdbcPkGenerator
               extended by org.apache.cayenne.dba.derby.DerbyPkGenerator
         
        @@ -167,10 +167,10 @@ Default PK generator for Derby that uses   - + - +
        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
          @@ -191,7 +191,7 @@ longPkFromDatabase
         protected long longPkFromDatabase(DataNode node,
                                           DbEntity entity)
        -                           throws Exception
        + throws Exception
        Description copied from class: JdbcPkGenerator
        Performs primary key generation ignoring cache. Generates a range of primary keys @@ -209,7 +209,7 @@ protected long longPkFromDatabase
        Throws: -
        Exception
        Since:
        +
        Exception
        Since:
        3.0
        @@ -275,6 +275,6 @@ DETAIL: FIELD | CONSTR&nb
        -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/dba/derby/DerbyQualifierTranslator.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/derby/DerbyQualifierTranslator.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.1/api/org/apache/cayenne/dba/derby/DerbyQualifierTranslator.html Sun Feb 16 06:21:47 2014 @@ -2,13 +2,13 @@ - + -DerbyQualifierTranslator (Cayenne Documentation 3.1B2 API) +DerbyQualifierTranslator (Cayenne Documentation 3.1RC1 API) - + @@ -16,7 +16,7 @@ DerbyQualifierTranslator (Cayenne Docume function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DerbyQualifierTranslator (Cayenne Documentation 3.1B2 API)"; + parent.document.title="DerbyQualifierTranslator (Cayenne Documentation 3.1RC1 API)"; } } @@ -93,7 +93,7 @@ org.apache.cayenne.dba.derby
        Class DerbyQualifierTranslator
        -java.lang.Object
        +java.lang.Object
           extended by org.apache.cayenne.access.trans.QueryAssemblerHelper
               extended by org.apache.cayenne.access.trans.QualifierTranslator
                   extended by org.apache.cayenne.access.trans.TrimmingQualifierTranslator
        @@ -158,7 +158,7 @@ Class DerbyQualifierTranslator
         
         
         DerbyQualifierTranslator(QueryAssembler queryAssembler,
        -                         String trimFunction)
        +                         String trimFunction)
         
         
                    @@ -213,10 +213,10 @@ Class DerbyQualifierTranslator   - + - +
        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
          @@ -236,7 +236,7 @@ Class DerbyQualifierTranslator DerbyQualifierTranslator
         public DerbyQualifierTranslator(QueryAssembler queryAssembler,
        -                                String trimFunction)
        + String trimFunction)
        @@ -255,7 +255,7 @@ processColumnWithQuoteSqlIdentifiers protected void processColumnWithQuoteSqlIdentifiers(DbAttribute dbAttr, Expression pathExp) - throws IOException + throws IOException
        Description copied from class: TrimmingQualifierTranslator
        Adds special handling of CHAR columns. @@ -266,7 +266,7 @@ protected void processColumnWithQuote
        Throws: -
        IOException
        +
        IOException
        @@ -330,6 +330,6 @@ DETAIL: FIELD | Apache Cayenne. All Rights Reserved. +Copyright © 2001–2014 Apache Cayenne. All rights reserved.