New posts in jpa

JPA map collection of Enums

Cannot use identity column key generation with <union-subclass> ( TABLE_PER_CLASS )

@Transactional method called from another method doesn't obtain a transaction

ImprovedNamingStrategy no longer working in Hibernate 5

Specifying an Index (Non-Unique Key) Using JPA

Spring JPA @Query with LIKE

@OneToMany List<> vs Set<> difference

How does the FetchMode work in Spring Data JPA

JPA: unidirectional many-to-one and cascading delete

@Basic(optional = false) vs @Column(nullable = false) in JPA

Name attribute in @Entity and @Table

When does the JPA set a @GeneratedValue @Id

Transaction marked as rollback only: How do I find the cause

what is @JoinColumn and how it is used in Hibernate

Hibernate and no PK

Spring Data JPA find by embedded object property

How to configure JPA for testing in Maven

How can I get the session object if I have the entity-manager?

Joining two table entities in Spring Data JPA

How to create and handle composite primary key in JPA