Moved things that are not part of the Depot public API into an impl package.

Also moved WhereClause into depot.clause since it really wanted to be there.
This commit is contained in:
Michael Bayne
2008-11-25 20:44:22 +00:00
parent 980be19918
commit 8fec576663
53 changed files with 315 additions and 222 deletions
@@ -25,8 +25,8 @@ import java.util.Collection;
import com.samskivert.depot.PersistentRecord;
import com.samskivert.depot.clause.SelectClause;
import com.samskivert.depot.expression.ColumnExp;
import com.samskivert.depot.expression.ExpressionVisitor;
import com.samskivert.depot.expression.SQLExpression;
import com.samskivert.depot.impl.ExpressionVisitor;
/**
* A convenient container for implementations of conditional operators. Classes that value brevity