What do you understand by Hibernate in Java?

What do you understand by Hibernate in Java?

Hey, do you know about Hibernate in Java? I have to learn it for my next project. What is the best and probably most easiest way to learn this Hibernate stuff?

How it is beneficial for the any Java based project?

Thanks

View Answers

September 9, 2014 at 11:01 PM

Since you have assign the task to learn Hibernate it means you are going to work on database driven application. Most probably the web application.

Let me explain you about Hibernate.

Hibernate is a technology for saving your data into database without writing the JDBC code.

From you Java program you will issue the command to save the Entity (Java object), and hibernate will generate the query and save the data into database. Its so simple to save data now.

There are lots of benefits of Hibernate but most important is that it handles all the JDBC stuff and saves huge development time.

Check the tutorial What is Hibernate in Java?.

Thanks









Related Tutorials/Questions & Answers:
What do you understand by Hibernate in Java?
What do you understand by JPA?
Advertisements
What do you understand by private, protected and public?
What do you understand by Kafka broker
What do you understand by Virtual Hosting?
What do you understand by Domain Parking?
what do you understand by big data and what are its basic components
What do you understand by the are PHP, ASP and Perl languages?
difference between java5 and java6 - Java Beginners
What do you mean by Deadlock?
What do you mean by Serialized?
What do you learn in AI?
What do you mean by docker container
What do you mean by Read Uncommitted?
What do you mean by Read Committed?
What do you mean by Repeatable Read?
What skills do you need for big data?
What do you mean by platform independence?
What courses do you take for data science?
Java2
What do you understand by Big Data?
What do you think about client-side/server-side coding ?
about java1
Javah
Difficult to understand - Hibernate
What does COMMIT do?
what session.flush() do ?
What is Hibernate
What is Hibernate
What is Hibernate
What is Hibernate
What does the delete operator do?
What does the delete operator do?
What is hibernate ?
About Java2
How do you do data mining projects?
Hibernate:What is Hibernate proxy?
What do data scientists earn?
what is hibernate - Hibernate
Hibernate:What is hibernate?
How do you define a constant?
What is Hibernate and what is its use?
What is Hibernate and what is its use?
How do you sum a dictionary
javaa swings - IDE Questions
What do I need to do to use a MSSQL-Server with Web-Harvester?
Hibernate Mappings
Do you need math for AI?
Javah -  Header File Generator
what should i do next?? - Java Beginners

Ads