You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/06/04 12:23:30 UTC

svn commit: r544116 - /cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/main/java/org/apache/cayenne/ejbql/EJBQLCompiledExpression.java

Author: aadamchik
Date: Mon Jun  4 03:23:04 2007
New Revision: 544116

URL: http://svn.apache.org/viewvc?view=rev&rev=544116
Log:
better javadocs on implicit joins

Modified:
    cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/main/java/org/apache/cayenne/ejbql/EJBQLCompiledExpression.java

Modified: cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/main/java/org/apache/cayenne/ejbql/EJBQLCompiledExpression.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/main/java/org/apache/cayenne/ejbql/EJBQLCompiledExpression.java?view=diff&rev=544116&r1=544115&r2=544116
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/main/java/org/apache/cayenne/ejbql/EJBQLCompiledExpression.java (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/main/java/org/apache/cayenne/ejbql/EJBQLCompiledExpression.java Mon Jun  4 03:23:04 2007
@@ -37,9 +37,11 @@
     EJBQLExpression getExpression();
 
     /**
-     * Returns a collection of EJBQLExpressions each representing an implicit join in the
+     * Returns a collection of EJBQLExpressions, each representing an implicit join in the
      * query. The most common example of implicit joins are joins introduced by
-     * relationships in the WHERE clause.
+     * relationships in the WHERE clause. Some implicit joins may also have matching
+     * explicit joins in the same query. Such joins are not included in the returned
+     * collection.
      */
     Collection getImplicitJoins();