Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa-2.0

How to countDistinct on multiple columns

hibernate jpa jpa-2.0

JPA persistence.xml META-INF not working correctly

Orphans remain in database even with orphanRemoval=true on one-to-many relationship (JPA/Hibernate)

How can I get all @Entity classes from a Persistence Unit?

java jakarta-ee jpa jpa-2.0

FetchMode in JPA 2 CriteriaQuery

jpa-2.0

Join two un-related tables using JPA EntityManager

java jpa jpa-2.0

Entity must be managed to call remove

java jpa-2.0 eclipselink

How to implement polymorphic JPA entities with generic relations

Handle DateTime in JPA2

java datetime jpa-2.0

How do I catch the constraint violation exception from EclipseLink?

jpa jpa-2.0 eclipselink

@Entity not recognizing the @Id in a @MappedSuperclass

HIbernate Entity Manager: How to cache queries?

java hibernate caching jpa-2.0

JPA - How to truncate tables between unit tests

ElementCollection createAlias in hibernate API

Recursive JPA query?

How do I count the number of rows returned by subquery?

jpa jpa-2.0 jpql criteria-api

How to get the primary key of any JPA entity?

java eclipselink jpa-2.0

How does the UserTransaction and the EntityManager interact?

jpa jsf-2 jpa-2.0

JPA 2.0 : what is javax.validation.* package?

JPA 2: multiple column usage in foreign keys