From: | "Diego Pires Plentz" <diego(dot)pires(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | [hibernate-team] PostgreSQLDialect |
Date: | 2007-11-11 15:04:51 |
Message-ID: | 7940ccb20711110704k7e181e39o5bf2c1d383150a6d@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi Guys,
I'm one of the hibernate(http://hibernate.org) team commiters and I'm here
to ask you for a little help :-)
I'm trying to improve the support of hibernate to Postgre(and other
databases), but I'm don't have *that* knowledge in database functions and
behavior. I'm already done a couple of improvements, but I'm trying to map
all your functions, for example, to allow our users to use most of database
functions with HQL. And to do that we must do some changes.
What we must do(ok, what we *can* do :-) ) is change the file bellow, adding
the functions that are useful to this file:
This class is just a class that says to hibernate "hey, I'm a Postgree
database and I'm work that way". Here we register database types(with
registerColumnType()), functions(with registerFunction()), and override some
methods methods that says to hibernate some database behaviors. This class
extends our base Dialect, that is just a class with some basic info.
So, if someone wanna help, please let me know :-)
Cya!
--
http://plentz.org/
"Provide options, don't make lame excuses."
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2007-11-11 15:12:06 | Re: Win32 shared memory speed |
Previous Message | Bruce Momjian | 2007-11-11 14:52:57 | Re: High Availability, Load Balancing, and Replication Feature Matrix |