New posts in jpa-2.0

How to add an extra column to a join table in spring data JPA [duplicate]

JPQL statement returning boolean value

"Not in" constraint using JPA criteria

Why should I specify @Column( nullable = false )?

JPQL limit query [duplicate]

How to use JPA2's @Cacheable instead of Hibernate's @Cache

Hibernate inserts duplicates into a @OneToMany collection

Really dynamic JPA CriteriaBuilder

Hibernate triggering constraint violations using orphanRemoval

Not allowed to create transaction on shared EntityManager - use Spring transactions or EJB CMT

Programmatically loading Entity classes with JPA 2.0?

JPA/Criteria API - Like & equal problem

Spring Boot + JPA2 + Hibernate - enable second level cache

Java EE Architecture - Are DAO's still recommended when using an ORM like JPA 2?

Compare Date entities in JPA Criteria API

JPA Query selecting only specific columns without using Criteria Query?

Hibernate JPA, MySQL and TinyInt(1) for Boolean instead of bit or char

JPA2: Case-insensitive like matching anywhere

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

JPA Criteria builder IN clause query