From 44091660eaeb2c41c5466e680dc199c58589574e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 25 Jun 2014 15:39:13 -0700 Subject: [PATCH] Migrated to Github. --- LGPL | 165 ------------------ LICENSE | 32 ++-- README | 46 ----- README.md | 67 +++++++ lib/SNAPSHOT_README | 12 -- lib/SOURCE_HEADER | 2 +- pom.xml | 15 +- .../com/samskivert/depot/CacheAdapter.java | 2 +- .../samskivert/depot/CacheInvalidator.java | 2 +- .../java/com/samskivert/depot/CacheKey.java | 2 +- .../com/samskivert/depot/CountRecord.java | 2 +- .../com/samskivert/depot/DataMigration.java | 2 +- .../samskivert/depot/DatabaseException.java | 2 +- .../java/com/samskivert/depot/DateFuncs.java | 2 +- .../com/samskivert/depot/DepotRepository.java | 2 +- .../depot/DuplicateKeyException.java | 2 +- .../com/samskivert/depot/EHCacheAdapter.java | 2 +- src/main/java/com/samskivert/depot/Exps.java | 2 +- src/main/java/com/samskivert/depot/Funcs.java | 2 +- src/main/java/com/samskivert/depot/Key.java | 2 +- .../java/com/samskivert/depot/KeySet.java | 2 +- src/main/java/com/samskivert/depot/Log.java | 2 +- .../java/com/samskivert/depot/MathFuncs.java | 2 +- .../com/samskivert/depot/MultiKeySet.java | 2 +- src/main/java/com/samskivert/depot/Ops.java | 2 +- .../samskivert/depot/PersistenceContext.java | 2 +- .../samskivert/depot/PersistentRecord.java | 2 +- src/main/java/com/samskivert/depot/Query.java | 2 +- .../com/samskivert/depot/SQLFragment.java | 2 +- .../com/samskivert/depot/SchemaMigration.java | 2 +- src/main/java/com/samskivert/depot/Stats.java | 2 +- .../com/samskivert/depot/StringFuncs.java | 2 +- .../com/samskivert/depot/Transformer.java | 2 +- .../com/samskivert/depot/Transformers.java | 2 +- .../depot/ValidatingCacheInvalidator.java | 2 +- .../samskivert/depot/annotation/Column.java | 2 +- .../samskivert/depot/annotation/Computed.java | 2 +- .../samskivert/depot/annotation/Entity.java | 2 +- .../depot/annotation/FullTextIndex.java | 2 +- .../depot/annotation/GeneratedValue.java | 2 +- .../depot/annotation/GenerationType.java | 2 +- .../com/samskivert/depot/annotation/Id.java | 2 +- .../samskivert/depot/annotation/Index.java | 2 +- .../depot/annotation/TableGenerator.java | 2 +- .../depot/annotation/Transform.java | 2 +- .../depot/annotation/Transient.java | 2 +- .../depot/annotation/UniqueConstraint.java | 2 +- .../depot/annotation/package-info.java | 2 +- .../com/samskivert/depot/clause/Distinct.java | 2 +- .../depot/clause/FieldDefinition.java | 2 +- .../depot/clause/FieldOverride.java | 2 +- .../samskivert/depot/clause/ForUpdate.java | 2 +- .../samskivert/depot/clause/FromOverride.java | 2 +- .../com/samskivert/depot/clause/GroupBy.java | 2 +- .../samskivert/depot/clause/InsertClause.java | 2 +- .../com/samskivert/depot/clause/Join.java | 2 +- .../com/samskivert/depot/clause/Limit.java | 2 +- .../com/samskivert/depot/clause/OrderBy.java | 2 +- .../samskivert/depot/clause/QueryClause.java | 2 +- .../samskivert/depot/clause/SelectClause.java | 2 +- .../com/samskivert/depot/clause/Where.java | 2 +- .../samskivert/depot/clause/WhereClause.java | 2 +- .../samskivert/depot/clause/package-info.java | 2 +- .../depot/expression/ColumnExp.java | 2 +- .../depot/expression/FluentExp.java | 2 +- .../depot/expression/SQLExpression.java | 2 +- .../depot/expression/package-info.java | 2 +- .../samskivert/depot/impl/BuildVisitor.java | 2 +- .../depot/impl/DepotMarshaller.java | 2 +- .../samskivert/depot/impl/DepotMetaData.java | 2 +- .../impl/DepotMigrationHistoryRecord.java | 2 +- .../com/samskivert/depot/impl/DepotTypes.java | 2 +- .../com/samskivert/depot/impl/DepotUtil.java | 2 +- .../depot/impl/ExpressionEvaluator.java | 2 +- .../com/samskivert/depot/impl/Fetcher.java | 2 +- .../depot/impl/FieldMarshaller.java | 2 +- .../depot/impl/FindAllKeysQuery.java | 2 +- .../samskivert/depot/impl/FindAllQuery.java | 2 +- .../samskivert/depot/impl/FindOneQuery.java | 2 +- .../depot/impl/FragmentVisitor.java | 2 +- .../samskivert/depot/impl/HSQLBuilder.java | 2 +- .../depot/impl/IdentityValueGenerator.java | 2 +- .../samskivert/depot/impl/KeyCacheKey.java | 2 +- .../com/samskivert/depot/impl/Modifier.java | 2 +- .../samskivert/depot/impl/MySQLBuilder.java | 2 +- .../com/samskivert/depot/impl/Operation.java | 2 +- .../depot/impl/PostgreSQL4Builder.java | 2 +- .../depot/impl/PostgreSQLBuilder.java | 2 +- .../com/samskivert/depot/impl/Projector.java | 2 +- .../depot/impl/QueryMarshaller.java | 2 +- .../samskivert/depot/impl/QueryResult.java | 2 +- .../com/samskivert/depot/impl/SQLBuilder.java | 2 +- .../samskivert/depot/impl/SimpleCacheKey.java | 2 +- .../depot/impl/TableValueGenerator.java | 2 +- .../samskivert/depot/impl/ValueGenerator.java | 2 +- .../depot/impl/clause/CreateIndexClause.java | 2 +- .../depot/impl/clause/DeleteClause.java | 2 +- .../depot/impl/clause/DropIndexClause.java | 2 +- .../depot/impl/clause/UpdateClause.java | 2 +- .../depot/impl/expression/AggregateFun.java | 2 +- .../depot/impl/expression/ArgumentExp.java | 2 +- .../depot/impl/expression/ConditionalFun.java | 2 +- .../depot/impl/expression/DateFun.java | 2 +- .../depot/impl/expression/Function.java | 2 +- .../depot/impl/expression/IntervalExp.java | 2 +- .../depot/impl/expression/LiteralExp.java | 2 +- .../depot/impl/expression/NumericalFun.java | 2 +- .../depot/impl/expression/StringFun.java | 2 +- .../depot/impl/expression/ValueExp.java | 2 +- .../samskivert/depot/impl/operator/Add.java | 2 +- .../depot/impl/operator/Arithmetic.java | 2 +- .../depot/impl/operator/BaseOperator.java | 2 +- .../depot/impl/operator/BinaryOperator.java | 2 +- .../depot/impl/operator/BitAnd.java | 2 +- .../samskivert/depot/impl/operator/BitOr.java | 2 +- .../samskivert/depot/impl/operator/Div.java | 2 +- .../depot/impl/operator/Equals.java | 2 +- .../depot/impl/operator/Exists.java | 2 +- .../depot/impl/operator/GreaterThan.java | 2 +- .../impl/operator/GreaterThanEquals.java | 2 +- .../samskivert/depot/impl/operator/In.java | 2 +- .../depot/impl/operator/IsNull.java | 2 +- .../depot/impl/operator/LessThan.java | 2 +- .../depot/impl/operator/LessThanEquals.java | 2 +- .../samskivert/depot/impl/operator/Like.java | 2 +- .../samskivert/depot/impl/operator/Mul.java | 2 +- .../depot/impl/operator/MultiOperator.java | 2 +- .../samskivert/depot/impl/operator/Not.java | 2 +- .../depot/impl/operator/NotEquals.java | 2 +- .../samskivert/depot/impl/operator/Sub.java | 2 +- .../samskivert/depot/impl/util/SeqImpl.java | 2 +- .../com/samskivert/depot/operator/Case.java | 2 +- .../samskivert/depot/operator/FullText.java | 2 +- .../depot/operator/package-info.java | 2 +- .../com/samskivert/depot/package-info.java | 2 +- .../com/samskivert/depot/tools/GenRecord.java | 2 +- .../samskivert/depot/tools/GenRecordTask.java | 2 +- .../samskivert/depot/tools/package-info.java | 2 +- .../com/samskivert/depot/util/Builder2.java | 2 +- .../com/samskivert/depot/util/Builder3.java | 2 +- .../com/samskivert/depot/util/Builder4.java | 2 +- .../com/samskivert/depot/util/Builder5.java | 2 +- .../samskivert/depot/util/RuntimeUtil.java | 2 +- .../com/samskivert/depot/util/Sequence.java | 2 +- .../com/samskivert/depot/util/Tuple2.java | 2 +- .../com/samskivert/depot/util/Tuple3.java | 2 +- .../com/samskivert/depot/util/Tuple4.java | 2 +- .../com/samskivert/depot/util/Tuple5.java | 2 +- .../samskivert/depot/util/package-info.java | 2 +- src/main/javadoc/overview.html | 26 +-- .../samskivert/depot/AllGeneratedRecord.java | 4 + .../com/samskivert/depot/AllTypesRecord.java | 2 +- .../com/samskivert/depot/AllTypesTest.java | 2 +- .../com/samskivert/depot/ByteEnumTest.java | 2 +- .../java/com/samskivert/depot/CountTest.java | 2 +- .../java/com/samskivert/depot/CrudTest.java | 2 +- .../com/samskivert/depot/EnumKeyRecord.java | 2 +- .../depot/GeneratedValueRecord.java | 2 +- .../samskivert/depot/GeneratedValueTest.java | 2 +- .../java/com/samskivert/depot/KeyTest.java | 2 +- .../com/samskivert/depot/MigrationTest.java | 2 +- .../com/samskivert/depot/MonkeyRecord.java | 2 +- .../com/samskivert/depot/ProjectionTest.java | 2 +- .../java/com/samskivert/depot/QueryTest.java | 2 +- .../java/com/samskivert/depot/TestBase.java | 2 +- .../samskivert/depot/TestCacheAdapter.java | 2 +- .../java/com/samskivert/depot/TestRecord.java | 2 +- .../com/samskivert/depot/TestRepository.java | 2 +- .../com/samskivert/depot/TransformTest.java | 2 +- .../samskivert/depot/TransformersTest.java | 2 +- 170 files changed, 263 insertions(+), 428 deletions(-) delete mode 100644 LGPL delete mode 100644 README create mode 100644 README.md delete mode 100644 lib/SNAPSHOT_README diff --git a/LGPL b/LGPL deleted file mode 100644 index fc8a5de..0000000 --- a/LGPL +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/LICENSE b/LICENSE index d228ec4..ef9b9a6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,15 +1,25 @@ Depot library - a Java relational persistence library -Copyright (C) 2006-2011 Michael Bayne and Pär Winzell +Copyright (C) 2006-2014 Michael Bayne and Pär Winzell +All rights reserved. -This library is free software; you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation; either version 2.1 of the License, or (at your option) any -later version. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -This library is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * The name Three Rings may not be used to endorse or promote products + derived from this software without specific prior written permission. -You should have received a copy of the GNU Lesser General Public License along -with this library; if not, write to the Free Software Foundation, Inc., 59 -Temple Place, Suite 330, Boston, MA 02111-1307 USA +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README b/README deleted file mode 100644 index 575ad85..0000000 --- a/README +++ /dev/null @@ -1,46 +0,0 @@ -Depot Persistence Library -------------------------- - -Depot is a relational persistence library for Java. It is an ORM library, but -has aims that are somewhat different from the popular "managed" persistence -libraries like Hibernate and others. - -Website -------- - -See the Depot website for documentation and other info: - - http://code.google.com/p/depot/ - -Building --------- - -The library is built using Ant. It can be found here: - - http://jakarta.apache.org/ant/ - -To compile the code and generate a jar file, invoke: - - % ant dist - -Invoke 'ant -p' to see information on other build targets. - -Depot also provides .classpath and .project files for Eclipse users which -require that you set an EXT_LIBS_DIR variable indicating the location of the -external jar dependencies. The Depot Eclipse project also depends on the -Eclipse project for the samskivert library. That library can be found at: - - http://code.google.com/p/samskivert/ - -License and Distribution ------------------------- - -Depot is released under the LGPL. This means you are free to use Depot on any -project, open source or proprietary, but that any modifications made to the -library must be made available to the maintainers. See COPYING for more -detailed information. - -The most recent version of the Depot source code is available at the website -listed above. - -$Id$ diff --git a/README.md b/README.md new file mode 100644 index 0000000..f351058 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +# Depot Persistence Library + +Depot is a relational persistence library for Java. It is an ORM library, but has aims that are +somewhat different from the popular "managed" persistence libraries like Hibernate and others. + +## Design Goals + + * Eliminate (as much as possible) the use of raw SQL, instead providing Java classes that allow + the expressions of queries and updates in as concise but compile-time checkable a manner as + possible. + * Reduce the pain of schema and data migrations as much as possible, but not so much that the + system used to do the migrations is too complex for anyone to understand or use properly. + * Use annotations to layer database metadata over the top of (almost) POJOs. + * Use annotations that are syntactically and semantically equivalent to EJB3 persistence + annotations wherever possible. + * Support multiple database backends (currently MySQL, Postgresql and HSQLDB). + * Provide caching support (currently integrated with EHCache). + * Keep an eye toward eventual support for sharded databases (not yet implemented). + +Depot studiously avoids ever doing anything magical. You only access the database when you make a +method call requesting that records be read from the database or records be updated in the database. +Depot attempts only to be a concise, compile-time checkable veneer over raw database access that +conveniently models database tables as Java objects. + +In this way Depot is more of an evolution of DAO-like libraries of the past than a pared down +sibling of the managed persistence libraries of the present. It distinguishes itself by taking +advantage of annotations to concisely express database metadata and by striving to stay out of your +way as much and surprise you as little as possible. + +## Code Examples + +Here's are some example to give you a taste of what code using Depot looks like. + + * A [SimpleCodeExample simple code example] + * Various [ExampleQueries example queries] + +## Features + +Depot supports a number of very useful features. Here are a few of the main features for which time +has permitted documentation: + + * [SchemaMigration Schema and Data migration] + * [Caching] + +## Getting Started + +If you want to use Depot on your project, check the following page for information on getting Depot +and dependencies via Maven or manually, as well as what sort of configuration Depot requires to +start talking to your database. + + * [Configuration Configuring and integrating] Depot with your project + +## Discussion + +Feel free to pop over to the [http://groups.google.com/group/ooo-libs OOO Libs] Google Group to ask +questions and get (and give) answers. + +## History + +Depot was started in September of 2006 by [Three Rings](http://www.threerings.net/) as a part of +their [Whirled](http://www.whirled.com/) project. Its primary authors are Michael Bayne and Pär +Winzell. + +## License and Distribution + +Depot is released under the New BSD License. The most recent version of the library is available at +https://github.com/threerings/depot/ diff --git a/lib/SNAPSHOT_README b/lib/SNAPSHOT_README deleted file mode 100644 index 60a5740..0000000 --- a/lib/SNAPSHOT_README +++ /dev/null @@ -1,12 +0,0 @@ -Depot Snapshot --------------- - -This snapshot contains a pre-built version of the Depot Java persistence -library along with its runtime and build-time dependencies. Go here for more -information on those dependencies and on integrating Depot into your project: - -http://code.google.com/p/depot/wiki/Configuration - -You may also wish to visit the main Depot project page: - -http://code.google.com/p/depot/ diff --git a/lib/SOURCE_HEADER b/lib/SOURCE_HEADER index 20dbcaf..40e0c68 100644 --- a/lib/SOURCE_HEADER +++ b/lib/SOURCE_HEADER @@ -1,4 +1,4 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE diff --git a/pom.xml b/pom.xml index 307a465..659fbf4 100644 --- a/pom.xml +++ b/pom.xml @@ -14,15 +14,16 @@ Depot A library for relational-database-based persistence in Java. - http://code.google.com/p/depot/ + + https://github.com/threerings/depot - http://code.google.com/p/depot/issues/list + https://github.com/threerings/depot/issues - GNU Lesser General Public License (LGPL), Version 2.1 - http://www.fsf.org/licensing/licenses/lgpl.txt + The (New) BSD License + http://www.opensource.org/licenses/bsd-license.php repo @@ -36,9 +37,9 @@ - scm:svn:http://depot.googlecode.com/svn/trunk/ - scm:svn:https://depot.googlecode.com/svn/trunk/ - http://depot.googlecode.com/svn/trunk/ + scm:git:git://github.com/threerings/depot.git + scm:git:git@github.com:threerings/depot.git + https://github.com/threerings/depot/ diff --git a/src/main/java/com/samskivert/depot/CacheAdapter.java b/src/main/java/com/samskivert/depot/CacheAdapter.java index a1ef076..71f5f50 100644 --- a/src/main/java/com/samskivert/depot/CacheAdapter.java +++ b/src/main/java/com/samskivert/depot/CacheAdapter.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/CacheInvalidator.java b/src/main/java/com/samskivert/depot/CacheInvalidator.java index c999865..f937549 100644 --- a/src/main/java/com/samskivert/depot/CacheInvalidator.java +++ b/src/main/java/com/samskivert/depot/CacheInvalidator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/CacheKey.java b/src/main/java/com/samskivert/depot/CacheKey.java index 375781a..20ba3c1 100644 --- a/src/main/java/com/samskivert/depot/CacheKey.java +++ b/src/main/java/com/samskivert/depot/CacheKey.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/CountRecord.java b/src/main/java/com/samskivert/depot/CountRecord.java index 3b49dd8..d991156 100644 --- a/src/main/java/com/samskivert/depot/CountRecord.java +++ b/src/main/java/com/samskivert/depot/CountRecord.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DataMigration.java b/src/main/java/com/samskivert/depot/DataMigration.java index a4006a3..e17adbc 100644 --- a/src/main/java/com/samskivert/depot/DataMigration.java +++ b/src/main/java/com/samskivert/depot/DataMigration.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DatabaseException.java b/src/main/java/com/samskivert/depot/DatabaseException.java index c95bf7d..2a8e3d7 100644 --- a/src/main/java/com/samskivert/depot/DatabaseException.java +++ b/src/main/java/com/samskivert/depot/DatabaseException.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DateFuncs.java b/src/main/java/com/samskivert/depot/DateFuncs.java index 365b6a8..414a866 100644 --- a/src/main/java/com/samskivert/depot/DateFuncs.java +++ b/src/main/java/com/samskivert/depot/DateFuncs.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DepotRepository.java b/src/main/java/com/samskivert/depot/DepotRepository.java index de9ddf3..42c27b5 100644 --- a/src/main/java/com/samskivert/depot/DepotRepository.java +++ b/src/main/java/com/samskivert/depot/DepotRepository.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DuplicateKeyException.java b/src/main/java/com/samskivert/depot/DuplicateKeyException.java index 045f9a3..46126f0 100644 --- a/src/main/java/com/samskivert/depot/DuplicateKeyException.java +++ b/src/main/java/com/samskivert/depot/DuplicateKeyException.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/EHCacheAdapter.java b/src/main/java/com/samskivert/depot/EHCacheAdapter.java index 039fe84..ee6838c 100644 --- a/src/main/java/com/samskivert/depot/EHCacheAdapter.java +++ b/src/main/java/com/samskivert/depot/EHCacheAdapter.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Exps.java b/src/main/java/com/samskivert/depot/Exps.java index 029fb1b..3915237 100644 --- a/src/main/java/com/samskivert/depot/Exps.java +++ b/src/main/java/com/samskivert/depot/Exps.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Funcs.java b/src/main/java/com/samskivert/depot/Funcs.java index f1300f8..8f4010a 100644 --- a/src/main/java/com/samskivert/depot/Funcs.java +++ b/src/main/java/com/samskivert/depot/Funcs.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Key.java b/src/main/java/com/samskivert/depot/Key.java index 1615940..a6c8ed1 100644 --- a/src/main/java/com/samskivert/depot/Key.java +++ b/src/main/java/com/samskivert/depot/Key.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/KeySet.java b/src/main/java/com/samskivert/depot/KeySet.java index 531bfda..68dd3f4 100644 --- a/src/main/java/com/samskivert/depot/KeySet.java +++ b/src/main/java/com/samskivert/depot/KeySet.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Log.java b/src/main/java/com/samskivert/depot/Log.java index 59483be..81571a2 100644 --- a/src/main/java/com/samskivert/depot/Log.java +++ b/src/main/java/com/samskivert/depot/Log.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/MathFuncs.java b/src/main/java/com/samskivert/depot/MathFuncs.java index 227cdba..942eba1 100644 --- a/src/main/java/com/samskivert/depot/MathFuncs.java +++ b/src/main/java/com/samskivert/depot/MathFuncs.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/MultiKeySet.java b/src/main/java/com/samskivert/depot/MultiKeySet.java index b677c8d..5047868 100644 --- a/src/main/java/com/samskivert/depot/MultiKeySet.java +++ b/src/main/java/com/samskivert/depot/MultiKeySet.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE /** * diff --git a/src/main/java/com/samskivert/depot/Ops.java b/src/main/java/com/samskivert/depot/Ops.java index 8f823c5..5533f75 100644 --- a/src/main/java/com/samskivert/depot/Ops.java +++ b/src/main/java/com/samskivert/depot/Ops.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/PersistenceContext.java b/src/main/java/com/samskivert/depot/PersistenceContext.java index f9853db..78bdc4c 100644 --- a/src/main/java/com/samskivert/depot/PersistenceContext.java +++ b/src/main/java/com/samskivert/depot/PersistenceContext.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/PersistentRecord.java b/src/main/java/com/samskivert/depot/PersistentRecord.java index 5df7f77..eae0910 100644 --- a/src/main/java/com/samskivert/depot/PersistentRecord.java +++ b/src/main/java/com/samskivert/depot/PersistentRecord.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Query.java b/src/main/java/com/samskivert/depot/Query.java index e1d460e..2f08886 100644 --- a/src/main/java/com/samskivert/depot/Query.java +++ b/src/main/java/com/samskivert/depot/Query.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/SQLFragment.java b/src/main/java/com/samskivert/depot/SQLFragment.java index 34e12a6..6d528da 100644 --- a/src/main/java/com/samskivert/depot/SQLFragment.java +++ b/src/main/java/com/samskivert/depot/SQLFragment.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/SchemaMigration.java b/src/main/java/com/samskivert/depot/SchemaMigration.java index 0a60323..44d5a23 100644 --- a/src/main/java/com/samskivert/depot/SchemaMigration.java +++ b/src/main/java/com/samskivert/depot/SchemaMigration.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Stats.java b/src/main/java/com/samskivert/depot/Stats.java index 54ad98a..0e6c48b 100644 --- a/src/main/java/com/samskivert/depot/Stats.java +++ b/src/main/java/com/samskivert/depot/Stats.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/StringFuncs.java b/src/main/java/com/samskivert/depot/StringFuncs.java index 3e903c2..ffc9f38 100644 --- a/src/main/java/com/samskivert/depot/StringFuncs.java +++ b/src/main/java/com/samskivert/depot/StringFuncs.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Transformer.java b/src/main/java/com/samskivert/depot/Transformer.java index e6f6483..36008f2 100644 --- a/src/main/java/com/samskivert/depot/Transformer.java +++ b/src/main/java/com/samskivert/depot/Transformer.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Transformers.java b/src/main/java/com/samskivert/depot/Transformers.java index 9509644..2c1924f 100644 --- a/src/main/java/com/samskivert/depot/Transformers.java +++ b/src/main/java/com/samskivert/depot/Transformers.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/ValidatingCacheInvalidator.java b/src/main/java/com/samskivert/depot/ValidatingCacheInvalidator.java index 4971396..173b1f1 100644 --- a/src/main/java/com/samskivert/depot/ValidatingCacheInvalidator.java +++ b/src/main/java/com/samskivert/depot/ValidatingCacheInvalidator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/annotation/Column.java b/src/main/java/com/samskivert/depot/annotation/Column.java index 25c21f0..9364e19 100644 --- a/src/main/java/com/samskivert/depot/annotation/Column.java +++ b/src/main/java/com/samskivert/depot/annotation/Column.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Computed.java b/src/main/java/com/samskivert/depot/annotation/Computed.java index 3c52433..333124c 100644 --- a/src/main/java/com/samskivert/depot/annotation/Computed.java +++ b/src/main/java/com/samskivert/depot/annotation/Computed.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Entity.java b/src/main/java/com/samskivert/depot/annotation/Entity.java index 6e44dce..87f46a7 100644 --- a/src/main/java/com/samskivert/depot/annotation/Entity.java +++ b/src/main/java/com/samskivert/depot/annotation/Entity.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/FullTextIndex.java b/src/main/java/com/samskivert/depot/annotation/FullTextIndex.java index dcf12f3..26d10f7 100644 --- a/src/main/java/com/samskivert/depot/annotation/FullTextIndex.java +++ b/src/main/java/com/samskivert/depot/annotation/FullTextIndex.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/GeneratedValue.java b/src/main/java/com/samskivert/depot/annotation/GeneratedValue.java index 2b292f0..cefdc24 100644 --- a/src/main/java/com/samskivert/depot/annotation/GeneratedValue.java +++ b/src/main/java/com/samskivert/depot/annotation/GeneratedValue.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/GenerationType.java b/src/main/java/com/samskivert/depot/annotation/GenerationType.java index deb52a7..1550a9b 100644 --- a/src/main/java/com/samskivert/depot/annotation/GenerationType.java +++ b/src/main/java/com/samskivert/depot/annotation/GenerationType.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Id.java b/src/main/java/com/samskivert/depot/annotation/Id.java index 3037444..cf76cad 100644 --- a/src/main/java/com/samskivert/depot/annotation/Id.java +++ b/src/main/java/com/samskivert/depot/annotation/Id.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Index.java b/src/main/java/com/samskivert/depot/annotation/Index.java index bd8a91d..35fda3d 100644 --- a/src/main/java/com/samskivert/depot/annotation/Index.java +++ b/src/main/java/com/samskivert/depot/annotation/Index.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/TableGenerator.java b/src/main/java/com/samskivert/depot/annotation/TableGenerator.java index 7aaaabf..ea4e5e2 100644 --- a/src/main/java/com/samskivert/depot/annotation/TableGenerator.java +++ b/src/main/java/com/samskivert/depot/annotation/TableGenerator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Transform.java b/src/main/java/com/samskivert/depot/annotation/Transform.java index 7a4465b..d12c5ef 100644 --- a/src/main/java/com/samskivert/depot/annotation/Transform.java +++ b/src/main/java/com/samskivert/depot/annotation/Transform.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Transient.java b/src/main/java/com/samskivert/depot/annotation/Transient.java index c4afad0..3e812b7 100644 --- a/src/main/java/com/samskivert/depot/annotation/Transient.java +++ b/src/main/java/com/samskivert/depot/annotation/Transient.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/UniqueConstraint.java b/src/main/java/com/samskivert/depot/annotation/UniqueConstraint.java index 3322e09..89e9e11 100644 --- a/src/main/java/com/samskivert/depot/annotation/UniqueConstraint.java +++ b/src/main/java/com/samskivert/depot/annotation/UniqueConstraint.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/package-info.java b/src/main/java/com/samskivert/depot/annotation/package-info.java index da5648f..fcfc4f8 100644 --- a/src/main/java/com/samskivert/depot/annotation/package-info.java +++ b/src/main/java/com/samskivert/depot/annotation/package-info.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE /** * Annotations used on persistent record classes. diff --git a/src/main/java/com/samskivert/depot/clause/Distinct.java b/src/main/java/com/samskivert/depot/clause/Distinct.java index 5b1308c..6343fca 100644 --- a/src/main/java/com/samskivert/depot/clause/Distinct.java +++ b/src/main/java/com/samskivert/depot/clause/Distinct.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/FieldDefinition.java b/src/main/java/com/samskivert/depot/clause/FieldDefinition.java index 508fd0e..deefe10 100644 --- a/src/main/java/com/samskivert/depot/clause/FieldDefinition.java +++ b/src/main/java/com/samskivert/depot/clause/FieldDefinition.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/FieldOverride.java b/src/main/java/com/samskivert/depot/clause/FieldOverride.java index 318c0af..7b5c03c 100644 --- a/src/main/java/com/samskivert/depot/clause/FieldOverride.java +++ b/src/main/java/com/samskivert/depot/clause/FieldOverride.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/ForUpdate.java b/src/main/java/com/samskivert/depot/clause/ForUpdate.java index bfaf7f5..b309fa5 100644 --- a/src/main/java/com/samskivert/depot/clause/ForUpdate.java +++ b/src/main/java/com/samskivert/depot/clause/ForUpdate.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/FromOverride.java b/src/main/java/com/samskivert/depot/clause/FromOverride.java index 43714c2..5e1ace2 100644 --- a/src/main/java/com/samskivert/depot/clause/FromOverride.java +++ b/src/main/java/com/samskivert/depot/clause/FromOverride.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/GroupBy.java b/src/main/java/com/samskivert/depot/clause/GroupBy.java index a865445..3366bbd 100644 --- a/src/main/java/com/samskivert/depot/clause/GroupBy.java +++ b/src/main/java/com/samskivert/depot/clause/GroupBy.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/InsertClause.java b/src/main/java/com/samskivert/depot/clause/InsertClause.java index 0c22f18..880a99f 100644 --- a/src/main/java/com/samskivert/depot/clause/InsertClause.java +++ b/src/main/java/com/samskivert/depot/clause/InsertClause.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/Join.java b/src/main/java/com/samskivert/depot/clause/Join.java index 2b29a86..2d1804b 100644 --- a/src/main/java/com/samskivert/depot/clause/Join.java +++ b/src/main/java/com/samskivert/depot/clause/Join.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/Limit.java b/src/main/java/com/samskivert/depot/clause/Limit.java index 5548281..46c72ff 100644 --- a/src/main/java/com/samskivert/depot/clause/Limit.java +++ b/src/main/java/com/samskivert/depot/clause/Limit.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/OrderBy.java b/src/main/java/com/samskivert/depot/clause/OrderBy.java index 5932505..c7f6931 100644 --- a/src/main/java/com/samskivert/depot/clause/OrderBy.java +++ b/src/main/java/com/samskivert/depot/clause/OrderBy.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/QueryClause.java b/src/main/java/com/samskivert/depot/clause/QueryClause.java index 1d09c70..0330921 100644 --- a/src/main/java/com/samskivert/depot/clause/QueryClause.java +++ b/src/main/java/com/samskivert/depot/clause/QueryClause.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/SelectClause.java b/src/main/java/com/samskivert/depot/clause/SelectClause.java index 8a285ef..6acc545 100644 --- a/src/main/java/com/samskivert/depot/clause/SelectClause.java +++ b/src/main/java/com/samskivert/depot/clause/SelectClause.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/Where.java b/src/main/java/com/samskivert/depot/clause/Where.java index 097bf8a..5d5775a 100644 --- a/src/main/java/com/samskivert/depot/clause/Where.java +++ b/src/main/java/com/samskivert/depot/clause/Where.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/WhereClause.java b/src/main/java/com/samskivert/depot/clause/WhereClause.java index a8b700b..36c7e0a 100644 --- a/src/main/java/com/samskivert/depot/clause/WhereClause.java +++ b/src/main/java/com/samskivert/depot/clause/WhereClause.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/package-info.java b/src/main/java/com/samskivert/depot/clause/package-info.java index 7984cc0..5e21980 100644 --- a/src/main/java/com/samskivert/depot/clause/package-info.java +++ b/src/main/java/com/samskivert/depot/clause/package-info.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE /** * Models the clauses of a SQL query: where, join, limit, etc. diff --git a/src/main/java/com/samskivert/depot/expression/ColumnExp.java b/src/main/java/com/samskivert/depot/expression/ColumnExp.java index af17a64..93bc934 100644 --- a/src/main/java/com/samskivert/depot/expression/ColumnExp.java +++ b/src/main/java/com/samskivert/depot/expression/ColumnExp.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.expression; diff --git a/src/main/java/com/samskivert/depot/expression/FluentExp.java b/src/main/java/com/samskivert/depot/expression/FluentExp.java index 7ecc6ff..f305dc8 100644 --- a/src/main/java/com/samskivert/depot/expression/FluentExp.java +++ b/src/main/java/com/samskivert/depot/expression/FluentExp.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.expression; diff --git a/src/main/java/com/samskivert/depot/expression/SQLExpression.java b/src/main/java/com/samskivert/depot/expression/SQLExpression.java index 4493ec9..2a097c3 100644 --- a/src/main/java/com/samskivert/depot/expression/SQLExpression.java +++ b/src/main/java/com/samskivert/depot/expression/SQLExpression.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.expression; diff --git a/src/main/java/com/samskivert/depot/expression/package-info.java b/src/main/java/com/samskivert/depot/expression/package-info.java index c320e73..13e2b06 100644 --- a/src/main/java/com/samskivert/depot/expression/package-info.java +++ b/src/main/java/com/samskivert/depot/expression/package-info.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE /** * Contains the API by which SQL expressions are created. diff --git a/src/main/java/com/samskivert/depot/impl/BuildVisitor.java b/src/main/java/com/samskivert/depot/impl/BuildVisitor.java index 9bca927..f133d2a 100644 --- a/src/main/java/com/samskivert/depot/impl/BuildVisitor.java +++ b/src/main/java/com/samskivert/depot/impl/BuildVisitor.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotMarshaller.java b/src/main/java/com/samskivert/depot/impl/DepotMarshaller.java index 900428f..497b4e5 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotMarshaller.java +++ b/src/main/java/com/samskivert/depot/impl/DepotMarshaller.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotMetaData.java b/src/main/java/com/samskivert/depot/impl/DepotMetaData.java index 83e7347..9383f4c 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotMetaData.java +++ b/src/main/java/com/samskivert/depot/impl/DepotMetaData.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotMigrationHistoryRecord.java b/src/main/java/com/samskivert/depot/impl/DepotMigrationHistoryRecord.java index e2ad131..c762e7e 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotMigrationHistoryRecord.java +++ b/src/main/java/com/samskivert/depot/impl/DepotMigrationHistoryRecord.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotTypes.java b/src/main/java/com/samskivert/depot/impl/DepotTypes.java index c5b3ded..b184fbb 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotTypes.java +++ b/src/main/java/com/samskivert/depot/impl/DepotTypes.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotUtil.java b/src/main/java/com/samskivert/depot/impl/DepotUtil.java index a50469b..624f77f 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotUtil.java +++ b/src/main/java/com/samskivert/depot/impl/DepotUtil.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/ExpressionEvaluator.java b/src/main/java/com/samskivert/depot/impl/ExpressionEvaluator.java index d6f174a..50a0d78 100644 --- a/src/main/java/com/samskivert/depot/impl/ExpressionEvaluator.java +++ b/src/main/java/com/samskivert/depot/impl/ExpressionEvaluator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/Fetcher.java b/src/main/java/com/samskivert/depot/impl/Fetcher.java index 29c1273..bbbed63 100644 --- a/src/main/java/com/samskivert/depot/impl/Fetcher.java +++ b/src/main/java/com/samskivert/depot/impl/Fetcher.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FieldMarshaller.java b/src/main/java/com/samskivert/depot/impl/FieldMarshaller.java index 7b50cf7..965c803 100644 --- a/src/main/java/com/samskivert/depot/impl/FieldMarshaller.java +++ b/src/main/java/com/samskivert/depot/impl/FieldMarshaller.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FindAllKeysQuery.java b/src/main/java/com/samskivert/depot/impl/FindAllKeysQuery.java index 6c18d7b..2187065 100644 --- a/src/main/java/com/samskivert/depot/impl/FindAllKeysQuery.java +++ b/src/main/java/com/samskivert/depot/impl/FindAllKeysQuery.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FindAllQuery.java b/src/main/java/com/samskivert/depot/impl/FindAllQuery.java index 2117113..7088138 100644 --- a/src/main/java/com/samskivert/depot/impl/FindAllQuery.java +++ b/src/main/java/com/samskivert/depot/impl/FindAllQuery.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FindOneQuery.java b/src/main/java/com/samskivert/depot/impl/FindOneQuery.java index f7ee8d2..9290940 100644 --- a/src/main/java/com/samskivert/depot/impl/FindOneQuery.java +++ b/src/main/java/com/samskivert/depot/impl/FindOneQuery.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FragmentVisitor.java b/src/main/java/com/samskivert/depot/impl/FragmentVisitor.java index 5d38de7..b5c0681 100644 --- a/src/main/java/com/samskivert/depot/impl/FragmentVisitor.java +++ b/src/main/java/com/samskivert/depot/impl/FragmentVisitor.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/HSQLBuilder.java b/src/main/java/com/samskivert/depot/impl/HSQLBuilder.java index 126118f..7f41273 100644 --- a/src/main/java/com/samskivert/depot/impl/HSQLBuilder.java +++ b/src/main/java/com/samskivert/depot/impl/HSQLBuilder.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/IdentityValueGenerator.java b/src/main/java/com/samskivert/depot/impl/IdentityValueGenerator.java index cab2523..c912094 100644 --- a/src/main/java/com/samskivert/depot/impl/IdentityValueGenerator.java +++ b/src/main/java/com/samskivert/depot/impl/IdentityValueGenerator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/KeyCacheKey.java b/src/main/java/com/samskivert/depot/impl/KeyCacheKey.java index a59e5a3..d71d53f 100644 --- a/src/main/java/com/samskivert/depot/impl/KeyCacheKey.java +++ b/src/main/java/com/samskivert/depot/impl/KeyCacheKey.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/Modifier.java b/src/main/java/com/samskivert/depot/impl/Modifier.java index ea93060..a1bdec8 100644 --- a/src/main/java/com/samskivert/depot/impl/Modifier.java +++ b/src/main/java/com/samskivert/depot/impl/Modifier.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/MySQLBuilder.java b/src/main/java/com/samskivert/depot/impl/MySQLBuilder.java index 7653503..9a0f1e6 100644 --- a/src/main/java/com/samskivert/depot/impl/MySQLBuilder.java +++ b/src/main/java/com/samskivert/depot/impl/MySQLBuilder.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/Operation.java b/src/main/java/com/samskivert/depot/impl/Operation.java index e2e2b96..aec0c43 100644 --- a/src/main/java/com/samskivert/depot/impl/Operation.java +++ b/src/main/java/com/samskivert/depot/impl/Operation.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/PostgreSQL4Builder.java b/src/main/java/com/samskivert/depot/impl/PostgreSQL4Builder.java index ca1d149..e2501e0 100644 --- a/src/main/java/com/samskivert/depot/impl/PostgreSQL4Builder.java +++ b/src/main/java/com/samskivert/depot/impl/PostgreSQL4Builder.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/PostgreSQLBuilder.java b/src/main/java/com/samskivert/depot/impl/PostgreSQLBuilder.java index b54820b..669cd57 100644 --- a/src/main/java/com/samskivert/depot/impl/PostgreSQLBuilder.java +++ b/src/main/java/com/samskivert/depot/impl/PostgreSQLBuilder.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/Projector.java b/src/main/java/com/samskivert/depot/impl/Projector.java index 5595b51..8e1eb9a 100644 --- a/src/main/java/com/samskivert/depot/impl/Projector.java +++ b/src/main/java/com/samskivert/depot/impl/Projector.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/QueryMarshaller.java b/src/main/java/com/samskivert/depot/impl/QueryMarshaller.java index 73d8fad..fa11164 100644 --- a/src/main/java/com/samskivert/depot/impl/QueryMarshaller.java +++ b/src/main/java/com/samskivert/depot/impl/QueryMarshaller.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/QueryResult.java b/src/main/java/com/samskivert/depot/impl/QueryResult.java index e8368d4..ddbc3a8 100644 --- a/src/main/java/com/samskivert/depot/impl/QueryResult.java +++ b/src/main/java/com/samskivert/depot/impl/QueryResult.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/SQLBuilder.java b/src/main/java/com/samskivert/depot/impl/SQLBuilder.java index 1f8b39e..799633e 100644 --- a/src/main/java/com/samskivert/depot/impl/SQLBuilder.java +++ b/src/main/java/com/samskivert/depot/impl/SQLBuilder.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/SimpleCacheKey.java b/src/main/java/com/samskivert/depot/impl/SimpleCacheKey.java index e224a92..0009926 100644 --- a/src/main/java/com/samskivert/depot/impl/SimpleCacheKey.java +++ b/src/main/java/com/samskivert/depot/impl/SimpleCacheKey.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/TableValueGenerator.java b/src/main/java/com/samskivert/depot/impl/TableValueGenerator.java index aa0fdd0..778f9cf 100644 --- a/src/main/java/com/samskivert/depot/impl/TableValueGenerator.java +++ b/src/main/java/com/samskivert/depot/impl/TableValueGenerator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/ValueGenerator.java b/src/main/java/com/samskivert/depot/impl/ValueGenerator.java index ff59db1..309fe35 100644 --- a/src/main/java/com/samskivert/depot/impl/ValueGenerator.java +++ b/src/main/java/com/samskivert/depot/impl/ValueGenerator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/clause/CreateIndexClause.java b/src/main/java/com/samskivert/depot/impl/clause/CreateIndexClause.java index 88485af..8236cd2 100644 --- a/src/main/java/com/samskivert/depot/impl/clause/CreateIndexClause.java +++ b/src/main/java/com/samskivert/depot/impl/clause/CreateIndexClause.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.clause; diff --git a/src/main/java/com/samskivert/depot/impl/clause/DeleteClause.java b/src/main/java/com/samskivert/depot/impl/clause/DeleteClause.java index e61b08a..33ee938 100644 --- a/src/main/java/com/samskivert/depot/impl/clause/DeleteClause.java +++ b/src/main/java/com/samskivert/depot/impl/clause/DeleteClause.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.clause; diff --git a/src/main/java/com/samskivert/depot/impl/clause/DropIndexClause.java b/src/main/java/com/samskivert/depot/impl/clause/DropIndexClause.java index b2fc708..918bb7e 100644 --- a/src/main/java/com/samskivert/depot/impl/clause/DropIndexClause.java +++ b/src/main/java/com/samskivert/depot/impl/clause/DropIndexClause.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.clause; diff --git a/src/main/java/com/samskivert/depot/impl/clause/UpdateClause.java b/src/main/java/com/samskivert/depot/impl/clause/UpdateClause.java index 94e0062..89f8e09 100644 --- a/src/main/java/com/samskivert/depot/impl/clause/UpdateClause.java +++ b/src/main/java/com/samskivert/depot/impl/clause/UpdateClause.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.clause; diff --git a/src/main/java/com/samskivert/depot/impl/expression/AggregateFun.java b/src/main/java/com/samskivert/depot/impl/expression/AggregateFun.java index d874b03..c78f9a5 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/AggregateFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/AggregateFun.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/ArgumentExp.java b/src/main/java/com/samskivert/depot/impl/expression/ArgumentExp.java index 1cf4adb..57bd29c 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/ArgumentExp.java +++ b/src/main/java/com/samskivert/depot/impl/expression/ArgumentExp.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/ConditionalFun.java b/src/main/java/com/samskivert/depot/impl/expression/ConditionalFun.java index f9e2a53..30c22b4 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/ConditionalFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/ConditionalFun.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/DateFun.java b/src/main/java/com/samskivert/depot/impl/expression/DateFun.java index 5856ffc..5ab7b0a 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/DateFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/DateFun.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/Function.java b/src/main/java/com/samskivert/depot/impl/expression/Function.java index 1aad866..3e731cd 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/Function.java +++ b/src/main/java/com/samskivert/depot/impl/expression/Function.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/IntervalExp.java b/src/main/java/com/samskivert/depot/impl/expression/IntervalExp.java index 5f63010..37247cb 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/IntervalExp.java +++ b/src/main/java/com/samskivert/depot/impl/expression/IntervalExp.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/LiteralExp.java b/src/main/java/com/samskivert/depot/impl/expression/LiteralExp.java index b76423b..5f15b09 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/LiteralExp.java +++ b/src/main/java/com/samskivert/depot/impl/expression/LiteralExp.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/NumericalFun.java b/src/main/java/com/samskivert/depot/impl/expression/NumericalFun.java index 5b3214e..4e1ad45 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/NumericalFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/NumericalFun.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/StringFun.java b/src/main/java/com/samskivert/depot/impl/expression/StringFun.java index 01a996a..3e94f01 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/StringFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/StringFun.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/ValueExp.java b/src/main/java/com/samskivert/depot/impl/expression/ValueExp.java index aa81f90..5cae592 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/ValueExp.java +++ b/src/main/java/com/samskivert/depot/impl/expression/ValueExp.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Add.java b/src/main/java/com/samskivert/depot/impl/operator/Add.java index 1047444..37180b6 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Add.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Add.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Arithmetic.java b/src/main/java/com/samskivert/depot/impl/operator/Arithmetic.java index 1d53a02..568f898 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Arithmetic.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Arithmetic.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/BaseOperator.java b/src/main/java/com/samskivert/depot/impl/operator/BaseOperator.java index 7f7b15f..7b238af 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/BaseOperator.java +++ b/src/main/java/com/samskivert/depot/impl/operator/BaseOperator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/BinaryOperator.java b/src/main/java/com/samskivert/depot/impl/operator/BinaryOperator.java index 1433c1f..49ffa78 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/BinaryOperator.java +++ b/src/main/java/com/samskivert/depot/impl/operator/BinaryOperator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/BitAnd.java b/src/main/java/com/samskivert/depot/impl/operator/BitAnd.java index 70030e3..878cc3d 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/BitAnd.java +++ b/src/main/java/com/samskivert/depot/impl/operator/BitAnd.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/BitOr.java b/src/main/java/com/samskivert/depot/impl/operator/BitOr.java index 84edbdc..4a55bba 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/BitOr.java +++ b/src/main/java/com/samskivert/depot/impl/operator/BitOr.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Div.java b/src/main/java/com/samskivert/depot/impl/operator/Div.java index a123c4c..31def86 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Div.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Div.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Equals.java b/src/main/java/com/samskivert/depot/impl/operator/Equals.java index bb35642..f6077b4 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Equals.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Equals.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Exists.java b/src/main/java/com/samskivert/depot/impl/operator/Exists.java index 07a56db..87740b6 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Exists.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Exists.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/GreaterThan.java b/src/main/java/com/samskivert/depot/impl/operator/GreaterThan.java index 3df437a..432a667 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/GreaterThan.java +++ b/src/main/java/com/samskivert/depot/impl/operator/GreaterThan.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/GreaterThanEquals.java b/src/main/java/com/samskivert/depot/impl/operator/GreaterThanEquals.java index 92bb379..ff27f58 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/GreaterThanEquals.java +++ b/src/main/java/com/samskivert/depot/impl/operator/GreaterThanEquals.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/In.java b/src/main/java/com/samskivert/depot/impl/operator/In.java index 80b0743..724bd44 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/In.java +++ b/src/main/java/com/samskivert/depot/impl/operator/In.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/IsNull.java b/src/main/java/com/samskivert/depot/impl/operator/IsNull.java index f590e2b..e29a890 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/IsNull.java +++ b/src/main/java/com/samskivert/depot/impl/operator/IsNull.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/LessThan.java b/src/main/java/com/samskivert/depot/impl/operator/LessThan.java index 1fd2017..8752833 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/LessThan.java +++ b/src/main/java/com/samskivert/depot/impl/operator/LessThan.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/LessThanEquals.java b/src/main/java/com/samskivert/depot/impl/operator/LessThanEquals.java index bdaaeb4..dabb80a 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/LessThanEquals.java +++ b/src/main/java/com/samskivert/depot/impl/operator/LessThanEquals.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Like.java b/src/main/java/com/samskivert/depot/impl/operator/Like.java index e79a739..c59e4f0 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Like.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Like.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Mul.java b/src/main/java/com/samskivert/depot/impl/operator/Mul.java index 51af42f..63c9e0b 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Mul.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Mul.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/MultiOperator.java b/src/main/java/com/samskivert/depot/impl/operator/MultiOperator.java index 3e92da4..de2b1b6 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/MultiOperator.java +++ b/src/main/java/com/samskivert/depot/impl/operator/MultiOperator.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Not.java b/src/main/java/com/samskivert/depot/impl/operator/Not.java index ee379d5..3e44464 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Not.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Not.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/NotEquals.java b/src/main/java/com/samskivert/depot/impl/operator/NotEquals.java index 09f3be7..e21a5a4 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/NotEquals.java +++ b/src/main/java/com/samskivert/depot/impl/operator/NotEquals.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Sub.java b/src/main/java/com/samskivert/depot/impl/operator/Sub.java index 60f2e85..29a4782 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Sub.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Sub.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/util/SeqImpl.java b/src/main/java/com/samskivert/depot/impl/util/SeqImpl.java index 6cb5005..7762768 100644 --- a/src/main/java/com/samskivert/depot/impl/util/SeqImpl.java +++ b/src/main/java/com/samskivert/depot/impl/util/SeqImpl.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.impl.util; diff --git a/src/main/java/com/samskivert/depot/operator/Case.java b/src/main/java/com/samskivert/depot/operator/Case.java index 1e62f8f..1e96943 100644 --- a/src/main/java/com/samskivert/depot/operator/Case.java +++ b/src/main/java/com/samskivert/depot/operator/Case.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.operator; diff --git a/src/main/java/com/samskivert/depot/operator/FullText.java b/src/main/java/com/samskivert/depot/operator/FullText.java index d134b1c..ac1ce92 100644 --- a/src/main/java/com/samskivert/depot/operator/FullText.java +++ b/src/main/java/com/samskivert/depot/operator/FullText.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.operator; diff --git a/src/main/java/com/samskivert/depot/operator/package-info.java b/src/main/java/com/samskivert/depot/operator/package-info.java index b79bc0d..4877a83 100644 --- a/src/main/java/com/samskivert/depot/operator/package-info.java +++ b/src/main/java/com/samskivert/depot/operator/package-info.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE /** * Operators that cannot be created via the fluent API. diff --git a/src/main/java/com/samskivert/depot/package-info.java b/src/main/java/com/samskivert/depot/package-info.java index b4747af..f3eaa2e 100644 --- a/src/main/java/com/samskivert/depot/package-info.java +++ b/src/main/java/com/samskivert/depot/package-info.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE /** * The bulk of the Depot public API. diff --git a/src/main/java/com/samskivert/depot/tools/GenRecord.java b/src/main/java/com/samskivert/depot/tools/GenRecord.java index 050852c..aaa52cb 100644 --- a/src/main/java/com/samskivert/depot/tools/GenRecord.java +++ b/src/main/java/com/samskivert/depot/tools/GenRecord.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.tools; diff --git a/src/main/java/com/samskivert/depot/tools/GenRecordTask.java b/src/main/java/com/samskivert/depot/tools/GenRecordTask.java index 26fa3d3..2b09cb1 100644 --- a/src/main/java/com/samskivert/depot/tools/GenRecordTask.java +++ b/src/main/java/com/samskivert/depot/tools/GenRecordTask.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.tools; diff --git a/src/main/java/com/samskivert/depot/tools/package-info.java b/src/main/java/com/samskivert/depot/tools/package-info.java index fc716fb..7e98f3e 100644 --- a/src/main/java/com/samskivert/depot/tools/package-info.java +++ b/src/main/java/com/samskivert/depot/tools/package-info.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE /** * Build tools, specifically the genrecord Ant task. diff --git a/src/main/java/com/samskivert/depot/util/Builder2.java b/src/main/java/com/samskivert/depot/util/Builder2.java index 1b6b876..8b71801 100644 --- a/src/main/java/com/samskivert/depot/util/Builder2.java +++ b/src/main/java/com/samskivert/depot/util/Builder2.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Builder3.java b/src/main/java/com/samskivert/depot/util/Builder3.java index 98e28a3..943ee8a 100644 --- a/src/main/java/com/samskivert/depot/util/Builder3.java +++ b/src/main/java/com/samskivert/depot/util/Builder3.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Builder4.java b/src/main/java/com/samskivert/depot/util/Builder4.java index 6ce8f5f..ebc4726 100644 --- a/src/main/java/com/samskivert/depot/util/Builder4.java +++ b/src/main/java/com/samskivert/depot/util/Builder4.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Builder5.java b/src/main/java/com/samskivert/depot/util/Builder5.java index bb56fb9..40a53fd 100644 --- a/src/main/java/com/samskivert/depot/util/Builder5.java +++ b/src/main/java/com/samskivert/depot/util/Builder5.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/RuntimeUtil.java b/src/main/java/com/samskivert/depot/util/RuntimeUtil.java index 5f1d926..6f50325 100644 --- a/src/main/java/com/samskivert/depot/util/RuntimeUtil.java +++ b/src/main/java/com/samskivert/depot/util/RuntimeUtil.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Sequence.java b/src/main/java/com/samskivert/depot/util/Sequence.java index ec505e7..e70401c 100644 --- a/src/main/java/com/samskivert/depot/util/Sequence.java +++ b/src/main/java/com/samskivert/depot/util/Sequence.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Tuple2.java b/src/main/java/com/samskivert/depot/util/Tuple2.java index f4585d7..00e71f6 100644 --- a/src/main/java/com/samskivert/depot/util/Tuple2.java +++ b/src/main/java/com/samskivert/depot/util/Tuple2.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Tuple3.java b/src/main/java/com/samskivert/depot/util/Tuple3.java index ae93525..30763ca 100644 --- a/src/main/java/com/samskivert/depot/util/Tuple3.java +++ b/src/main/java/com/samskivert/depot/util/Tuple3.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Tuple4.java b/src/main/java/com/samskivert/depot/util/Tuple4.java index fb3ff33..0236525 100644 --- a/src/main/java/com/samskivert/depot/util/Tuple4.java +++ b/src/main/java/com/samskivert/depot/util/Tuple4.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Tuple5.java b/src/main/java/com/samskivert/depot/util/Tuple5.java index ebf8048..75ebe72 100644 --- a/src/main/java/com/samskivert/depot/util/Tuple5.java +++ b/src/main/java/com/samskivert/depot/util/Tuple5.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/package-info.java b/src/main/java/com/samskivert/depot/util/package-info.java index d997813..0f80e74 100644 --- a/src/main/java/com/samskivert/depot/util/package-info.java +++ b/src/main/java/com/samskivert/depot/util/package-info.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE /** * Various utilities. diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html index f0af97f..a8f19e4 100644 --- a/src/main/javadoc/overview.html +++ b/src/main/javadoc/overview.html @@ -1,32 +1,8 @@ - - - - Depot is something like an + Depot is something like an ORM library in Java, but has aims that are somewhat different from the popular "managed" persistence libraries like Hibernate and others. diff --git a/src/test/java/com/samskivert/depot/AllGeneratedRecord.java b/src/test/java/com/samskivert/depot/AllGeneratedRecord.java index 21f8efd..8c56b15 100644 --- a/src/test/java/com/samskivert/depot/AllGeneratedRecord.java +++ b/src/test/java/com/samskivert/depot/AllGeneratedRecord.java @@ -1,3 +1,7 @@ +// +// Depot library - a Java relational persistence library +// https://github.com/threerings/depot/blob/master/LICENSE + package com.samskivert.depot; import com.samskivert.depot.annotation.GeneratedValue; diff --git a/src/test/java/com/samskivert/depot/AllTypesRecord.java b/src/test/java/com/samskivert/depot/AllTypesRecord.java index cd6656c..8a0cdb0 100644 --- a/src/test/java/com/samskivert/depot/AllTypesRecord.java +++ b/src/test/java/com/samskivert/depot/AllTypesRecord.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/AllTypesTest.java b/src/test/java/com/samskivert/depot/AllTypesTest.java index adb58f3..f76fbee 100644 --- a/src/test/java/com/samskivert/depot/AllTypesTest.java +++ b/src/test/java/com/samskivert/depot/AllTypesTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/ByteEnumTest.java b/src/test/java/com/samskivert/depot/ByteEnumTest.java index cb22138..9bad277 100644 --- a/src/test/java/com/samskivert/depot/ByteEnumTest.java +++ b/src/test/java/com/samskivert/depot/ByteEnumTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/CountTest.java b/src/test/java/com/samskivert/depot/CountTest.java index 4d28e99..2a397a4 100644 --- a/src/test/java/com/samskivert/depot/CountTest.java +++ b/src/test/java/com/samskivert/depot/CountTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/CrudTest.java b/src/test/java/com/samskivert/depot/CrudTest.java index 85cbc80..e8f3417 100644 --- a/src/test/java/com/samskivert/depot/CrudTest.java +++ b/src/test/java/com/samskivert/depot/CrudTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/EnumKeyRecord.java b/src/test/java/com/samskivert/depot/EnumKeyRecord.java index 8062d36..786d80a 100644 --- a/src/test/java/com/samskivert/depot/EnumKeyRecord.java +++ b/src/test/java/com/samskivert/depot/EnumKeyRecord.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/GeneratedValueRecord.java b/src/test/java/com/samskivert/depot/GeneratedValueRecord.java index 7aba6d9..8c6bec9 100644 --- a/src/test/java/com/samskivert/depot/GeneratedValueRecord.java +++ b/src/test/java/com/samskivert/depot/GeneratedValueRecord.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/GeneratedValueTest.java b/src/test/java/com/samskivert/depot/GeneratedValueTest.java index 582372b..bd20331 100644 --- a/src/test/java/com/samskivert/depot/GeneratedValueTest.java +++ b/src/test/java/com/samskivert/depot/GeneratedValueTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/KeyTest.java b/src/test/java/com/samskivert/depot/KeyTest.java index e6f3630..006690e 100644 --- a/src/test/java/com/samskivert/depot/KeyTest.java +++ b/src/test/java/com/samskivert/depot/KeyTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/MigrationTest.java b/src/test/java/com/samskivert/depot/MigrationTest.java index 42d0888..5f445fd 100644 --- a/src/test/java/com/samskivert/depot/MigrationTest.java +++ b/src/test/java/com/samskivert/depot/MigrationTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/MonkeyRecord.java b/src/test/java/com/samskivert/depot/MonkeyRecord.java index 0e86e33..b96989e 100644 --- a/src/test/java/com/samskivert/depot/MonkeyRecord.java +++ b/src/test/java/com/samskivert/depot/MonkeyRecord.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/ProjectionTest.java b/src/test/java/com/samskivert/depot/ProjectionTest.java index ee7f2ae..09f828e 100644 --- a/src/test/java/com/samskivert/depot/ProjectionTest.java +++ b/src/test/java/com/samskivert/depot/ProjectionTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/QueryTest.java b/src/test/java/com/samskivert/depot/QueryTest.java index b3f78b4..5c8a48e 100644 --- a/src/test/java/com/samskivert/depot/QueryTest.java +++ b/src/test/java/com/samskivert/depot/QueryTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TestBase.java b/src/test/java/com/samskivert/depot/TestBase.java index cd70d7a..aeed37c 100644 --- a/src/test/java/com/samskivert/depot/TestBase.java +++ b/src/test/java/com/samskivert/depot/TestBase.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TestCacheAdapter.java b/src/test/java/com/samskivert/depot/TestCacheAdapter.java index f7de358..0d7e54f 100644 --- a/src/test/java/com/samskivert/depot/TestCacheAdapter.java +++ b/src/test/java/com/samskivert/depot/TestCacheAdapter.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TestRecord.java b/src/test/java/com/samskivert/depot/TestRecord.java index c55ffa9..d06bced 100644 --- a/src/test/java/com/samskivert/depot/TestRecord.java +++ b/src/test/java/com/samskivert/depot/TestRecord.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TestRepository.java b/src/test/java/com/samskivert/depot/TestRepository.java index 5992554..212852a 100644 --- a/src/test/java/com/samskivert/depot/TestRepository.java +++ b/src/test/java/com/samskivert/depot/TestRepository.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TransformTest.java b/src/test/java/com/samskivert/depot/TransformTest.java index a9fa3d5..9f7b699 100644 --- a/src/test/java/com/samskivert/depot/TransformTest.java +++ b/src/test/java/com/samskivert/depot/TransformTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TransformersTest.java b/src/test/java/com/samskivert/depot/TransformersTest.java index f015f89..e38e010 100644 --- a/src/test/java/com/samskivert/depot/TransformersTest.java +++ b/src/test/java/com/samskivert/depot/TransformersTest.java @@ -1,6 +1,6 @@ // // Depot library - a Java relational persistence library -// http://code.google.com/p/depot/source/browse/trunk/LICENSE +// https://github.com/threerings/depot/blob/master/LICENSE package com.samskivert.depot;