We are testing some sqlMaps to avoid the N+1 Selects problem that include OUTER JOINs. Since nulls are coming back in the Result Sets, we are seeing pojos created with all nulls. Testing with iBatis 2.3.4.
I don't recall seeing this problem mentioned before, but I can't believe no one else has hit it -- any suggestions for avoiding the null pojo objects (other than deleting them after creation)? Thanks...