In Non-DSL query, How to add a Left Outer Join? or not yet support ? 

Thanks!


 SelectQuery q = create.selectQuery();
q.addFrom(T_AUTHOR);

q.addLeftOuterJoin(T_BOOK, T_AUTHOR.ID.equal(T_BOOK.AUTHOR_ID)); 



Reply via email to