It looks like since Hibernate 3.3.rc2 you can now use the <generator> element inside a <composite-key> element. See here:
http://opensource.atlassian.com/project ... e/HHH-2060
I'm curious, now that we have generator's available, Are there any generators available for composite id's? I searched the API and wasn't able to find anything. I wanted to make sure that I wasn't missing something obvious before I began extending IdentityGenerator for compositeids. Would this be the correct next step? Anyone tried this out yet?
Thanks,
-Jonathan