Thank you very much. I've lost a lot of time to find this :). I'm new
to Hibernate, and I don't understand how this framework become so
popular with so poor documentation. It's very frustrating. I post the
question you asked on the hibernate forum from hibernate.org and I
received no answer. Usually the open source framworks are poor, but
existent. The JBoss was similar, and hibernate is a JBoss splinter.
Thank you once again,
Horatiu
> > Hi!
> >
[quoted text clipped - 45 lines]
>
> HTH
ducnbyu - 22 Nov 2006 18:07 GMT
> Thank you very much. I've lost a lot of time to find this :). I'm new
> to Hibernate, and I don't understand how this framework become so
[quoted text clipped - 6 lines]
>
> Horatiu
I agree with you, it appears that most of the API is undocumented
beyond what is auto-generated. API documentation would be so much more
helpful.
Have you read through the manual? Other than searching around the web
and newsgroups and asking questions, the manual seems to be the only
documentation we have to go on. This
http://www.hibernate.org/hib_docs/v3/reference/en/html_single/
opens the entire manual in a single page. I use my browser's find
command to look for things I think I remember having read. The table
of contents is fairly thorough too.
I think the reason hibernate is popular is because of the value of what
it sets out to do and it's open source. You can create very
sophisticated DBMS access methods without writing code specific to the
DBMS you are working in. So you can change the DBMS without touching
any code.
> > > Hi!
> > >
[quoted text clipped - 45 lines]
> >
> > HTH