Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / September 2006

Tip: Looking for answers? Try searching our database.

what is hibernate ?

Thread view: 
gk - 24 Sep 2006 12:03 GMT
hi,
what is hibernate ?

its called   O-R mapping ?

is it  an API ?

its a Software/tool ?

is it  Software which has Database in it  ?  does it comes with a DB ?

can anybody please tell me in the simplest way whats this hibernate
means ?
Frank Seidinger - 24 Sep 2006 12:31 GMT
gk schrieb:

> its called O-R mapping ?

Yes.

> is it  an API ?

Yes.

> its a Software/tool ?

Yes.

> is it  Software which has Database in it  ?  does it comes with a DB ?

No.

> can anybody please tell me in the simplest way whats this hibernate
> means ?

Maybe you best can find out yourself at:

http://www.hibernate.org/

Signature

Geld allein macht nicht glücklich.
Es kommt auch auf die Menge an...

Oliver Wong - 26 Sep 2006 20:12 GMT
> hi,
> what is hibernate ?
>
> its called   O-R mapping ?

O-R mapping stands for "Object-Relational mapping". Java is Object Oriented,
and MySQL (for example) is Relational. So an O-R mapping creates a mapping
(a one-to-one correspondence) between an class in an object oriented
language and a table in a relational database.

> is it  an API ?
>
[quoted text clipped - 4 lines]
> can anybody please tell me in the simplest way whats this hibernate
> means ?

   It's basically so that you can persist (save) your objects in a
database, and then perform queries to load the objects back out of the DB.
You download a JAR, add it to your project, and it exposes an API which
takes care of saving your objects to the DB at the appropriate time. It
doesn't come with a database itself; you'll have to install one seperately,
and then configure Hibernate to connect to the DB.

   - Oliver
gk - 27 Sep 2006 11:34 GMT
Thanks for the nice explanation.
this helped.

> > hi,
> > what is hibernate ?
[quoted text clipped - 23 lines]
>
>     - Oliver


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.