El grupo al cual envías entradas es un grupo Usenet. Si envías mensajes a este grupo, cualquier usuario de Internet podrá ver tu dirección de correo electrónico
Hi y'all
First post here..
I'd like to know how can i insert a condition expression in a 'left
outer join' clause using Criteria or DetachedCriteria
e.g.
LEFT OUTER JOIN
TAB_PLAYER PLAY
ON TEAM.ID_PLAYER = PLAY.ID_PLAYER
AND PLAY.SITUATION <> 'D'
I've tried to use CriteriaSpecification.LEFT_JOIN when i create an
alias but didn't work, it aways sends the 'AND' condition to the
clause 'WHERE'
any idea ??
Thanks in advance!