Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D63117D5A for ; Tue, 7 Apr 2015 14:52:11 +0000 (UTC) Received: (qmail 82894 invoked by uid 500); 7 Apr 2015 14:52:11 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 82868 invoked by uid 500); 7 Apr 2015 14:52:11 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 82856 invoked by uid 99); 7 Apr 2015 14:52:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 14:52:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [162.242.166.79] (HELO us-rs09.objectstyle.com) (162.242.166.79) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 07 Apr 2015 14:52:06 +0000 Received: (qmail 20211 invoked by uid 509); 7 Apr 2015 14:51:45 -0000 Received: from unknown (HELO ?192.168.1.20?) (212.98.191.4) by us-rs09.objectstyle.com with SMTP; 7 Apr 2015 14:51:45 -0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: New features in Select API From: Andrus Adamchik In-Reply-To: Date: Tue, 7 Apr 2015 17:51:44 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <9B9577A2-4530-41AE-90A3-53F3450F8B44@objectstyle.org> References: <9659852B-5274-4875-AA77-E0184BA83B1A@objectstyle.org> <9E44E958-DE1C-48A7-A383-0EBFE7B69F69@objectstyle.org> To: dev@cayenne.apache.org X-Mailer: Apple Mail (2.2070.6) X-Virus-Checked: Checked by ClamAV on apache.org > On Apr 7, 2015, at 5:47 PM, Mike Kienenberger = wrote: >=20 > On Tue, Apr 7, 2015 at 10:37 AM, Andrus Adamchik = wrote: >>> Even though it may not be as concise, using "alternate form of" = might >>> be less confusing. >>=20 >> I assume you are talking about "limit" comment, not "select"? >=20 > No, I was referring to "select". >=20 > Essentially the alternate form of "ObjectContext.selectOne(Select)" >=20 > We could probably also drop "Essentially the" from anywhere it is > being used and use >=20 > An alternate form of "ObjectContext.selectOne(Select)" >=20 > Michael's "equivalent" is also fine. Or "A fluent alternative to" > might be better still. I am +1 on your and Mike's suggestions. So if anyone would like to take = a shot at cleaning up this javadoc for Select and implemebtign = subclasses, please do. Andrus=