Hello. I have a problem with the creation of a Hibernate Criteria object. I'm new to Hibernate.
Can someone help me with the creation of a complex Criteria object and explain how this is done? Here is the sample SQL select
statement to emulate:
select * from Company join Employees on Company.IDCompany = Employees.IDCompany;