DEV Community

# hibernate

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Using Spring Data JPA for data access layer

Using Spring Data JPA for data access layer

17
Comments
6 min read
Hibernate criteria with subquery – using MAX projection and subqueries

Hibernate criteria with subquery – using MAX projection and subqueries

13
Comments
2 min read
Hibernate - HQL vs SQL

Hibernate - HQL vs SQL

5
Comments
2 min read
Hibernate - Flush

Hibernate - Flush

6
Comments
2 min read
Hibernate - N+1 Problem

Hibernate - N+1 Problem

16
Comments
2 min read
Hibernate - LazyInitializationException

Hibernate - LazyInitializationException

8
Comments
2 min read
Hibernate - LAZY fetching

Hibernate - LAZY fetching

7
Comments
2 min read
Hibernate - EAGER fetching

Hibernate - EAGER fetching

7
Comments
2 min read
Hibernate - vs JDBC vs JPA vs Spring Data JPA

Hibernate - vs JDBC vs JPA vs Spring Data JPA

25
Comments 1
3 min read
Hibernate - Why you should avoid merge()

Hibernate - Why you should avoid merge()

6
Comments
3 min read
Hibernate - 4 Entity States

Hibernate - 4 Entity States

6
Comments
3 min read
Hibernate - Dirty Check

Hibernate - Dirty Check

7
Comments
2 min read
Controlling Hibernate Commit programmatically for batch execution on Quarkus

Controlling Hibernate Commit programmatically for batch execution on Quarkus

7
Comments
2 min read
Getting Started With JPA/Hibernate

Getting Started With JPA/Hibernate

7
Comments 1
8 min read
Creating Custom Hibernate Dialect

Creating Custom Hibernate Dialect

11
Comments 1
3 min read
Query counter for Hibernate

Query counter for Hibernate

4
Comments
1 min read
Extending Hibernate Dialects

Extending Hibernate Dialects

5
Comments
4 min read
Redirecting Hibernate Logs to the CommandBox Console

Redirecting Hibernate Logs to the CommandBox Console

4
Comments
2 min read
Soft Deletion in Hibernate: Things You May Miss

Soft Deletion in Hibernate: Things You May Miss

8
Comments
5 min read
Loading Initial Data with Spring Boot

Loading Initial Data with Spring Boot

7
Comments
1 min read
Resolving Concurrent Exceptions in Hibernate Logger

Resolving Concurrent Exceptions in Hibernate Logger

2
Comments
2 min read
Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA

Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA

3
Comments
1 min read
Make Spring Boot Lean And Mean - Throwing Away Hibernate and Java from Spring Boot

Make Spring Boot Lean And Mean - Throwing Away Hibernate and Java from Spring Boot

2
Comments
3 min read
Using Value Objects as Aggregate Identifiers with Hibernate

Using Value Objects as Aggregate Identifiers with Hibernate

24
Comments 3
9 min read
Lombok and JPA: What may go wrong?

Lombok and JPA: What may go wrong?

9
Comments
4 min read
loading...