R: R: Design Advice - Relational Databases & Java Objects

2002-05-31 Thread daniele rizzi
Da: Adam Hardy [mailto:[EMAIL PROTECTED]] Inviato: venerdi 31 maggio 2002 11.06 A: Struts Users Mailing List Oggetto: Re: R: Design Advice - Relational Databases & Java Objects Yes sure but where would I do that? If I've got a complete DB access & object-relation mapping package between m

Re: R: Design Advice - Relational Databases & Java Objects

2002-05-31 Thread Adam Hardy
Yes sure but where would I do that? If I've got a complete DB access & object-relation mapping package between my business classes and my database, then I would have to write a whole new seperate bunch of classes to handle COUNT(*)s queries. I was hoping somebody who uses such a package could

R: Design Advice - Relational Databases & Java Objects

2002-05-31 Thread daniele rizzi
Hi Adam, I know it sounds silly as an answer, but if you avoid OO altogether for this sort of questions and SELECT COUNT(*) FROM MY_TABLE straight to the db? d.rizzi -Messaggio originale- Da: Adam Hardy [mailto:[EMAIL PROTECTED]] Inviato: venerdi 31 maggio 2002 10.01 A: Struts Users Ma