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 Information Technology and Services
CI
Verified User in Information Technology and Services
03/02/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

Hibernate

Framework makes it very easy and efficient to execute queries. It provides various features such as cache , batch process and jpa implementation that makes it very easy to use.
Verified User in Information Technology and Services
UI
Verified User in Information Technology and Services
01/17/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

Object-oriented domain model

Few years back I used Hibernate. Most of the Java programmers love Hibernate. Hibernate is fast, easy and reliable way to map your object-oriented business model onto any relational database and thus hide it from your Java object-oriented program logic. I found that when something goes wrong with Hibernate, you can usually google and find an answer, and there are many books on Hibernate.
PM
Pushpraj M.
System Engg. at Tata Consultancy Services
01/17/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

Easy to implement and DB independent

Best thing about Hibernate is that you can easily create CURD operations with predefined methods. No need to manually interact with DB (like getting connection/ create SQL etc.) another best feature is, If implemented correctly underlying database can be changed without making any code changes.

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