New posts in jpa

Adding IN clause List to a JPA Query

Hibernate: "Field 'id' doesn't have a default value"

Solve Hibernate Lazy-Init issue with hibernate.enable_lazy_load_no_trans

Difference between save and saveAndFlush in Spring data jpa

How to generate the JPA entity Metamodel?

Hibernate, @SequenceGenerator and allocationSize

When to use EntityManager.find() vs EntityManager.getReference() with JPA

JPA or JDBC, how are they different?

JPA getSingleResult() or null

JPA support for Java 8 new date and time API

@Column(s) not allowed on a @ManyToOne property

Hibernate: one-to-one lazy loading, optional = false

How to remove entity with ManyToMany relationship in JPA (and corresponding join table rows)?

Spring Data JPA - "No Property Found for Type" Exception

How to store Java Date to Mysql datetime with JPA

Kotlin with JPA: default constructor hell

Difference between @OneToMany and @ElementCollection?

How to fetch FetchType.LAZY associations with JPA and Hibernate in a Spring Controller

What's the difference between JPA and Spring Data JPA?

How to annotate MYSQL autoincrement field with JPA annotations