New posts in jpa

JPA mapping: "QuerySyntaxException: foobar is not mapped..."

Hibernate: duplicate key value violates unique constraint on collection

JDO vs JPA for Java on Google App Engine

Native query with named parameter fails with "Not all named parameters have been set"

What is value field of @ColumnDefault in jpa?

What is the LIMIT clause alternative in JPQL?

How to clone a JPA entity

Clarifying terminology - What does "hydrating" a JPA or Hibernate entity mean when fetching the entity from the DB

What is referencedColumnName used for in JPA?

Sharing a persistence unit across components in a .ear file

IN-clause in HQL or Java Persistence Query Language

JPA Multiple Embedded fields

What does CascadeType.REFRESH actually do?

Multiple unique constraints in JPA

How to make a JPA query use primitive ID instead of managed instance?

@GeneratedValue polymorphic abstract superclass over MySQL

Java JPA Class for MATLAB

How to make an Entity read-only?

JPA SQL Server No Dialect mapping for JDBC type: -9

Should JPA Entity Manager be closed?