[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj NextNumberImpl.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Sep 20 12:56:51 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj
In directory jcorp2.servlets.net:/tmp/cvs-serv3260

Modified Files:
	NextNumberImpl.java 
Log Message:
<Aucun commentaire entré>


Index: NextNumberImpl.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/NextNumberImpl.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** NextNumberImpl.java	20 Sep 2004 19:20:15 -0000	1.16
--- NextNumberImpl.java	20 Sep 2004 19:56:49 -0000	1.17
***************
*** 83,86 ****
--- 83,89 ----
   *
   * @author        Original by Michael Nash, rewritten by Michael Rimov, Larry Hamel
+  *
+  * Modify by Yves Henri AMAIZO <amy_amaizo at compuserve.com>
+  * @since $DatabaseSchema  $Date$
   */
  public class NextNumberImpl
***************
*** 181,184 ****
--- 184,190 ----
       * @param callingDBObject - the DBObject that this nextnumber object belongs to.
       * @param fieldName - the field name within the callingObject that this nextnumber belongs to.
+      *
+      * Modify by Yves Henri AMAIZO <amy_amaizo at compuserve.com>
+      * @since $DatabaseSchema  $Date$
       */
      private ReusableLong getNextNumberObject(String db,
***************
*** 210,214 ****
                  if (!meta.isAutoIncremented() && log.isDebugEnabled()) {
                      log.debug("NextNumber.getNext() called for table.field, '"
!                             + ((JDBCObjectMetaData)callingDBObject.getMetaData()).getTargetTable()
                              + "." + fieldName
                              + "', which is not auto-incrementing type. Setting up hash entry anyway.");
--- 216,220 ----
                  if (!meta.isAutoIncremented() && log.isDebugEnabled()) {
                      log.debug("NextNumber.getNext() called for table.field, '"
!                             + ((JDBCObjectMetaData)callingDBObject.getMetaData()).getTargetSQLTable(callingDBObject.getDataContext())
                              + "." + fieldName
                              + "', which is not auto-incrementing type. Setting up hash entry anyway.");



More information about the cvs mailing list