I have two classes : One is Product and other is Service. One product can have
multiple services. Product details are stored in product table. Service details
in service details. Service table has foreign key referencing prioduct_id which is
primary key in product table. While doing select iBatis supports selecting data from
multiple tables using one query (avoiding N+1 selects). Is there a way to insert into multiple tables using one
insert query.
|
- I am new to iBatis. Is it possible to insert into multiple t... suresh.dodda
- Re: I am new to iBatis. Is it possible to insert into m... Jerome Gagner
- Re: I am new to iBatis. Is it possible to insert in... Jerome Gagner
- Re: I am new to iBatis. Is it possible to insert into m... Nathan Maves