Hibernate version:
2.1.7
Hi,
In the chapter 7 of the book, on page 266, there is an explanation on implicit joins. In the example the hql query with implicit joins is translated with inner joins in the sql query.
But in the forum I found this gavin's post :
http://forum.hibernate.org/viewtopic.ph ... icit+theta
In this post, gavin said that implicit joins are transalated in theta style joins but I cannot understand his explanation.
I did some tests with a relation like the cat's mate in the reference documentation. It seems that implicit joins are translated into theta style joins. Can you explain me why and can you tell me if it is an error in the book or if it depends on the circumstances ?
Thanx
Seb