-
-
According to the [migration guide](https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#data-access-and-transactions-1):
> For EclipseLink as the persistence pro…
-
When creating a query with a UUID, the parameter is set as a VARCHAR instead of a UUID, and is rejected by Postgres.
Here is an example of the failing query:
```
UUID uuid = p1.id;
List result =…
-
Follow-up to #8866
[//]: # "Please remove these comments"
[//]: # "Provide a general summary of the issue in the Title above"
## Environment Details
* Helidon Version: 4.1.0
* Helidon SE
* J…
-
The title says it all :-) Various sources praise EclipseLink over Hibernate for its performance.
-
EclipseLink is not accepting the id(this) operation, which is new in Jakarta Persistence 3.2, when it is placed within a JPQL ORDER BY clause.
`SELECT ID(THIS) FROM Prime WHERE ID(THIS) < ?1 ORDER …
-
Is it expected that the JPQL `IN` operation should work with EmbeddedId. EcilpseLink appears to be trying to support it but generates the SQL in a way that results in an error.
The error raised is:…
-
Related to #92 an example of using Eclipselink MOXy, specifically for JSON marshal/unmarshalling of entities exposed by a JAX-RS Resource endpoint would be useful.
-
When I run the "mvn org.cyclonedx:cyclonedx-maven-plugin:makeAggregateBom" command in 2.9.0, I will report the following exception, and switch to the lower version (2.7.11) is OK. What is the reason:
…
-
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 EXTR…