Just verifying that I understand this correctly ...

The selectByExample methods in the DAO classes generated by Abator can only perform queries on columns in a single table. If a query requires a join, one should add mapped statements to the generated SqlMap.xml files and invoke them in the normal iBATIS way.

Correct?

Reply via email to