From dev-return-4755-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Jul 05 18:38:48 2007 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 25365 invoked from network); 5 Jul 2007 18:38:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jul 2007 18:38:32 -0000 Received: (qmail 48430 invoked by uid 500); 5 Jul 2007 17:28:10 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 48231 invoked by uid 500); 5 Jul 2007 17:28:09 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 48084 invoked by uid 99); 5 Jul 2007 17:28:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2007 10:28:07 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2007 10:23:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3153D7141F5 for ; Thu, 5 Jul 2007 10:23:05 -0700 (PDT) Message-ID: <7224886.1183656185198.JavaMail.jira@brutus> Date: Thu, 5 Jul 2007 10:23:05 -0700 (PDT) From: "Patrick Linskey (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-277) Provide a simple means for manual specification of all SQL used by a given domain graph MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Provide a simple means for manual specification of all SQL used by a given domain graph --------------------------------------------------------------------------------------- Key: OPENJPA-277 URL: https://issues.apache.org/jira/browse/OPENJPA-277 Project: OpenJPA Issue Type: New Feature Components: jdbc Affects Versions: 0.9.7, 0.9.6, 0.9.0 Reporter: Patrick Linskey Generally-speaking, OpenJPA generates the SQL needed to load records from the database. Currently, the only mainstream exception to this is when using SQL as a query language. In legacy environments, database access is often limited to certain SQL statements or stored procedures. OpenJPA should support such environments for a larger subset of OpenJPA operations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.