DEV Community

# hibernate

Posts

šŸ‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Uppercase table names in Spring Boot

Uppercase table names in Spring Boot

Comments
2 min read
Display SQL statement generated by Hibernate JPA in Spring Boot environment

Display SQL statement generated by Hibernate JPA in Spring Boot environment

Comments
3 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
Advanced and dynamic searching with Spring DataĀ JPA

Advanced and dynamic searching with Spring DataĀ JPA

2
Comments
3 min read
H2 database Setup Error Unable to load name org.hibernate.dialect.Oracle10gDialect

H2 database Setup Error Unable to load name org.hibernate.dialect.Oracle10gDialect

Comments
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
How to save Hibernate Entity changes to Database

How to save Hibernate Entity changes to Database

Comments
1 min read
Dissecting the Hibernate LazyInitializationException: Cause and Solutions

Dissecting the Hibernate LazyInitializationException: Cause and Solutions

Comments
10 min read
Hibernate Cheat Sheet

Hibernate Cheat Sheet

11
Comments 2
2 min read
Hibernate Evict is not evicting the object

Hibernate Evict is not evicting the object

Comments
1 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
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
Printing running sqls with P6spy in spring boot 3 and hibernate 6

Printing running sqls with P6spy in spring boot 3 and hibernate 6

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

Create Persistence Unit Without The persistence.xml file

Comments
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
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
Persisting non-primitive types inĀ JPA

Persisting non-primitive types inĀ JPA

Comments
4 min read
Know The JPA Persistence.xml File

Know The JPA Persistence.xml File

Comments
3 min read
Hibernate Interview Questions for Freshers

Hibernate Interview Questions for Freshers

1
Comments
5 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
Persisting data to MySQL with Spring Data JPA

Persisting data to MySQL with Spring Data JPA

Comments
7 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
how to store html form data in mysql database using hibernate

how to store html form data in mysql database using hibernate

6
Comments
1 min read
Hibernate Part 1

Hibernate Part 1

Comments
2 min read
Employee Management System -Project for Practice

Employee Management System -Project for Practice

Comments
1 min read
Hibernate and Spring JPA Notes

Hibernate and Spring JPA Notes

1
Comments
10 min read
Error: "Unique index or primary key violation:"

Error: "Unique index or primary key violation:"

Comments
1 min read
Pessimistic lock with JPA and Hibernate

Pessimistic lock with JPA and Hibernate

Comments
4 min read
Blogs about by Vlad Mihalcea about YugabyteDB

Blogs about by Vlad Mihalcea about YugabyteDB

Comments
1 min read
Java 17 Upgrade with Spring Boot, Hibernate, MySQL and H2

Java 17 Upgrade with Spring Boot, Hibernate, MySQL and H2

2
Comments 1
5 min read
Hibernate vs JPA

Hibernate vs JPA

Comments
2 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
how to save creation and updation timestamp with hibernate

how to save creation and updation timestamp with hibernate

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

Quick tip: Using Hibernate with SingleStoreDB

2
Comments
4 min read
JPA Criteria API | Hibernate ā€” Criteria Queries

JPA Criteria API | Hibernate ā€” Criteria Queries

1
Comments
1 min read
Hibernate Caching Internals, Practical Example

Hibernate Caching Internals, Practical Example

1
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 - LazyInitializationException

Hibernate - LazyInitializationException

6
Comments
2 min read
Hibernate - N+1 Problem

Hibernate - N+1 Problem

16
Comments
2 min read
Hibernate - LAZY fetching

Hibernate - LAZY fetching

7
Comments
2 min read
loading...