Introducing G2.ai, the future of software buying.Try now
Product Avatar Image

Hibernate

Show rating breakdown
28 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.2
Serving customers since

All Products & Services

Profile Filters

Profile Name

Star Rating

14
13
1
0
0

Hibernate Reviews

Review Filters
Profile Name
Star Rating
14
13
1
0
0
Verified User in Retail
UR
Verified User in Retail
04/29/2022
Validated Reviewer
Review source: G2 invite
Incentivized Review

Best Open- Source ORM Tool

It has HQL which is independent of Database. Easy to implement and maintain. L1, L2 caches. Supports almost all Relational DB. Lazy loading support for fast retrieval.
Swapnil P.
SP
Swapnil P.
Project Engineer at CDAC R&D Mumbai
01/21/2022
Validated Reviewer
Review source: Organic

One of the best ORM tool

Its one of the best tool to connect the backend to the database, it is fast, it has many advantages over JDBC , it is faster, open source
Muhammad J.
MJ
Muhammad J.
Distinguished Engineer / Lead Java Consultant at 360Factors
03/14/2021
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

8+ years experience in Hibernate

In addition to its own API Hibernate provide fully implementation of JPA specifications and standard. Different strategy for identity Fetching eagerly strategy on a single query Default first level Caching and then optional 2nd level cache Database schema independent HQL Criteria query to make user friendly approach it is useful and easy to alter your criteria in future Filter is also a main benefit when you are using hibernate

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