Product Avatar Image

Hibernate

Show rating breakdown
29 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.2
Serving customers since
Profile Filters

All Products & Services

Profile Name

Star Rating

15
13
1
0
0

Hibernate Reviews

Review Filters
Profile Name
Star Rating
15
13
1
0
0
Verified User in Telecommunications
UT
Verified User in Telecommunications
01/10/2019
Validated Reviewer
Review source: G2 Gives Campaign
Incentivized Review

java developer review

I like the best in hibernate is , we don't need to write queries for any database multiple times to insert data. Just link a class to a database table, you are done . just write operations on that classes object makes changes to the database. Performing operations on java classes is easy. unlike plain jdbc we just need to give configuration in a single property file or xml file, then hibernate will take care of the rest of the issues connecting to the database.
Verified User in Government Administration
IG
Verified User in Government Administration
01/10/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

use hibernate for db coding

Easy framework to implement to access databases from a web app.

About

Contact

HQ Location:
Glen Allen, Virginia

Social

@Hibernate

What is Hibernate?

Hibernate is an open-source Object-Relational Mapping (ORM) framework for Java applications, helping developers map Java objects to database tables and vice versa. It simplifies database interactions by handling the details of data retrieval and persistence, allowing developers to focus on application logic. Hibernate provides features like lazy loading, caching, and query capabilities through HQL (Hibernate Query Language). Its robust architecture supports multiple databases and promotes efficient database access.

Details

Website
hibernate.org