[hibernate-dev] How do I determine that the underlying database is a MySQL database?

2011-04-01 Thread Tom Muldoon
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

[hibernate-dev] Shortcomings in org.hibernate.id.enhanced.TableGenerator class

2008-04-27 Thread Tom Muldoon
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

[hibernate-dev] Shortcomings in org.hibernate.id.enhanced.TableGenerator class

2008-04-24 Thread Tom Muldoon
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