Best way to define java class for mapping

2006-03-01 Thread Ashish Kulkarni
Hi What is the best way to design java class for mapping, for example suppose i have a SQL querry which join 2-3 tables and returns the data, should i design java class to match this SQL querry, or should i design java class to match tables, and then create a Map in xml file and then populate

RE: Best way to define java class for mapping

2006-03-01 Thread Fullam, Jonathan, ALABS
in terms of what objects you will need perform your business logic. -Jonathan -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 10:16 AM To: user-java@ibatis.apache.org Subject: Best way to define java class for mapping Hi What