Return-Path: Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 43465 invoked from network); 2 Apr 2003 10:33:51 -0000 Received: from phil1.credit-agricole.fr (192.44.63.129) by daedalus.apache.org with SMTP; 2 Apr 2003 10:33:51 -0000 Received: from geb2.cnca.credit-agricole.fr ([10.117.2.2]) by phil1.credit-agricole.fr (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id AGC47799; Wed, 2 Apr 2003 11:39:30 +0100 (CET) Received: by geb2.cnca.credit-agricole.fr; id MAA24385; Wed, 2 Apr 2003 12:30:26 +0200 (MET DST) Received: from polaris-b.cnca.credit-agricole.fr(134.227.13.85) by geb2.cnca.credit-agricole.fr via smap (4.0) id xma000076; Wed, 2 Apr 2003 11:29:05 +0200 Received: from [134.227.2.183] by polaris-b.cnca.fr with ESMTP for ojb-dev@db.apache.org; Wed, 2 Apr 2003 12:31:49 +0200 Received: by JANUS with Internet Mail Service (5.5.2650.21) id ; Wed, 2 Apr 2003 12:26:54 +0200 Message-Id: <4895C7C2076BE54AB2C2E7BCFC57B4D2583A36@boussole> From: "TINE Houari (OBJECTIVA)" To: "'OJB Developers List'" Subject: multiple repository Date: Wed, 2 Apr 2003 12:29:56 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I want to handle multiple repository. Consider class Person that references Adress (1:1 association): - Use case 1: I want to load Person without Adress (I don't like to use proxy because Adress is never used). - Use case 2: I want to load Person with Adress. How can I do that?