Re: hibernate + postgresql ? - Mailing list pgsql-general

From Oleg Bartunov
Subject Re: hibernate + postgresql ?
Date
Msg-id Pine.LNX.4.64.0711291918490.25930@sn.sai.msu.ru
Whole thread Raw
In response to Re: hibernate + postgresql ?  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general
On Thu, 29 Nov 2007, Joshua D. Drake wrote:

> Oleg Bartunov wrote:
>> Hello,
>>
>> any exprerience with Hibernate + PostgreSQL ? How does this combination
>> is flexible and smart ? Is't possible to tune selected queries ?
>
> In short, it sucks :).
>
> Long description: Hibernate is a mature ORM for Java. It is in use with
> PostgreSQL in quite a few installations and even a bunch that we are
> responsible for. It does work as well as any ORM can work.
>
> The problem is, its an ORM and ORMs are dumb in there actual ability to work
> with any real relational database.
>
> If you are not lazy you can push outside the standard hibernate methods and
> produce very usable code but then you have to wonder why you have hibernate
> there at all.

Thank you, that's what I'm afraid for.
>
>
> Sincerely,
>
> Joshua D. Drake
>
>
>>
>>     Regards,
>>         Oleg
>> _____________________________________________________________
>> Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
>> Sternberg Astronomical Institute, Moscow University, Russia
>> Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
>> phone: +007(495)939-16-83, +007(495)939-23-83
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 5: don't forget to increase your free space map settings
>>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>              http://archives.postgresql.org/
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

pgsql-general by date:

Previous
From: "Pau Marc Munoz Torres"
Date:
Subject: Re: Making a query from 2 tables at same time
Next
From: "Usama Dar"
Date:
Subject: Re: viewing definition of "CREATE TYPE name AS ENUM..."