Hi All
I have 2 tables A and B.
A with B has one to many relationship. I have a single Entity bean to fill the data into these different tables. Now the question is ..is it necessary to have two Entity Bean or One single one . I want to have a single Entity Bean which fills the data into two tables. So can i specify the table names and fields in my deployment descriptor and not use the relationship.
Is it okay...Please explain how to do so.
Thanks
Aruna
