How to create a HQL query in Java form:
`select new map(A.a1, B.b1) from A left join B on A.a2=B.b2` Where can B not exist? Now returns the result only when B exists.
How to create a HQL query in Java form:
`select new map(A.a1, B.b1) from A left join B on A.a2=B.b2` Where can B not exist? Now returns the result only when B exists.
Source: https://ru.stackoverflow.com/questions/653135/
All Articles