New posts in jpa

Hibernate @ManyToOne references an unknown entity

LOAD and CACHE application-scoped data with @Singleton and @Stateless

SQL JPA - Multiple columns as primary key

How to map sql native query result into DTO in spring jpa repository?

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

JPA Query to handle NULL parameter value

How to find out whether an entity is detached in JPA / Hibernate?

Spring + hibernate versus Spring Data JPA: Are they different?

Error creating bean with name 'entityManagerFactory

Really dynamic JPA CriteriaBuilder

What is the difference between EntityManager.find() and EntityManger.getReference()?

Java entity - why do I need an empty constructor?

No operator matches the given name and argument type(s). You might need to add explicit type casts. -- Netbeans, Postgresql 8.4 and Glassfish

JPA/Hibernate remove entity sometimes not working

How do you use Spring Data JPA outside of a Spring Container?

IllegalStateException with Hibernate 4 and ManyToOne cascading

IllegalArgumentException: At least one JPA metamodel must be present

How to create a JPA query with LEFT OUTER JOIN

Select top 1 result using JPA

JPQL SELECT between date statement [closed]