this is really a JPA question, not Seam.
But you should map the relations with a @ManyToOne
Left outer join is not supported in a query, but 'left join fetch' should do what
you want, once you map the entities correctly!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106801#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...