We are using MyBatis to generate SQL using Java.
We need to do a left join on two tables ( t1 and t2) on certain columns. This is something mybatis allows easily.