New posts in jpa

What is the difference between @ManyToOne(optional=false) vs. @Column(nullable=false)

How to sort by multiple properties in Spring Data (JPA) derived queries?

Injecting EntityManager Vs. EntityManagerFactory

What to use: JPQL or Criteria API? [closed]

What is com.sun.proxy.$Proxy

database sort vs. programmatic java sort

Understanding the Spring Data JPA @NoRepositoryBean interface

Using JPA entities in JSF. Which is the best strategy to prevent LazyInitializationException?

JPA passing list to IN clause in named native query

How to query data out of the box using Spring data JPA by both Sort and Pageable?

Spring batch jpaPagingItemReader why some rows are not read?

Spring data JPA and hibernate detached entity passed to persist on ManyToMany relationship

How to call Oracle Function or Procedure using Hibernate (EntityManager) or JPA

JPA entity without id

How to use native SQL as a fragment (where clause) of a bigger query made with Criteria API in Hibernate?

Transaction is not accessible when using JTA with JPA-compliant transaction access enabled

JPA CriteriaBuilder - How to use "IN" comparison operator

Creating a composite Unique constraints on multiple columns

How do I properly cascade save a one-to-one, bidirectional relationship on primary key in Hibernate 3.6

JPA: update only specific fields