New posts in jpa

Spring boot JPA insert in TABLE with uppercase name with Hibernate

How to prevent SQL Injection with JPA and Hibernate?

How to disable Hibernate validation in a Spring Boot project

org.hibernate.annotations vs. javax.persistence

Inherited abstract class with JPA (+Hibernate)

How to test whether lazy loaded JPA collection is initialized?

Where did Configuration.generateSchemaCreationScript() go in Hibernate 5

Doing an "IN" query with Hibernate

When to use DiscriminatorValue annotation in hibernate

Using the JPA Criteria API, can you do a fetch join that results in only one join?

Refresh and fetch an entity after save (JPA/Spring Data/Hibernate)

GenerationType.AUTO vs GenerationType.IDENTITY in hibernate

JPA Native Query select and cast object

Why do we use @Embeddable In Hibernate

Detach an entity from JPA/EJB3 persistence context

Spring JpaRepository - Detach and Attach entity

Deleted object would be re-saved by cascade (remove deleted object from associations)

Is it possible to build a JPA entity by extending a POJO?

What properties does @Column columnDefinition make redundant?

How To Define a JPA Repository Query with a Join