New posts in jpa

java.lang.IllegalStateException: Multiple representations of the same entity with @ManyToMany 3 entities

MappedSuperclass - Change SequenceGenerator in Subclass

Getting Database connection in pure JPA setup

JPA vs ORM vs Hibernate?

OneToMany relationship without new entity

JPA Criteria builder IN clause query

Hibernate: How specify custom sequence generator class name using annotations?

Unique constraint with JPA and Bean Validation

How to set up default schema name in JPA configuration?

Why use returned instance after save() on Spring Data JPA Repository?

Multiple fetches with EAGER type in Hibernate with JPA

JPA how to make composite Foreign Key part of composite Primary Key

What does the length attribute do when set on the @Column JPA annontation?

Disable caching in JPA (eclipselink)

Is it possible to output generated SQL using EclipseLink without having to increase log verbosity?

JPA - Persisting a One to Many relationship

javax.persistence.NoResultException: No entity found for query

Hibernate/JPA DB Schema Generation Best Practices

kotlin data class + bean validation jsr 303

Implement AttributeConverter for Generic Class with @Converter