Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 96682 invoked from network); 23 Oct 2003 16:08:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Oct 2003 16:08:09 -0000 Received: (qmail 93895 invoked by uid 500); 23 Oct 2003 16:07:57 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 93879 invoked by uid 500); 23 Oct 2003 16:07:56 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 93848 invoked by uid 500); 23 Oct 2003 16:07:56 -0000 Received: (qmail 93841 invoked from network); 23 Oct 2003 16:07:56 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 23 Oct 2003 16:07:56 -0000 Received: (qmail 96518 invoked by uid 1332); 23 Oct 2003 16:08:02 -0000 Date: 23 Oct 2003 16:08:02 -0000 Message-ID: <20031023160802.96517.qmail@minotaur.apache.org> From: henning@apache.org To: db-torque-cvs@apache.org Subject: cvs commit: db-torque/proposals/henning/skipidbroker skipidbroker.patch X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N henning 2003/10/23 09:08:02 Modified: proposals/henning/skipidbroker Tag: TORQUE_3_1_BRANCH skipidbroker.patch Log: Forgot one save() in Persistent Revision Changes Path No revision No revision 1.1.2.2 +11 -2 db-torque/proposals/henning/skipidbroker/Attic/skipidbroker.patch Index: skipidbroker.patch =================================================================== RCS file: /home/cvs/db-torque/proposals/henning/skipidbroker/Attic/skipidbroker.patch,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- skipidbroker.patch 23 Oct 2003 15:54:10 -0000 1.1.2.1 +++ skipidbroker.patch 23 Oct 2003 16:08:02 -0000 1.1.2.2 @@ -246,11 +246,20 @@ obj.setModified(false); diff --exclude=CVS -Nurb db-torque_BRANCH31.patched/src/java/org/apache/torque/om/Persistent.java db-torque_BRANCH31.work/src/java/org/apache/torque/om/Persistent.java --- db-torque_BRANCH31.patched/src/java/org/apache/torque/om/Persistent.java 2002-12-29 19:17:26.000000000 +0100 -+++ db-torque_BRANCH31.work/src/java/org/apache/torque/om/Persistent.java 2003-10-23 17:50:49.000000000 +0200 -@@ -148,4 +148,29 @@ ++++ db-torque_BRANCH31.work/src/java/org/apache/torque/om/Persistent.java 2003-10-23 18:07:05.000000000 +0200 +@@ -148,4 +148,38 @@ * @throws Exception This method might throw an exception */ void save(Connection con) throws Exception; ++ ++ /** ++ * Saves the object. ++ * ++ * @param skipIdBroker If this is true, the criteria already contains ++ * a value for the PK and the ID Broker should not be used ++ * @throws Exception This method might throw an exception ++ */ ++ void save(boolean skipIdBroker) throws Exception; + + /** + * Stores the object in the database. If the object is new, --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org