Thanks you for your suggestion. I don't understand why the composite id specification is necessary though. I haven't been able to acquire any good documentation explaining the composite id.. maybe I should keep digging. Could you provide an example of your Association table class file?
I've seen examples of setting up and using association tables, but they use many-to-many mappings. See : <a href="http://www.java2s.com/Code/Java/Hibernate/ManyToManyMapCascadeLoad.htm">
http://www.java2s.com/Code/Java/Hiberna ... deLoad.htm</a>
I've emplemented such a setup but haven't had any success. (Except that I'm not getting any errors, but I'm not getting the data persisted either.) See <a href="http://forum.hibernate.org/viewtopic.php?t=961274">http://forum.hibernate.org/viewtopic.php?t=961274</a>
As always, any help provided is awesome!