From graffito-dev-return-516-apmail-incubator-graffito-dev-archive=www.apache.org@incubator.apache.org Tue Sep 13 20:27:08 2005 Return-Path: Delivered-To: apmail-incubator-graffito-dev-archive@www.apache.org Received: (qmail 22086 invoked from network); 13 Sep 2005 20:27:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 20:27:08 -0000 Received: (qmail 51428 invoked by uid 500); 13 Sep 2005 20:26:56 -0000 Mailing-List: contact graffito-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-dev@incubator.apache.org Received: (qmail 51406 invoked by uid 99); 13 Sep 2005 20:26:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 13:26:55 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 205AA145 for ; Tue, 13 Sep 2005 22:26:54 +0200 (CEST) Message-ID: <1289438678.1126643214108.JavaMail.jira@ajax.apache.org> Date: Tue, 13 Sep 2005 22:26:54 +0200 (CEST) From: "Christophe Lombart (JIRA)" To: graffito-dev@incubator.apache.org Subject: [jira] Created: (GRFT-42) Increase performance for Bean & collections fields Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Increase performance for Bean & collections fields -------------------------------------------------- Key: GRFT-42 URL: http://issues.apache.org/jira/browse/GRFT-42 Project: Graffito Type: Task Components: JCR-Mapping Reporter: Christophe Lombart Fix For: 1.0-a1-dev when loading or updating bean and collection fields, we can increase the performance by using the following features : * proxy / Lazy loading : load the bean or the collection when the getter is called (not when the main object is retrieved) * auto-update : this attribute can specify if the bean or the collection has to be updated. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira