On 8/17/06, Andrus Adamchik <[EMAIL PROTECTED]> wrote:
Also there is an effort underway to support outer joins (we will have to do it in 3.0 anyways as the goal is to be compatible with the JPA spec that requires them):
Andrus, I hadn't realized this was also needed for JPA. Can you provide me with shortcuts to just that part of JPA or summarize how it will impact generic Cayenne outer join support? My thought was to simply have a query.setJoinType(JoinType.OUTER) to enable and disable outer joins, but perhaps that's not enough. I don't really want to learn anything more about JPA than I have to at the moment :-)
