Here is the scenario I have:
5 tables.
Author, Publisher, Region, Medium & Title
Title has foreign keys to all the other tables. I have a list of Title objects and want to create a query on it. There is a many-to-many relationship on it
Can someone help with with some examples or snippet of code on how I would be going about it using Hibernate 3.5?
Did you have had a look into the hibernate reference?