/
Hibernate(ORM)

Hibernate(ORM)

Why is it being used in Eshopbox?

  • Integration layer between code and database

Audience

All Software backend and Mean Stack Engineers

Reading Material

Link

Level

Link

Level

basic tutorial

Beginner

hibernate transaction

Intermediate

 

Dos and Don’ts

Dos

 

Don’ts

  • Only select required number of columns in fetch.

  • Perform all Logic in Your Business Code

  • call flush or commit only when required.

  • Avoid Update or Delete Huge Lists of Entities One by One

  • Avoid using native queries

Related content