RE: [JBoss-user] m:n relationship and relation tables

2004-02-02 Thread frederic . kieffer
Date: dimanche 1 février 2004 19:10 À: [EMAIL PROTECTED] Objet: Re: [JBoss-user] m:n relationship and relation tables Hi, I'm wondering where the relationship tables are stored. normally also in the Database. How do you setup the CMP beans? With Xdoclet? Then use @jboss.relation-m

Re: [JBoss-user] m:n relationship and relation tables

2004-02-01 Thread Rupp, Heiko
Title: [JBoss-user] m:n relationship and relation tables Hi, I'm wondering where the relationship tables are stored. normally also in the Database. How do you setup the CMP beans? With Xdoclet? Then use @jboss.relation-mapping and @jboss.relation-table tags to specify them (Afaik

[JBoss-user] m:n relationship and relation tables

2004-01-30 Thread frederic . kieffer
Hi people, I use mainly CMPs in my application , with 1:1, 1:N and m:n relationships. As I can only see business tables in the database (those bound to the CMPs), I'm wondering where the relationship tables are stored. Thanks for your input. Frédéric ---