-
EclipseLink is rejecting JPQL SELECT NEW clauses where an entity contains an attribute that is an ElementCollection.
For example, `SELECT o.comments FROM Rating o WHERE o.id = :id` where the column…
-
EclipseLink is generated a SQL query from JPQL to PostgreSQL that is rejected by the database.
For example, the JPQL `SELECT this.publicDebt / this.numFullTimeWorkers FROM DemographicInfo WHERE EXT…
-
These issues may deserve their own repository, migrating-gf-to-wildfly or some such. In any case a How-To that explains the steps required to migrate WildFly from Hibernate to Eclipselink would be ver…
-
It would be good to have nulls first/last support like in Eclipselink and Hibernate
Related
- EclipseLink http://java-persistence-performance.blogspot.fi/2012/05/jpql-vs-sql-have-both-with-eclipselin…
-
**Is your feature request related to a problem? Please describe.**
The EclipseLink implementation Liberty ships for jpa-2.1 and jpa-2.2 doesn't include a special "Oracle Extension" bundle available…
-
Case:
1. Create a dynamic attribute with **entity** type and entity class from a secondary data store
2. Add dynamic attribute to screens
3. Try to create an entity with dynamic attribute and fil…
-
-
EclipseLink is returning an empty result list intermittently when running on DB2.
For example, the JPQL Query:
SELECT this.numFullTimeWorkers FROM DemographicInfo WHERE this.collectedOn=:when
W…
-
I'm transfering this issue from bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=482858
http://stackoverflow.com/questions/33873334/jpql-query-with-union-not-working-using-eclipselink-causin…
-
After the fix for #29117 went in, entities with an embeddable record fail further along when trying to query for the entity. EclipseLink fails with `A reference class must be provided`/
Entity:
``…