New posts in jpa

How to use @Id with String Type in JPA / Hibernate?

JPA/Hibernate Native Queries do not recognize Parameters

Default fetch type for one-to-one, many-to-one and one-to-many in Hibernate

How does Spring Data JPA differ from Hibernate for large projects?

How to properly express JPQL "join fetch" with "where" clause as JPA 2 CriteriaQuery?

Injecting a Spring dependency into a JPA EntityListener

Handling soft-deletes with Spring JPA

What is Persistence Context?

%Like% Query in spring JpaRepository

How to generate Custom Id using hibernate while it must be primary key of table

Spring Data JPA Update @Query not updating?

"detached entity passed to persist error" with JPA/EJB code

Configure hibernate (using JPA) to store Y/N for type Boolean instead of 0/1

Get generated entity Id before persisting, Hibernate, Spring data

Storing a Map<String,String> using JPA

JPA: How to have one-to-many relation of the same Entity type

JPA CascadeType.ALL does not delete orphans

Spring-Data-Jpa Repository - Underscore on Entity Column Name

Which annotation should I use: @IdClass or @EmbeddedId

Java - JPA - @Version annotation