|
|
Hi,
I'm new to MyBatis, trying to get comfortable with the framework.
I found a nice example about master-details selection that worked
fine, but I need another level of details: details of the details. How
do I do that?
Also, suppose I have the details-details select in a different mapper.
Can I reuse the code?
Thanks!
|