DEV Community

# hibernate

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Java Hibernate vs JPA: Quick Review

Java Hibernate vs JPA: Quick Review

Comments
2 min read
Uppercase table names in Spring Boot

Uppercase table names in Spring Boot

Comments
2 min read
Capitalisation of table name generated by Hibernate when using MySQL server

Capitalisation of table name generated by Hibernate when using MySQL server

Comments 2
2 min read
Defining JPA/Hibernate Entities in Kotlin

Defining JPA/Hibernate Entities in Kotlin

Comments
4 min read
Criteria Queries and JPA Metamodel with Spring Boot and Kotlin

Criteria Queries and JPA Metamodel with Spring Boot and Kotlin

Comments
5 min read
Advanced and dynamic searching with Spring Data JPA

Advanced and dynamic searching with Spring Data JPA

2
Comments
3 min read
How to save Hibernate Entity changes to Database

How to save Hibernate Entity changes to Database

Comments
1 min read
Hibernate Cheat Sheet

Hibernate Cheat Sheet

11
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

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

Rich Domain Model with Spring Boot and Hibernate

20
Comments 7
31 min read
JPA Cheatsheet: visualizando relacionamentos

JPA Cheatsheet: visualizando relacionamentos

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

2
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
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

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

Set Up a Barebones Java project with JPA

1
Comments
3 min read
Getting Started With Hibernate And JPA

Getting Started With Hibernate And JPA

3
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

35
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

4
Comments
2 min read
Hibernate - N+1 Problem

Hibernate - N+1 Problem

16
Comments
2 min read
Hibernate - LazyInitializationException

Hibernate - LazyInitializationException

6
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

11
Comments
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

6
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

5
Comments 1
3 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
loading...