hibernate HQL Join

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Example

hql = "From Author a, Book b Where a.id = book.author";


Got any hibernate Question?