http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/database-support.html ---------------------------------------------------------------------- diff --git a/database-support.html b/database-support.html index e47b41e..09bb63e 100644 --- a/database-support.html +++ b/database-support.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Database Support · Apache Cayenne</title> </head> @@ -84,9 +84,10 @@ <section> <article> <h1 class="text-center">Database Support</h1> - <p>This page provides useful information about JDBC driver settings for various database. All databases below have custom Cayenne DbAdapters and are automatically recognized by Cayenne AutoAdapter.</p> + <p>This page provides useful information about JDBC driver settings for various database. +All databases below have custom Cayenne DbAdapters and are automatically recognized by Cayenne AutoAdapter.</p> -<table> +<table id="db-support" class="table table-bordered"> <thead> <tr> <th>Database</th> @@ -99,127 +100,127 @@ <tbody> <tr> <td><a href="http://www.ibm.com/db2/">DB2</a></td> -<td>com.ibm.db2.jcc.DB2Driver</td> -<td>jdbc:db2://127.0.0.1:50000/dbname</td> +<td>com.<wbr>ibm.<wbr>db2.<wbr>jcc.<wbr>DB2<wbr>Driver</td> +<td>jdbc:<wbr>db2:<wbr>//127.0.0.1:<wbr>50000<wbr>/dbname</td> <td></td> </tr> <tr> <td><a href="http://db.apache.org/derby/">Derby</a></td> -<td>org.apache.derby.jdbc.ClientDriver</td> -<td>jdbc:derby://127.0.0.1/testdb</td> -<td>client/server</td> +<td>org.<wbr>apache.<wbr>derby.<wbr>jdbc.<wbr>Client<wbr>Driver</td> +<td>jdbc:<wbr>derby:<wbr>//127.0.0.1<wbr>/testdb</td> +<td>client<wbr>/<wbr>server</td> </tr> <tr> <td></td> -<td>org.apache.derby.jdbc.EmbeddedDriver</td> -<td>jdbc:derby:path-to-db-dir;create=true</td> -<td>embedded</td> +<td>org.<wbr>apache.<wbr>derby.<wbr>jdbc.<wbr>Em<wbr>bedded<wbr>Driver</td> +<td>jdbc:<wbr>derby:<wbr>path-to-<wbr>db-dir;<wbr>create=<wbr>true</td> +<td>em<wbr>bedd<wbr>ed</td> </tr> <tr> <td><a href="http://www.frontbase.com/">FrontBase</a></td> -<td>jdbc.FrontBase.FBJDriver</td> -<td>jdbc:FrontBase://127.0.0.1/dbname</td> +<td>jdbc.<wbr>Front<wbr>Base.<wbr>FBJ<wbr>Driver</td> +<td>jdbc:<wbr>Front<wbr>Base:<wbr>//127.0.0.1<wbr>/dbname</td> <td></td> </tr> <tr> <td><a href="http://hsqldb.org/">HSQLDB</a></td> -<td>org.hsqldb.jdbcDriver</td> -<td>jdbc:hsqldb:hsql://127.0.0.1</td> -<td>client/server</td> +<td>org.<wbr>hsqldb.<wbr>jdbc<wbr>Driver</td> +<td>jdbc:<wbr>hsqldb:<wbr>hsql:<wbr>//127.0.0.1</td> +<td>client<wbr>/<wbr>server</td> </tr> <tr> <td></td> -<td>jdbc:hsqldb:</td> -<td>file:/path-to-hsql-db-files</td> -<td>embedded</td> +<td>jdbc:<wbr>hsqldb:</td> +<td>file:<wbr>/path-to-<wbr>hsql-db-<wbr>files</td> +<td>em<wbr>bedd<wbr>ed</td> </tr> <tr> <td><a href="www.h2database.com/">H2</a></td> -<td>org.h2.Driver</td> -<td>jdbc:h2:mem:myTestMem;MVCC=TRUE</td> -<td>embedded in-memory</td> +<td>org.<wbr>h2.<wbr>Driver</td> +<td>jdbc:<wbr>h2:<wbr>mem:<wbr>myTestMem;<wbr>MVCC=<wbr>TRUE</td> +<td>em<wbr>bedd<wbr>ed in-<wbr>me<wbr>mory</td> </tr> <tr> <td><a href="http://www.ingres.com/products/ingres-database.php">Ingres</a></td> -<td>com.ingres.jdbc.IngresDriver</td> -<td>jdbc:ingres://127.0.0.1:II7/dbname</td> +<td>com.<wbr>ingres.<wbr>jdbc.<wbr>Ingres<wbr>Driver</td> +<td>jdbc:<wbr>ingres:<wbr>//127.0.0.1<wbr>:II7<wbr>/dbname</td> <td></td> </tr> <tr> <td><a href="http://www.mysql.com/">MySQL</a></td> -<td>com.mysql.jdbc.Driver</td> -<td>jdbc:mysql://127.0.0.1/dbname</td> +<td>com.<wbr>mysql.<wbr>jdbc.<wbr>Driver</td> +<td>jdbc:<wbr>mysql:<wbr>//127.0.0.1<wbr>/dbname</td> <td></td> </tr> <tr> <td><a href="www.openbase.com">OpenBase</a></td> -<td>com.openbase.jdbc.ObDriver</td> -<td>jdbc:openbase://127.0.0.1/dbname</td> +<td>com.<wbr>open<wbr>base.<wbr>jdbc.<wbr>Ob<wbr>Driver</td> +<td>jdbc:<wbr>open<wbr>base:<wbr>//127.0.0.1<wbr>/dbname</td> <td></td> </tr> <tr> <td><a href="http://www.oracle.com/">Oracle</a></td> -<td>oracle.jdbc.driver.OracleDriver</td> -<td>jdbc:oracle:thin:@//127.0.0.1:1521/dbname</td> +<td>oracle.<wbr>jdbc.<wbr>driver.<wbr>Oracle<wbr>Driver</td> +<td>jdbc:<wbr>oracle<wbr>:thin:<wbr>@//127.0.0.1<wbr>:1521<wbr>/dbname</td> <td></td> </tr> <tr> <td><a href="http://www.postgresql.org/">PostgreSQL</a></td> -<td>org.postgresql.Driver</td> -<td>jdbc:postgresql://127.0.0.1:5432/dbname</td> +<td>org.<wbr>postgre<wbr>sql.<wbr>Driver</td> +<td>jdbc:<wbr>postgre<wbr>sql:<wbr>//127.0.0.1<wbr>:5432<wbr>/dbname</td> <td></td> </tr> <tr> <td><a href="http://www.sqlite.org/">SQLite 3.*</a></td> -<td>org.sqlite.JDBC</td> -<td>jdbc:sqlite:path_to_dbfile</td> -<td>driver from zentus.com</td> +<td>org.<wbr>sqlite.<wbr>JDBC</td> +<td>jdbc:<wbr>sqlite:<wbr>path_<wbr>to_<wbr>dbfile</td> +<td>driver from zentus<wbr>.com</td> </tr> <tr> <td><a href="http://www.microsoft.com/sqlserver">SQLServer</a></td> -<td><a href="http://msdn.microsoft.com/en-us/data/aa937724.aspx">com.microsoft.sqlserver.jdbc.SQLServerDriver</a></td> -<td>jdbc:sqlserver://127.0.0.1;databaseName=dbname</td> -<td>Microsoft Driver</td> +<td><a href="http://msdn.microsoft.com/en-us/data/aa937724.aspx">com.<wbr>microsoft.<wbr>sqlserver.<wbr>jdbc.<wbr>SQLServer<wbr>Driver</a></td> +<td>jdbc:<wbr>sql<wbr>server:<wbr>//127.0.0.1;<wbr>data<wbr>base<wbr>Name=<wbr>dbname</td> +<td>Micro<wbr>soft Driver</td> </tr> <tr> <td></td> -<td>com.microsoft.jdbc.sqlserver.SQLServerDriver</td> -<td>jdbc:microsoft:sqlserver://127.0.0.1;databaseName=dbname;SelectMethod=cursor</td> -<td>Microsoft Driver, SQL Server prior to 2005</td> +<td>com.<wbr>micro<wbr>soft.<wbr>jdbc.<wbr>sql<wbr>server.<wbr>SQL<wbr>Server<wbr>Driver</td> +<td>jdbc:<wbr>micro<wbr>soft:<wbr>sql<wbr>server:<wbr>//127.0.0.1<wbr>;data<wbr>base<wbr>Name<wbr>=dbname;<wbr>Select<wbr>Method<wbr>=cursor</td> +<td>Micro<wbr>soft Driver, SQL Server prior to 2005</td> </tr> <tr> <td></td> -<td>net.sourceforge.jtds.jdbc.Driver</td> -<td>jdbc:jtds:sqlserver://127.0.0.1:5000/dbname</td> +<td>net.<wbr>source<wbr>forge.<wbr>jtds.<wbr>jdbc.<wbr>Driver</td> +<td>jdbc:<wbr>jtds:<wbr>sql<wbr>server:<wbr>//127.0.0.1<wbr>:5000<wbr>/dbname</td> <td><a href="http://jtds.sourceforge.net/">jTDS Driver</a></td> </tr> <tr> <td><a href="http://www.sybase.com/">Sybase</a></td> -<td>com.sybase.jdbc3.jdbc.SybDriver</td> -<td>jdbc:sybase:Tds:127.0.0.1:5000/dbname</td> -<td>Sybase driver</td> +<td>com.<wbr>sybase.<wbr>jdbc3.<wbr>jdbc.<wbr>Syb<wbr>Driver</td> +<td>jdbc:<wbr>sybase:<wbr>Tds:<wbr>127.0.0.1<wbr>:5000<wbr>/dbname</td> +<td>Sy<wbr>base driver</td> </tr> <tr> <td></td> -<td>net.sourceforge.jtds.jdbc.Driver</td> -<td>jdbc:jtds:sybase://127.0.0.1:5000/dbname;useLOBs=false;TDS=4.2</td> +<td>net.<wbr>source<wbr>forge.<wbr>jtds.<wbr>jdbc.<wbr>Driver</td> +<td>jdbc:<wbr>jtds:<wbr>sybase:<wbr>//127.0.0.1<wbr>:5000<wbr>/dbname;<wbr>useLOBs=<wbr>false;<wbr>TDS=4.2</td> <td><a href="http://jtds.sourceforge.net/">jTDS Driver</a></td> </tr> </tbody>
http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/dev/building-cayenne.html ---------------------------------------------------------------------- diff --git a/dev/building-cayenne.html b/dev/building-cayenne.html index af05d7e..80588ee 100644 --- a/dev/building-cayenne.html +++ b/dev/building-cayenne.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Building Cayenne · Apache Cayenne</title> </head> @@ -102,7 +102,7 @@ or placed in <em>$HOME/.mavenrc</em>. Optimal values vary from platform to platform and between Cayenne versions, but these should probably work for everyone:</p> -<pre><code>MAVEN_OPTS="-Djava.net.preferIPv4Stack=true -Xms512m -Xmx512m -XX:MaxPermSize=128m" +<pre><code>MAVEN_OPTS="-Djava.net.preferIPv4Stack=true -Xms512m" </code></pre> <div class="pb-3"><!-- gap 3rem --></div> @@ -119,10 +119,10 @@ common flavor) :</p> </code></pre> <p>In order to skip the unit tests (to speed up the build process or because -some tests are failing), add <em>”-Dmaven.test.skip=true”</em> to any build +some tests are failing), add <em>”-DskipTests”</em> to any build flavor:</p> -<pre><code>mvn clean install -Dmaven.test.skip=true +<pre><code>mvn clean install -DskipTests </code></pre> <p>For the build to produce a release-like assembly, activate “assembly” http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/dev/cms-guide.html ---------------------------------------------------------------------- diff --git a/dev/cms-guide.html b/dev/cms-guide.html index 53b1e86..a68fabd 100644 --- a/dev/cms-guide.html +++ b/dev/cms-guide.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Guide to Cayenne CMS · Apache Cayenne</title> </head> @@ -92,7 +92,8 @@ <p>Or from GitHub mirror (in read only mode): <a href="https://github.com/apache/cayenne-website.git">https://github.com/apache/cayenne-website.git</a></p> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="dev-mode">Dev mode</h2> @@ -110,7 +111,8 @@ mvn <pre><code>mvn -Ddev.host="my.local" -Ddev.port="8080" </code></pre> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="publish">Publish</h2> @@ -127,7 +129,8 @@ mvn <p><em>NOTE</em>: This process can be automated by Jenkins. It can run publish on every commit to <code>master</code>. But at first it is better to use manual publishing.</p> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="content-modifications">Content modifications</h2> @@ -157,7 +160,8 @@ Content goes here You can run it like this: <code>./build-docs.sh 4.1.M2</code></li> </ul> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="advanced">Advanced</h2> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/dev/code-repository.html ---------------------------------------------------------------------- diff --git a/dev/code-repository.html b/dev/code-repository.html index bc7bada..52bd9a0 100644 --- a/dev/code-repository.html +++ b/dev/code-repository.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Code Repository · Apache Cayenne</title> </head> @@ -97,7 +97,8 @@ <p>Feel free to fork and/or star Cayenne there.</p> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="legacy-subversion-repository">Legacy Subversion Repository</h2> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/dev/eclipse.html ---------------------------------------------------------------------- diff --git a/dev/eclipse.html b/dev/eclipse.html index 622d21c..829b1d8 100644 --- a/dev/eclipse.html +++ b/dev/eclipse.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Working with Cayenne code in Eclipse · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/dev/how_development_happens.html ---------------------------------------------------------------------- diff --git a/dev/how_development_happens.html b/dev/how_development_happens.html index b71994d..4de3cf6 100644 --- a/dev/how_development_happens.html +++ b/dev/how_development_happens.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>How development happens · Apache Cayenne</title> </head> @@ -107,7 +107,8 @@ For further details consult the official <a href="http://www.apache.org/foundati <p>In addition to the general Apache responsibilities, this is what is expected of everyone with privileges within the Cayenne project.</p> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="contribution">Contribution</h2> @@ -117,7 +118,8 @@ Everyone here is a volunteer, so quantity of effort is not the most important factor. Help when you can, but let the rest of the community know if you will be out of action for an extended period.</p> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="mailing-lists">Mailing lists</h2> @@ -129,7 +131,8 @@ pleasant places to be for all users regardless of their English language skills or technical experience. When things might go off the rails, a gentle nudge back in the right direction is all that is needed.</p> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="voting">Voting</h2> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/dev/index.html ---------------------------------------------------------------------- diff --git a/dev/index.html b/dev/index.html index d8d620c..be11049 100644 --- a/dev/index.html +++ b/dev/index.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Developer Guide · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/dev/release-guide.html ---------------------------------------------------------------------- diff --git a/dev/release-guide.html b/dev/release-guide.html index 72f7982..232c822 100644 --- a/dev/release-guide.html +++ b/dev/release-guide.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Release Guide · Apache Cayenne</title> </head> @@ -93,7 +93,8 @@ that we are publishing both downloadable assemblies and Maven artifacts, so we have to build and publish things twice. Both forms of Cayenne release are also available for evaluation during the vote.</p> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="prerequisites">Prerequisites</h2> @@ -107,7 +108,8 @@ for details.</li> <li>As Cayenne has modules which require Java 1.8, you should use Java 1.8 to perform the release.</li> </ul> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="preparing-sources">Preparing Sources</h2> @@ -123,8 +125,8 @@ source. Then read the report and fix any issues.</p> </code></pre></li> </ul> -<div class="pb-3"><!-- gap 3rem --></div> - + +<div class="pb-3"></div> <h2 id="tagging-the-repo-and-releasing-maven-artifacts">Tagging the Repo and Releasing Maven Artifacts</h2> @@ -145,7 +147,8 @@ be used by the people voting on Cayenne. It may look like this: <a href="https://repository.apache.org/content/repositories/orgapachecayenne-052/">https://repository.apache.org/content/repositories/orgapachecayenne-052/</a></p></li> </ul> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="releasing-downloadable-assemblies">Releasing Downloadable Assemblies</h2> @@ -194,7 +197,8 @@ work (“-u” option can be omitted if you have only one GPG key):</p> used for staging development releases: <a href="https://dist.apache.org/repos/dist/dev/cayenne/">https://dist.apache.org/repos/dist/dev/cayenne/</a>. Use a separate folder for each release. For more info on this repository check <a href="http://apache.org/dev/release.html#upload-ci">the infrastructure docs</a>.</li> </ul> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="voting">Voting</h2> @@ -219,7 +223,8 @@ running them manually or verifying that Hudson has run those tests against the equivalent source).</li> </ul> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="publishing-the-release">Publishing the Release</h2> @@ -234,7 +239,8 @@ select the staging repo and click “Release”.</p></li> </code></pre></li> </ul> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="after-the-release">After the release</h2> @@ -269,7 +275,8 @@ add any new features</p></li> <li><p>Update <a href="http://en.wikipedia.org/wiki/Apache_Cayenne">http://en.wikipedia.org/wiki/Apache_Cayenne</a></p></li> </ul> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="reference">Reference:</h2> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/dev/running-unit-tests.html ---------------------------------------------------------------------- diff --git a/dev/running-unit-tests.html b/dev/running-unit-tests.html index aa601ab..70d227e 100644 --- a/dev/running-unit-tests.html +++ b/dev/running-unit-tests.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Running Unit Tests · Apache Cayenne</title> </head> @@ -95,6 +95,9 @@ Maven.</p> <p>Maven <a href="/dev/building-cayenne.html">build prerequisites and recommended settings</a> apply here.</p> + +<div class="pb-2"></div> + <h2 id="running-against-embedded-hsqldb">Running Against Embedded HSQLDB</h2> <p>No extra setup is required. Just run Maven:</p> @@ -109,7 +112,8 @@ $ mvn install $ mvn clean verify </code></pre> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="running-against-in-memory-database">Running Against In-memory Database</h2> @@ -128,7 +132,8 @@ following databases that support in-memory mode:</p> <pre><code>$ mvn verify -DcayenneTestConnection=derby </code></pre> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="running-against-database-in-docker-only-on-linux">Running Against Database in Docker (only on Linux)</h2> @@ -145,13 +150,15 @@ The only thing you need is to install Docker.</p> <pre><code>$ mvn verify -DcayenneTestConnection=postgres-docker </code></pre> -<div class="pb-3"><!-- gap 3rem --></div> + +<div class="pb-3"></div> <h2 id="running-against-a-specific-database">Running Against a Specific Database</h2> <p>Final option to run tests against any supported database is with manual configuration.</p> -<div class="pb-1l2"><!-- gap .5rem --></div> + +<div class="pb-1l2"></div> <h5 id="step-1-install-jdbc-driver-jars-in-a-local-maven-repo">Step 1. Install JDBC Driver Jars in a Local Maven Repo</h5> @@ -190,7 +197,8 @@ the POM or the examples below.</p> -DartifactId=sybase-driver -Dversion=12 -Dpackaging=jar -DgeneratePom=true </code></pre> -<div class="pb-3l2"><!-- gap 1.5rem --></div> + +<div class="pb-3l2"></div> <h5 id="step-2-run-tests-against-configured-data-source">Step 2. Run Tests Against Configured Data Source</h5> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/accessing-pk-and-fk-values.html ---------------------------------------------------------------------- diff --git a/docs/1.2/accessing-pk-and-fk-values.html b/docs/1.2/accessing-pk-and-fk-values.html index 19d5f79..4b9f1eb 100644 --- a/docs/1.2/accessing-pk-and-fk-values.html +++ b/docs/1.2/accessing-pk-and-fk-values.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Accessing PK and FK values · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/acknowledgments.html ---------------------------------------------------------------------- diff --git a/docs/1.2/acknowledgments.html b/docs/1.2/acknowledgments.html index 53e727c..d34d572 100644 --- a/docs/1.2/acknowledgments.html +++ b/docs/1.2/acknowledgments.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Acknowledgments · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/ant-tasks.html ---------------------------------------------------------------------- diff --git a/docs/1.2/ant-tasks.html b/docs/1.2/ant-tasks.html index bf8fd7f..4fcec2a 100644 --- a/docs/1.2/ant-tasks.html +++ b/docs/1.2/ant-tasks.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Ant Tasks · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/building-expressions.html ---------------------------------------------------------------------- diff --git a/docs/1.2/building-expressions.html b/docs/1.2/building-expressions.html index a0cc635..eaaeebd 100644 --- a/docs/1.2/building-expressions.html +++ b/docs/1.2/building-expressions.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Building Expressions · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/caching-lookup-tables.html ---------------------------------------------------------------------- diff --git a/docs/1.2/caching-lookup-tables.html b/docs/1.2/caching-lookup-tables.html index 57a2286..446ae42 100644 --- a/docs/1.2/caching-lookup-tables.html +++ b/docs/1.2/caching-lookup-tables.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Caching Lookup Tables · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/caching-query-results.html ---------------------------------------------------------------------- diff --git a/docs/1.2/caching-query-results.html b/docs/1.2/caching-query-results.html index 8631503..26d1b56 100644 --- a/docs/1.2/caching-query-results.html +++ b/docs/1.2/caching-query-results.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Caching Query Results · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cayenne-contract.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cayenne-contract.html b/docs/1.2/cayenne-contract.html index 16512ba..874191a 100644 --- a/docs/1.2/cayenne-contract.html +++ b/docs/1.2/cayenne-contract.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Cayenne Contract · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cayenne-datamaps.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cayenne-datamaps.html b/docs/1.2/cayenne-datamaps.html index 7fc3fc3..0138987 100644 --- a/docs/1.2/cayenne-datamaps.html +++ b/docs/1.2/cayenne-datamaps.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Cayenne DataMaps · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cayenne-project-structure.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cayenne-project-structure.html b/docs/1.2/cayenne-project-structure.html index 852d69a..8347418 100644 --- a/docs/1.2/cayenne-project-structure.html +++ b/docs/1.2/cayenne-project-structure.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Cayenne Project Structure · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cayenne-projects.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cayenne-projects.html b/docs/1.2/cayenne-projects.html index 1807589..8e2aa24 100644 --- a/docs/1.2/cayenne-projects.html +++ b/docs/1.2/cayenne-projects.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Cayenne Projects · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cayenne-user-directory.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cayenne-user-directory.html b/docs/1.2/cayenne-user-directory.html index 3ce45b9..abd47e5 100644 --- a/docs/1.2/cayenne-user-directory.html +++ b/docs/1.2/cayenne-user-directory.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Cayenne User Directory · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cayennemodeler-and-eclipse.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cayennemodeler-and-eclipse.html b/docs/1.2/cayennemodeler-and-eclipse.html index 780f417..1f24bba 100644 --- a/docs/1.2/cayennemodeler-and-eclipse.html +++ b/docs/1.2/cayennemodeler-and-eclipse.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>CayenneModeler and Eclipse · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cayennemodeler-flattened-relationships.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cayennemodeler-flattened-relationships.html b/docs/1.2/cayennemodeler-flattened-relationships.html index 099c45f..fefb62b 100644 --- a/docs/1.2/cayennemodeler-flattened-relationships.html +++ b/docs/1.2/cayennemodeler-flattened-relationships.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>CayenneModeler Flattened Relationships · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cdataport.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cdataport.html b/docs/1.2/cdataport.html index 9236cf7..51763fe 100644 --- a/docs/1.2/cdataport.html +++ b/docs/1.2/cdataport.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>cdataport · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cdbgen.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cdbgen.html b/docs/1.2/cdbgen.html index 0a09cf8..5ed1e3a 100644 --- a/docs/1.2/cdbgen.html +++ b/docs/1.2/cdbgen.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>cdbgen · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cdeploy.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cdeploy.html b/docs/1.2/cdeploy.html index 3a29fa7..db5431f 100644 --- a/docs/1.2/cdeploy.html +++ b/docs/1.2/cdeploy.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>cdeploy · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/cgen.html ---------------------------------------------------------------------- diff --git a/docs/1.2/cgen.html b/docs/1.2/cgen.html index db4571d..936397e 100644 --- a/docs/1.2/cgen.html +++ b/docs/1.2/cgen.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>cgen · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/classpath.html ---------------------------------------------------------------------- diff --git a/docs/1.2/classpath.html b/docs/1.2/classpath.html index 94a49bc..9f61ba1 100644 --- a/docs/1.2/classpath.html +++ b/docs/1.2/classpath.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>ClassPath · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/common-modeling-tasks.html ---------------------------------------------------------------------- diff --git a/docs/1.2/common-modeling-tasks.html b/docs/1.2/common-modeling-tasks.html index a21e0f3..b6757a4 100644 --- a/docs/1.2/common-modeling-tasks.html +++ b/docs/1.2/common-modeling-tasks.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Common Modeling Tasks · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/configuring-caching-behavior.html ---------------------------------------------------------------------- diff --git a/docs/1.2/configuring-caching-behavior.html b/docs/1.2/configuring-caching-behavior.html index 878b500..fcd4c23 100644 --- a/docs/1.2/configuring-caching-behavior.html +++ b/docs/1.2/configuring-caching-behavior.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Configuring Caching Behavior · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/configuring-deployment-settings.html ---------------------------------------------------------------------- diff --git a/docs/1.2/configuring-deployment-settings.html b/docs/1.2/configuring-deployment-settings.html index 0265ecf..0a8ae1d 100644 --- a/docs/1.2/configuring-deployment-settings.html +++ b/docs/1.2/configuring-deployment-settings.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Configuring Deployment Settings · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/configuring-logging.html ---------------------------------------------------------------------- diff --git a/docs/1.2/configuring-logging.html b/docs/1.2/configuring-logging.html index b6d36a4..eb69f58 100644 --- a/docs/1.2/configuring-logging.html +++ b/docs/1.2/configuring-logging.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Configuring Logging · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/configuring-object-validation.html ---------------------------------------------------------------------- diff --git a/docs/1.2/configuring-object-validation.html b/docs/1.2/configuring-object-validation.html index eb908c4..54ba82e 100644 --- a/docs/1.2/configuring-object-validation.html +++ b/docs/1.2/configuring-object-validation.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Configuring Object Validation · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/configuring-transactional-behavior.html ---------------------------------------------------------------------- diff --git a/docs/1.2/configuring-transactional-behavior.html b/docs/1.2/configuring-transactional-behavior.html index 64642e2..0ad2dec 100644 --- a/docs/1.2/configuring-transactional-behavior.html +++ b/docs/1.2/configuring-transactional-behavior.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Configuring Transactional Behavior · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/converting-an-existing-business-framework.html ---------------------------------------------------------------------- diff --git a/docs/1.2/converting-an-existing-business-framework.html b/docs/1.2/converting-an-existing-business-framework.html index 122f7a3..032aa24 100644 --- a/docs/1.2/converting-an-existing-business-framework.html +++ b/docs/1.2/converting-an-existing-business-framework.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Converting an Existing Business Framework · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/create-datanode.html ---------------------------------------------------------------------- diff --git a/docs/1.2/create-datanode.html b/docs/1.2/create-datanode.html index 3498096..3df0f60 100644 --- a/docs/1.2/create-datanode.html +++ b/docs/1.2/create-datanode.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Create DataNode · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/create-new-project.html ---------------------------------------------------------------------- diff --git a/docs/1.2/create-new-project.html b/docs/1.2/create-new-project.html index 3ce2975..2cb3bce 100644 --- a/docs/1.2/create-new-project.html +++ b/docs/1.2/create-new-project.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Create New Project · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/customizing-configuration.html ---------------------------------------------------------------------- diff --git a/docs/1.2/customizing-configuration.html b/docs/1.2/customizing-configuration.html index 9b0e08d..15200aa 100644 --- a/docs/1.2/customizing-configuration.html +++ b/docs/1.2/customizing-configuration.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Customizing Configuration · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/customizing-queries.html ---------------------------------------------------------------------- diff --git a/docs/1.2/customizing-queries.html b/docs/1.2/customizing-queries.html index fcf67c8..c622a5e 100644 --- a/docs/1.2/customizing-queries.html +++ b/docs/1.2/customizing-queries.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Customizing Queries · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/customizing.html ---------------------------------------------------------------------- diff --git a/docs/1.2/customizing.html b/docs/1.2/customizing.html index a6950f5..9feddb4 100644 --- a/docs/1.2/customizing.html +++ b/docs/1.2/customizing.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Customizing · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/data-rows.html ---------------------------------------------------------------------- diff --git a/docs/1.2/data-rows.html b/docs/1.2/data-rows.html index e49b8d1..a74a047 100644 --- a/docs/1.2/data-rows.html +++ b/docs/1.2/data-rows.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Data Rows · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/datachannel.html ---------------------------------------------------------------------- diff --git a/docs/1.2/datachannel.html b/docs/1.2/datachannel.html index 29f4c84..e888471 100644 --- a/docs/1.2/datachannel.html +++ b/docs/1.2/datachannel.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataChannel · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/datacontext.html ---------------------------------------------------------------------- diff --git a/docs/1.2/datacontext.html b/docs/1.2/datacontext.html index 0dd67ca..04fc04f 100644 --- a/docs/1.2/datacontext.html +++ b/docs/1.2/datacontext.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataContext · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/datacontextdelegate.html ---------------------------------------------------------------------- diff --git a/docs/1.2/datacontextdelegate.html b/docs/1.2/datacontextdelegate.html index cd8c5bc..6bb2440 100644 --- a/docs/1.2/datacontextdelegate.html +++ b/docs/1.2/datacontextdelegate.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataContextDelegate · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/datacontextfactory.html ---------------------------------------------------------------------- diff --git a/docs/1.2/datacontextfactory.html b/docs/1.2/datacontextfactory.html index c85f3f9..6d49413 100644 --- a/docs/1.2/datacontextfactory.html +++ b/docs/1.2/datacontextfactory.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataContextFactory · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/datanode.html ---------------------------------------------------------------------- diff --git a/docs/1.2/datanode.html b/docs/1.2/datanode.html index 5b23049..0cbb541 100644 --- a/docs/1.2/datanode.html +++ b/docs/1.2/datanode.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataNode · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dataobject-state-management.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dataobject-state-management.html b/docs/1.2/dataobject-state-management.html index 297ec22..fe50771 100644 --- a/docs/1.2/dataobject-state-management.html +++ b/docs/1.2/dataobject-state-management.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataObject State Management · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dataobject-validation.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dataobject-validation.html b/docs/1.2/dataobject-validation.html index 9f3be6b..60991a4 100644 --- a/docs/1.2/dataobject-validation.html +++ b/docs/1.2/dataobject-validation.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataObject Validation · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dataobjects-example.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dataobjects-example.html b/docs/1.2/dataobjects-example.html index b9b057a..d6434c4 100644 --- a/docs/1.2/dataobjects-example.html +++ b/docs/1.2/dataobjects-example.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataObjects Example · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dataobjects.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dataobjects.html b/docs/1.2/dataobjects.html index 45a405a..843f7b4 100644 --- a/docs/1.2/dataobjects.html +++ b/docs/1.2/dataobjects.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataObjects · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dataobjectutils.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dataobjectutils.html b/docs/1.2/dataobjectutils.html index 0ba0ac3..dc6f975 100644 --- a/docs/1.2/dataobjectutils.html +++ b/docs/1.2/dataobjectutils.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataObjectUtils · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/datasource.html ---------------------------------------------------------------------- diff --git a/docs/1.2/datasource.html b/docs/1.2/datasource.html index 0093eca..3757837 100644 --- a/docs/1.2/datasource.html +++ b/docs/1.2/datasource.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataSource · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dataview-concepts.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dataview-concepts.html b/docs/1.2/dataview-concepts.html index f27d69d..21bb298 100644 --- a/docs/1.2/dataview-concepts.html +++ b/docs/1.2/dataview-concepts.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataView Concepts · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dataviews-in-action.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dataviews-in-action.html b/docs/1.2/dataviews-in-action.html index c5f54b1..bdb4564 100644 --- a/docs/1.2/dataviews-in-action.html +++ b/docs/1.2/dataviews-in-action.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataViews in Action · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dataviews.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dataviews.html b/docs/1.2/dataviews.html index ac3ef93..54b75e8 100644 --- a/docs/1.2/dataviews.html +++ b/docs/1.2/dataviews.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DataViews · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dbadapter.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dbadapter.html b/docs/1.2/dbadapter.html index 63bc846..9c664d6 100644 --- a/docs/1.2/dbadapter.html +++ b/docs/1.2/dbadapter.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DbAdapter · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/delete-rules.html ---------------------------------------------------------------------- diff --git a/docs/1.2/delete-rules.html b/docs/1.2/delete-rules.html index d762a8e..f75677c 100644 --- a/docs/1.2/delete-rules.html +++ b/docs/1.2/delete-rules.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Delete Rules · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/deleting-objects.html ---------------------------------------------------------------------- diff --git a/docs/1.2/deleting-objects.html b/docs/1.2/deleting-objects.html index fb9f936..7c8df25 100644 --- a/docs/1.2/deleting-objects.html +++ b/docs/1.2/deleting-objects.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Deleting Objects · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/deployment-with-ant.html ---------------------------------------------------------------------- diff --git a/docs/1.2/deployment-with-ant.html b/docs/1.2/deployment-with-ant.html index 31401eb..b543e73 100644 --- a/docs/1.2/deployment-with-ant.html +++ b/docs/1.2/deployment-with-ant.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Deployment with Ant · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/deployment.html ---------------------------------------------------------------------- diff --git a/docs/1.2/deployment.html b/docs/1.2/deployment.html index 41884dc..1d71f20 100644 --- a/docs/1.2/deployment.html +++ b/docs/1.2/deployment.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Deployment · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/design.html ---------------------------------------------------------------------- diff --git a/docs/1.2/design.html b/docs/1.2/design.html index 12f88b9..569aa73 100644 --- a/docs/1.2/design.html +++ b/docs/1.2/design.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Design · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/dvmodeler-gui-tool.html ---------------------------------------------------------------------- diff --git a/docs/1.2/dvmodeler-gui-tool.html b/docs/1.2/dvmodeler-gui-tool.html index 542d051..96087fc 100644 --- a/docs/1.2/dvmodeler-gui-tool.html +++ b/docs/1.2/dvmodeler-gui-tool.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>DVModeler GUI Tool · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/entityresolver.html ---------------------------------------------------------------------- diff --git a/docs/1.2/entityresolver.html b/docs/1.2/entityresolver.html index 25ee343..6d595c2 100644 --- a/docs/1.2/entityresolver.html +++ b/docs/1.2/entityresolver.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>EntityResolver · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/event-package.html ---------------------------------------------------------------------- diff --git a/docs/1.2/event-package.html b/docs/1.2/event-package.html index 21c6c6d..2d5a234 100644 --- a/docs/1.2/event-package.html +++ b/docs/1.2/event-package.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Event Package · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/executing-a-stored-procedure.html ---------------------------------------------------------------------- diff --git a/docs/1.2/executing-a-stored-procedure.html b/docs/1.2/executing-a-stored-procedure.html index 1182ccd..ada3756 100644 --- a/docs/1.2/executing-a-stored-procedure.html +++ b/docs/1.2/executing-a-stored-procedure.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Executing a Stored Procedure · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/expression-factory-utilities.html ---------------------------------------------------------------------- diff --git a/docs/1.2/expression-factory-utilities.html b/docs/1.2/expression-factory-utilities.html index dd0584a..dafe919 100644 --- a/docs/1.2/expression-factory-utilities.html +++ b/docs/1.2/expression-factory-utilities.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Expression Factory Utilities · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/expressions.html ---------------------------------------------------------------------- diff --git a/docs/1.2/expressions.html b/docs/1.2/expressions.html index 1cfc0cb..1c730a9 100644 --- a/docs/1.2/expressions.html +++ b/docs/1.2/expressions.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Expressions · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/extended-types.html ---------------------------------------------------------------------- diff --git a/docs/1.2/extended-types.html b/docs/1.2/extended-types.html index 9790143..eb64997 100644 --- a/docs/1.2/extended-types.html +++ b/docs/1.2/extended-types.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Extended Types · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/flattened-relationships.html ---------------------------------------------------------------------- diff --git a/docs/1.2/flattened-relationships.html b/docs/1.2/flattened-relationships.html index 7651f96..c2f75b3 100644 --- a/docs/1.2/flattened-relationships.html +++ b/docs/1.2/flattened-relationships.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Flattened Relationships · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/general-navigation.html ---------------------------------------------------------------------- diff --git a/docs/1.2/general-navigation.html b/docs/1.2/general-navigation.html index d8c3d8e..6d71e6f 100644 --- a/docs/1.2/general-navigation.html +++ b/docs/1.2/general-navigation.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>General Navigation · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/general-preferences.html ---------------------------------------------------------------------- diff --git a/docs/1.2/general-preferences.html b/docs/1.2/general-preferences.html index 1d7c579..116ce14 100644 --- a/docs/1.2/general-preferences.html +++ b/docs/1.2/general-preferences.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>General Preferences · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/generate-database-schema.html ---------------------------------------------------------------------- diff --git a/docs/1.2/generate-database-schema.html b/docs/1.2/generate-database-schema.html index fa26d3d..0632a09 100644 --- a/docs/1.2/generate-database-schema.html +++ b/docs/1.2/generate-database-schema.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Generate Database Schema · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/generate-java-classes.html ---------------------------------------------------------------------- diff --git a/docs/1.2/generate-java-classes.html b/docs/1.2/generate-java-classes.html index beab62b..5873b70 100644 --- a/docs/1.2/generate-java-classes.html +++ b/docs/1.2/generate-java-classes.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Generate Java Classes · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/generate-primary-key-support.html ---------------------------------------------------------------------- diff --git a/docs/1.2/generate-primary-key-support.html b/docs/1.2/generate-primary-key-support.html index b2a8f7b..c0ad197 100644 --- a/docs/1.2/generate-primary-key-support.html +++ b/docs/1.2/generate-primary-key-support.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Generate Primary Key Support · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/generated-columns.html ---------------------------------------------------------------------- diff --git a/docs/1.2/generated-columns.html b/docs/1.2/generated-columns.html index 7818672..096827d 100644 --- a/docs/1.2/generated-columns.html +++ b/docs/1.2/generated-columns.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Generated Columns · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/generic-persistent-class.html ---------------------------------------------------------------------- diff --git a/docs/1.2/generic-persistent-class.html b/docs/1.2/generic-persistent-class.html index 75cb516..ace29cc 100644 --- a/docs/1.2/generic-persistent-class.html +++ b/docs/1.2/generic-persistent-class.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Generic Persistent Class · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/guide-to-11-features.html ---------------------------------------------------------------------- diff --git a/docs/1.2/guide-to-11-features.html b/docs/1.2/guide-to-11-features.html index 027e86a..248c70c 100644 --- a/docs/1.2/guide-to-11-features.html +++ b/docs/1.2/guide-to-11-features.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Guide to 1.1 Features · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/guide-to-12-features.html ---------------------------------------------------------------------- diff --git a/docs/1.2/guide-to-12-features.html b/docs/1.2/guide-to-12-features.html index a8a123c..bc0fac9 100644 --- a/docs/1.2/guide-to-12-features.html +++ b/docs/1.2/guide-to-12-features.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Guide to 1.2 Features · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/handling-inheritance.html ---------------------------------------------------------------------- diff --git a/docs/1.2/handling-inheritance.html b/docs/1.2/handling-inheritance.html index b0a2b58..6aab9aa 100644 --- a/docs/1.2/handling-inheritance.html +++ b/docs/1.2/handling-inheritance.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Handling Inheritance · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/in-memory-evaluation.html ---------------------------------------------------------------------- diff --git a/docs/1.2/in-memory-evaluation.html b/docs/1.2/in-memory-evaluation.html index ab19d8d..91d6124 100644 --- a/docs/1.2/in-memory-evaluation.html +++ b/docs/1.2/in-memory-evaluation.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>In-Memory Evaluation · Apache Cayenne</title> </head> http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/1a4999ec/docs/1.2/index.html ---------------------------------------------------------------------- diff --git a/docs/1.2/index.html b/docs/1.2/index.html index a99fed0..6f712ce 100644 --- a/docs/1.2/index.html +++ b/docs/1.2/index.html @@ -11,7 +11,7 @@ <link rel="shortcut icon" href="/img/favicon/favicon-6cef91375b.ico"> <meta name="msapplication-config" content="/img/favicon/browserconfig-82ff158058.xml"> <meta name="theme-color" content="#ffffff"> - <link rel="stylesheet" href="http://54.84.229.93/css/styles-5ade48e498.css"/> + <link rel="stylesheet" href="http://54.84.229.93/css/styles-c50fffa94d.css"/> <script src="http://54.84.229.93/js/bundle-bcaaf59313.js"></script> <title>Documentation for Cayenne 1.2 (Legacy) · Apache Cayenne</title> </head>