Details
Description
At the moment, it is not possible to create joins like
select * from book,author where book.author_id <> author.author_id;
The most flexibe thing was if one could create a join using a criteria object.
At the moment, it is not possible to create joins like
select * from book,author where book.author_id <> author.author_id;
The most flexibe thing was if one could create a join using a criteria object.