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
Yu-Chun(Jim) C.
YC
Yu-Chun(Jim) C.
Lead application support analyst at EPAM Systems
01/11/2021
Validated Reviewer
Review source: G2 invite
Incentivized Review

There are too many settings to set config and pojo

It covers all ORM aspects,so engineers can have a very clear insights only using object point of view to design system,especially use associations to replace 'relationship'
Rohit N.
RN
Rohit N.
Senior Principal Engineer at Autodesk
04/30/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Reliable ORM

People with zero knowledge of SQL get to start writing data access layer code and start interacting with the DB. Great community support. Its free tool.
Isuru S.
IS
Isuru S.
Full Stack Developer
04/21/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Hiberante for relational data model implementation

Object oriented class model to map relational model Ability to map inheritence to exploit full power of OOP Hibernate level transactions Various data structures List Map Bag etc Various ID generation capabilities auto increment,uuid,sequence etc Composite key supportfor primary key Immutable entitities Caching layer which supports level1 and level2 cache

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