RE: Collection creation and sorting

2004-05-03 Thread Gelhar, Wallace Joseph
/ /collection-descriptor ... /class-descriptor Wally -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tino Schöllhorn Sent: Saturday, May 01, 2004 2:21 AM To: [EMAIL PROTECTED] Subject: Re: Collection creation and sorting Hi Gelhar, the thing is: I have a decomposed N:M

Re: Collection creation and sorting

2004-05-01 Thread Tino Schöllhorn
are attributes on the RoomImpl object. Wally -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tino Schöllhorn Sent: Friday, April 30, 2004 2:41 AM To: [EMAIL PROTECTED] Subject: Collection creation and sorting Hi, I have a (probably simple) question about sorting

Collection creation and sorting

2004-04-30 Thread Tino Schöllhorn
Hi, I have a (probably simple) question about sorting collections: I have 3 classes which I successfully mapped to OJB: class Company { Collection companyTeams; public Collection getTeams() { //??? } } class CompanyTeam { Company c; Team t; int pos; } class Team { String

RE: Collection creation and sorting

2004-04-30 Thread Gelhar, Wallace Joseph
: Collection creation and sorting Hi, I have a (probably simple) question about sorting collections: I have 3 classes which I successfully mapped to OJB: class Company { Collection companyTeams; public Collection getTeams() { //??? } } class CompanyTeam { Company c; Team t