DEV Community

# hibernate

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Hibernate Cheat Sheet

Hibernate Cheat Sheet

10
Comments 2
2 min read
How is your data actually flushed? Hibernate ActionQueue event priorities.

How is your data actually flushed? Hibernate ActionQueue event priorities.

2
Comments
4 min read
Create Persistence Unit Without The persistence.xml file

Create Persistence Unit Without The persistence.xml file

Comments
3 min read
Be Cautious When Using Hibernate for Date Type Manipulation with Databases

Be Cautious When Using Hibernate for Date Type Manipulation with Databases

4
Comments
3 min read
Common Mistakes of Junior Java Developers When Working with Hibernate

Common Mistakes of Junior Java Developers When Working with Hibernate

Comments 1
3 min read
Rich Domain Model with Spring Boot and Hibernate

Rich Domain Model with Spring Boot and Hibernate

19
Comments 2
31 min read
Como eu penso o JPA?

Como eu penso o JPA?

2
Comments
4 min read
Persisting non-primitive types in JPA

Persisting non-primitive types in JPA

Comments
4 min read
JPA : One-To-Many, Many-To-One And Many-To-Many Relationships

JPA : One-To-Many, Many-To-One And Many-To-Many Relationships

1
Comments
6 min read
JPA: One-To-One Relationship, Fetch type, Relationship Direction, And Query Optimization

JPA: One-To-One Relationship, Fetch type, Relationship Direction, And Query Optimization

1
Comments
7 min read
Loading initial data in Spring Boot

Loading initial data in Spring Boot

6
Comments 2
2 min read
Know The JPA Persistence.xml File

Know The JPA Persistence.xml File

Comments
3 min read
Simplifying Database Operations with JPA and Hibernate: Creating and Persisting Objects

Simplifying Database Operations with JPA and Hibernate: Creating and Persisting Objects

Comments
3 min read
Set Up a Barebones Java project with JPA

Set Up a Barebones Java project with JPA

Comments
3 min read
Getting Started With Hibernate And JPA

Getting Started With Hibernate And JPA

2
Comments
3 min read
hibernate 6 crud operations

hibernate 6 crud operations

5
Comments
4 min read
Pessimistic lock with JPA and Hibernate

Pessimistic lock with JPA and Hibernate

Comments
4 min read
In One Minute : Hibernate

In One Minute : Hibernate

2
Comments
1 min read
Hibernate One to Many Example using Annotation

Hibernate One to Many Example using Annotation

3
Comments
3 min read
Quick tip: Using Hibernate with SingleStoreDB

Quick tip: Using Hibernate with SingleStoreDB

2
Comments
4 min read
Searching in JAVA: Elasticsearch vs MySQL vs Hibernate

Searching in JAVA: Elasticsearch vs MySQL vs Hibernate

Comments
7 min read
Enable hibernate on Ubuntu 20.04

Enable hibernate on Ubuntu 20.04

2
Comments
1 min read
Spring Data JPA Interview Questions and Answers

Spring Data JPA Interview Questions and Answers

3
Comments
31 min read
Hibernate: Roteiro básico de implementação

Hibernate: Roteiro básico de implementação

4
Comments
4 min read
Entendendo e iniciando com Hibernate

Entendendo e iniciando com Hibernate

4
Comments
4 min read
3 dicas para uso eficiente de JPA/Hibernate

3 dicas para uso eficiente de JPA/Hibernate

34
Comments 4
7 min read
JPA and PostgreSQL text

JPA and PostgreSQL text

9
Comments 3
4 min read
Hibernate - @Formula

Hibernate - @Formula

6
Comments
1 min read
Prevent database concurrency with @Version JPA and Hibernate

Prevent database concurrency with @Version JPA and Hibernate

6
Comments 1
3 min read
Hibernate - @Temporal

Hibernate - @Temporal

9
Comments
1 min read
Using Spring Data JPA for data access layer

Using Spring Data JPA for data access layer

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

Hibernate criteria with subquery – using MAX projection and subqueries

10
Comments
2 min read
Hibernate - HQL vs SQL

Hibernate - HQL vs SQL

3
Comments
2 min read
Hibernate - Flush

Hibernate - Flush

3
Comments
2 min read
Hibernate - N+1 Problem

Hibernate - N+1 Problem

16
Comments
2 min read
Hibernate - LazyInitializationException

Hibernate - LazyInitializationException

5
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

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

Hibernate - Why you should avoid merge()

5
Comments
3 min read
Hibernate - 4 Entity States

Hibernate - 4 Entity States

5
Comments
3 min read
Hibernate - Dirty Check

Hibernate - Dirty Check

5
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
8 min read
Creating Custom Hibernate Dialect

Creating Custom Hibernate Dialect

5
Comments
3 min read
Wednesday Links - Edition 2021-12-01

Wednesday Links - Edition 2021-12-01

3
Comments
1 min read
Query counter for Hibernate

Query counter for Hibernate

4
Comments
1 min read
Extending Hibernate Dialects

Extending Hibernate Dialects

4
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

6
Comments
5 min read
Loading Initial Data with Spring Boot

Loading Initial Data with Spring Boot

6
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

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

Lombok and JPA: What may go wrong?

9
Comments
4 min read
A (definitive?) guide on LazyInitializationException

A (definitive?) guide on LazyInitializationException

7
Comments
9 min read
Using MongoDB query syntax to query Relational Database in Java

Using MongoDB query syntax to query Relational Database in Java

6
Comments
1 min read
Creating associations with JPA Buddy

Creating associations with JPA Buddy

4
Comments 2
1 min read
JPA goes even easier with its Buddy

JPA goes even easier with its Buddy

29
Comments 2
8 min read
loading...