Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eclipselink

EclipseLink @MappedSuperclass and generics

JPA @Id and insertable = false, updatable = false throws exception

java jpa jpa-2.0 eclipselink

JPA multiple persistence units for dev/qa/stage/production

How to check (debug) if JPA query get result from cache or from database

java jpa caching eclipselink

Aren't multiple transactions supposed to concur with em.getTransaction()?

JPQL: Enum literal in SELECT NEW query

java jpa eclipselink jpql

Is there a way to disable @AdditionalCriteria in EclipseLink?

eclipselink

Set remove() function does not work

java jpa eclipselink

Prevent duplicate entries in a join table in a many-to-many relationship in JPA

Libraries for hash partitioning/Sharding with JPA

OSGi + JPA(postgresql)

NullPointer in log during first connection to database

How to do join fetching instead of select fectching with EclipseLink?

java jpa eclipselink fetch

Spring managed transactions, EclipseLink JPA, custom isolation level

How should one handle a javax.persistence.OptimisticLockException?

Entity is not weaved. Eclipselink 2.1 + Dynamic Weaving

java tomcat jpa eclipselink

How to load the actual Hibernate entity association and not the LAZY proxy

Syntax error parsing a trivial query with JPA

EclipseLink JPA "invalid table in this context" with @OneToMany Map

JPA: implicit cascades for relationships mapped as @ManyToMany @JoinTable?