Migrated to Github.

This commit is contained in:
Michael Bayne
2014-06-25 15:39:13 -07:00
parent 712fe35283
commit 44091660ea
170 changed files with 263 additions and 428 deletions
-165
View File
@@ -1,165 +0,0 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
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.
+21 -11
View File
@@ -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.
-46
View File
@@ -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$
+67
View File
@@ -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/
-12
View File
@@ -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/
+1 -1
View File
@@ -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
+8 -7
View File
@@ -14,15 +14,16 @@
<name>Depot</name>
<description>A library for relational-database-based persistence in Java.</description>
<url>http://code.google.com/p/depot/</url>
<url>https://github.com/threerings/depot</url>
<issueManagement>
<url>http://code.google.com/p/depot/issues/list</url>
<url>https://github.com/threerings/depot/issues</url>
</issueManagement>
<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), Version 2.1</name>
<url>http://www.fsf.org/licensing/licenses/lgpl.txt</url>
<name>The (New) BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
@@ -36,9 +37,9 @@
</developers>
<scm>
<connection>scm:svn:http://depot.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/trunk/</developerConnection>
<url>http://depot.googlecode.com/svn/trunk/</url>
<connection>scm:git:git://github.com/threerings/depot.git</connection>
<developerConnection>scm:git:git@github.com:threerings/depot.git</developerConnection>
<url>https://github.com/threerings/depot/</url>
</scm>
<dependencies>
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
+1 -1
View File
@@ -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;
@@ -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;
+1 -1
View File
@@ -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;
@@ -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;
+1 -1
View File
@@ -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;
@@ -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;
@@ -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
/**
*
+1 -1
View File
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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.
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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.
@@ -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;
@@ -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;
@@ -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;
@@ -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.
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;

Some files were not shown because too many files have changed in this diff Show More