-
As can be seen in [this user question](https://github.com/Blazebit/blaze-persistence/issues/1642), it is important that we have an API that returns a `CriteriaBuilder`/`FullQueryBuilder`, otherwise it…
-
# Pro Jpa2 : ebook _firstCheck!_ :1:
> [!Note]
>
> Criteria API
---
Code block :
Examples
---
```java
public Stream getGroupMembersStream(RealmModel realm, GroupModel group, String…
-
Hi everyone, I'm using Akka.Persistence v1.4.10 on .Net Core 3.1 on Windows on a single node (i.e. everything's running in memory).
This is the code I'm using to run a persistence query.
```csharp
…
-
**Describe the bug**
The JPQL query `SELECT o FROM Account o WHERE (o.accountId=?1)` fails when supplied with an `AccountId` that is an embeddable id for the entity.
EclipseLink converts this …
-
## Environment
Java 11, Kotlin 1.7.22, Gradle 8.5
ebean 14.7.0 | 15.7.0, h2database :2.3.232
```kotlin
plugins {
id("idea")
kotlin ("jvm") version "1.7.22"
kotlin ("kapt") version "1.7.22…
-
**Description:**
In the Projects Monitor project, we need to implement a GitGuardian integration to detect any possible secret leaks. This integration should consist of a class that communicates wi…
-
now the pipeline fails with a useless message by the old ORM. Probably SQLAlchemy would handle the error better.
error:
```
INFO:tkp.steps.persistence:added dataset with ID 176
INFO:tkp.steps.persis…
-
Relational databases typically benefit from the knowledge, whether a transation will potentially modify and information (so locks are needed), or only read-only queries are executed (so no locks are n…
-
The JPQL UPDATE query `UPDATE Person SET firstName=:newFirstName WHERE id(this)=:ssn` which optionally omits the entity identification variable (for consistency with JDQL) gets NullPointerException ou…
-
On my workstation joining my many (some very large) MUCs with the demo works fine. On my old, underpowered chromebook it runs for a very long time and seems like it may never finish.
Main bottlenec…