First post, read the manual a couple of times, built all the examples and feel comfortable using hibernate. The problem is why I try to apply it to my project.
It's a music collection, so there are 3 main objects - song, aritst, and album.
Each object has a collection of the other two.
Before I switched to hibernate, I would manually populate the objects based on a specifed depth.
Now, hibernate does it based on my mappings (many-to-many) but I don't understand how or if it's adjustable or if it's going to eat resources once I fully populate the database and seach for just 1 song.
|