[cvs] expresso commit by lhamel: javadoc

JCorporate Ltd jcorp at jcorporate.com
Fri Jan 14 18:59:50 UTC 2005


Log Message:
-----------
javadoc

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj:
        MultiDBObject.java

Revision Data
-------------
Index: MultiDBObject.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/MultiDBObject.java,v
retrieving revision 1.63
retrieving revision 1.64
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/MultiDBObject.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/MultiDBObject.java -u -r1.63 -r1.64
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/MultiDBObject.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/MultiDBObject.java
@@ -2310,6 +2310,10 @@
      * Specify whether the shortName specified when a DBObject is added is also
      * used as an alias for the table in the query.  (This is false by default.)
      *
+     * comment from user Mark:
+     * "the setShortNameAsAlias(true) solution only works if you use setForeignKey
+     * , it doesn't work with setInnerJoin. That's fine with me, but since it might be a bug, i report it here.
+     *
      * @param flag True if the shortName should be used as an alias
      */
     public void setShortNameAsAlias(boolean flag) {


More information about the cvs mailing list