Return-Path: Delivered-To: apmail-cayenne-user-archive@www.apache.org Received: (qmail 78461 invoked from network); 19 May 2008 19:30:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 May 2008 19:30:12 -0000 Received: (qmail 33233 invoked by uid 500); 19 May 2008 19:30:13 -0000 Delivered-To: apmail-cayenne-user-archive@cayenne.apache.org Received: (qmail 33211 invoked by uid 500); 19 May 2008 19:30:13 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 33195 invoked by uid 99); 19 May 2008 19:30:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2008 12:30:13 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.227.126.186] (HELO moutng.kundenserver.de) (212.227.126.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2008 19:29:19 +0000 Received: from [192.168.37.3] (p5B375473.dip.t-dialin.net [91.55.84.115]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1JyB3E15Os-0000yA; Mon, 19 May 2008 21:29:40 +0200 Subject: Re: SelectQuery and new objects From: Dirk Lattermann To: user@cayenne.apache.org In-Reply-To: <1DE6AD08-4BE3-42D6-93D9-E7A45CA8EC34@puregumption.com> References: <1211224602.16196.13.camel@dinu.dlnetz> <1DE6AD08-4BE3-42D6-93D9-E7A45CA8EC34@puregumption.com> Content-Type: text/plain Date: Mon, 19 May 2008 21:29:39 +0200 Message-Id: <1211225379.16196.18.camel@dinu.dlnetz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/mKw9mCc8N52F35ES8ZHj5b2P4bfLIKdeg98q 1e9mZw8piAR58UJvKtQGAXHYWavuV2BOBnmgN4vNvbjps+jnz1 Oxr13xOuUXkTkas3kVJs1foCAXxVo0/ X-Virus-Checked: Checked by ClamAV on apache.org Am Montag, den 19.05.2008, 14:20 -0500 schrieb Robert Zeigler: > The select query is going to run against data in the database, and > will therefore /not/ return newly created but as yet uncommitted > objects. > Aha, thank you! Is this true for all Query classes in Cayenne? In other words, is there a Query (or some other means) to fetch uncommitted objects?