Spring Hibernate
Spring Hibernate Integration
N+1 problem in Hibernate & Spring Data JPA
Upasana | October 03, 2020 | 4 min read | 3,088 views
N+1 problem is a performance issue in Object Relational Mapping that fires multiple Select Queries in database for a single select query at application layer. Hibernate provides multiple ways to identify and prevent this problem.
Read ArticleTable backed global counter in spring hibernate
Upasana | August 01, 2020 | 4 min read | 1,952 views
How to implement thread safe table backed global counter in spring hibernate
Read ArticlePrevent Lost Updates in Database Transaction using Spring Hibernate
Upasana | August 31, 2019 | 5 min read | 3,933 views
In this article we will explore strategies provided by Spring boot, Spring data jpa, hibernate to prevent lost concurrent updates - JPA Optimistic Locking & JPA Pessimistic Locking.
Read ArticlePrevent Order Placement if Produce Price Changes inbetween
Upasana | December 31, 2017 | 1 min read | 6 views
Prevent Order Placement if Produce Price Changes inbetween
Read ArticleNo two threads shall pick up the same task from database table using Hibernate
Upasana | December 31, 2017 | 1 min read | 9 views
No two threads shall pick up the same task from database table using Hibernate
Read ArticlePopular Tags
Java 8
microservices-architecture
algorithm-datastructures
java 9
senior java developer
investment banking
unix-concepts
spring-boot
Payumoney Integration
Multithreading and Concurrency
Amazon DynamoDB
Spring Boot 2
Python Coding Problems
Java Coding Challenges
sapient interviews
AWS Tutorials
Flask - Python micro web framework
java-httpclient
java junit
Rest Assured