I currently do not specify the hibernate.dialect in my configuration (which
means Hibernate must be determining the dialect based upon my url, right?) but
even if I did, I don't know how to get the property value at runtime. Whatever
the case, what's the best way to determine the underlying data
I apologize if this is a 2nd posting.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Muldoon
Sent: Thursday, April 24, 2008 8:04 AM
To: 'hibernate-dev@lists.jboss.org'
Subject: [hibernate-dev] Short
I'm working with the org.hibernate.id.enhanced.TableGenerator class and I've
noticed a couple of shortcomings (imho). First and foremost, it creates one row
in the hibernate_sequences table for each configured segment_value (as opposed
to one row for each "target_table" as implemented within the