Hi, All Suppose this sitiuation DB Tables: A(ida, desc) , B(idb, ida, desc)
Java Classes: public class A{ String ida; String desc; List Bs; } public class B{String idb; String desc; A parentA;} I am new to iBatis and I am trying to work around this problem. But I couldn't find any examples , please any one can help me in this THANKS -- View this message in context: http://www.nabble.com/HELP-NEEDED-%3A-Bidirectional-associations-tp23482686p23482686.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.