New posts in jpa

Hibernate: Create Mysql InnoDB tables instead of MyISAM

Do I have to close() every EntityManager?

How to persist JSR-310 types with Spring Data JPA?

JPA 2 CriteriaQuery, using a limit

Difference between query, native query, named query and typed query [closed]

Spring Data JPA inserting instead of Update

persistence.xml different transaction-type attributes

How to start spring-boot app without depending on Database?

Spring Boot & Spring Data: how are Hibernate Sessions managed?

JPA: How to get entity based on field value other than ID?

How to define unidirectional OneToMany relationship in JPA

Setting a JPA timestamp column to be generated by the database?

JPQL Constructor Expression - org.hibernate.hql.ast.QuerySyntaxException:Table is not mapped

No Persistence provider for EntityManager named X

SpringBoot JPA - Many To One relation mapped between User and UserStats, but when I get the User from Repo, has no UserStats entities?

Spring Data JPA and Exists query

Get actual type of generic type argument on abstract superclass

Hibernate generates negative id values when using a sequence

what is the right path to refer a jar file in jpa persistence.xml in a web app?

How to use the Java 8 LocalDateTime with JPA and Hibernate