Hi.
I have these two entites: Order and OrderItem
------------------
class Order {
List orderItems;
}
class OrderItems {
Order order;
}
-----------------
How to map this relationship at the XML level?
How can I load an Order with all its order items are fully initialized (no 1
+ N problem please)?
Thanks for help.
--
View this message in context:
http://www.nabble.com/Basic-mapping-in-iBatis-tf4160616.html#a11838111
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.- Basic mapping in iBatis HHB
- Re: Basic mapping in iBatis Gwyn Evans
- Re: Basic mapping in iBatis Koka Kiknadze
- Re: Basic mapping in iBatis Gwyn Evans
- RE: Basic mapping in iBatis Hemant . Kamatgi
- RE: Basic mapping in iBatis HHB
- RE: Basic mapping in iBatis Hemant . Kamatgi
