Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 57652 invoked from network); 6 Feb 2008 09:31:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 09:31:39 -0000 Received: (qmail 18608 invoked by uid 500); 6 Feb 2008 09:31:31 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 18583 invoked by uid 500); 6 Feb 2008 09:31:31 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Delivered-To: moderator for continuum-dev@maven.apache.org Received: (qmail 9773 invoked by uid 99); 6 Feb 2008 09:21:35 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dlecan@gmail.com designates 66.249.92.168 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=xlFAyd2MAwndBsg4ewCadg/ybbZso9eL230zBArf2EQ=; b=hqh1NN3ng4j0h7mjfJ7bgfIJOVra3nGtiVg1pQ9rGKw/qFK5CIUosDI8kuRSm99qKsAJ9Ln+Kh0NrPt0Hq0VZ5iXS3YZ7TooHKC5NZ98TiuMvwUgcKUClFYWPYTFvIxKGRDOUxcUv4Et8JhlTjcL43NLP01TqUvt0tMc3k3L6ik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=KbhMSewmK1B1OmuhFygSyV482Uubop18JDMuz1o8F0UknCjAvT6Ck1KgNjbqXTQEm0bQf8dDFN6GJi2cd7IjemBoSoqisB7L7eg/5tELrx2etudMUjNiw4KS+oR0gYNGtiE2fsdj625R/R/TSx9uq2u6Mc2/ifKi/jWeUduxJlw= Message-ID: Date: Wed, 6 Feb 2008 10:21:13 +0100 From: "Damien Lecan" Sender: dlecan@gmail.com To: continuum-dev@maven.apache.org Subject: Re: Some continuum-jpa branch updates In-Reply-To: <47A94627.1090208@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5d3354e30712091504n5e5bc3e5g27823312f3124f16@mail.gmail.com> <47603A17.3010002@venisse.net> <478E8589.7090801@gmail.com> <4790FF8C.7030702@gmail.com> <06AF7A80-6F9F-4B08-BB2F-251D4F2CD261@israfil.net> <47A94627.1090208@gmail.com> X-Google-Sender-Auth: b3c0a5d48dc69928 X-Virus-Checked: Checked by ClamAV on apache.org > Its seems TopLink can do Criteria Queries (using Expressions and > ExpressionBuilders, correct me if I am wrong). It seems quite a few JPA > implementations provide some sort of Criteria Query API extension. Hibernate does that too ! Damien