Return-Path: Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: (qmail 51257 invoked from network); 22 Jan 2010 08:08:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 08:08:33 -0000 Received: (qmail 65119 invoked by uid 500); 22 Jan 2010 08:08:33 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 65059 invoked by uid 500); 22 Jan 2010 08:08:32 -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 65044 invoked by uid 99); 22 Jan 2010 08:08:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 08:08:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.78.103.231] (HELO vorsha.objectstyle.org) (208.78.103.231) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 22 Jan 2010 08:08:24 +0000 Received: (qmail 12337 invoked from network); 22 Jan 2010 08:08:03 -0000 Received: from unknown (HELO ?IPv6:::1?) (127.0.0.1) by localhost with SMTP; 22 Jan 2010 08:08:03 -0000 Message-Id: From: Andrus Adamchik To: dev@cayenne.apache.org In-Reply-To: <3219fff71001211319l5ce095d2je95b8f233c3d7aa2@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: svn commit: r901627 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/exp/parser/ framework/cayenne-jdk1.5-unpublished/src/main/jjtree/org/apache/cayenne/ejbql/ framework/ Date: Fri, 22 Jan 2010 10:08:02 +0200 References: <3219fff71001211238s422ecc11i976ab0ce16d6a840@mail.gmail.com> <3048911F-968D-4219-A0A3-C488CF4669BD@objectstyle.org> <3219fff71001211319l5ce095d2je95b8f233c3d7aa2@mail.gmail.com> X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org On Jan 21, 2010, at 11:19 PM, Andrey Razumovsky wrote: > I've always thought of EJBQL as of sort of OOP-analogue of SQL. So > while > those thinks look logical and work in SQL, why shouldn't they in > EJBQL.. > So I'm not fully convinced, but if you wish (?), I'll revert that > change Thanks for doing that. The way I see the EJBQL evolution in Cayenne is that in 3.0 it is String-only, JPA-compatible. In 3.1+ it becomes an API or String-based (CQL extends EJBQL), JPA compatible, but with Cayenne extensions. Andrus