New posts in jpa

Hibernate: Automatically creating/updating the db tables based on entity classes

What is the difference between Unidirectional and Bidirectional JPA and Hibernate associations?

In which case do you use the JPA @JoinTable annotation?

What is “the inverse side of the association” in a bidirectional JPA OneToMany/ManyToOne association?

How to view the SQL queries issued by JPA?

How to test Spring Data repositories?

Bypass GeneratedValue in Hibernate (merge data not in db?)

Using generics in Spring Data JPA repositories

Please explain about insertable=false and updatable=false in reference to the JPA @Column annotation

JPA OneToMany not deleting child

When use getOne and findOne methods Spring Data JPA

Hibernate vs JPA vs JDO - pros and cons of each? [closed]

Spring boot - Not a managed type

When and why JPA entities should implement the Serializable interface?

Error creating bean with name 'entityManagerFactory' defined in class path resource : Invocation of init method failed

How can I validate two or more fields in combination?

Spring Boot + JPA : Column name annotation ignored

How to choose the id generation strategy when using JPA and Hibernate

Spring Data JPA map the native query result to Non-Entity POJO

How to persist a property of type List<String> in JPA?