I just recently discovered Hibernate and have been extremely pleased
with it so far. It will probably be replacing our Entity Beans scheme
shortly.

We're fitting Hibernate to an existing schema which is a little unusual:
every table in the system uses a composite key. I've created a composite
key object without a problem, but for some tables there's an additional
wrinkle as they use a generated field (e.g., IDENTITY in MS SQL) as part
of the composite key.

I don't expect Hibernate would have native support for something like
this, so how would I go about implementing it?

Thanks,

Chris

-- 
Chris Winters ([EMAIL PROTECTED])
Java Developer



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to