Marcus Eriksson: Drizzle Hibernate Dialect
I just built a hibernate dialect for drizzle:
bzr branch lp:~krummas/+junk/drizzledialect
Drop the file in your project and set;
hibernate.dialect=org.drizzle.hibernate.dialect.DrizzleDialect
hibernate.connection.url="" />hibernate.connection.driver_class=org.drizzle.jdbc.DrizzleDriver
And you are ready to go. Preferably use it with the latest drizzle-jdbc snapshot. Please try it out and let me know how it works.
URL: http://developian.blogspot.com/2010/! 03/drizzle-hibernate-dialect.html
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

