hibernate-reactive
hibernate-reactive copied to clipboard
A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
See https://dev.to/cricketsamya/gradle-with-dependabot-1o47 ~~See also this comment from @marko-bekhta: https://github.com/hibernate/hibernate-reactive/pull/2263#discussion_r2100247299~~ I've created a separate issue: https://github.com/hibernate/hibernate-reactive/issues/2269
There are some corner cases that are covered by ORM tests. They should be migrated to Reactive to make sure they work properly. Here are some ORM `SchemaMigrator` tests that...
Hello, could you tell me, if it is possible to set Transaction Isolation Level in hibernate reactive for some **native queries**?
In Quarkus we favour build-time enhanced entities; we need better integration tests to cover this functionality. There's a good template to follow in Hibernate ORM core's `DirtyTrackingTest`
For `@Lob @Column(length = 100_000) protected byte[] pic` I get the following error: ``` io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[1] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [hello world] can not be...
The update of a schema is a pretty heavy operation, in particular for databases like CockroachDB. For testing we re-create a schema almost every time we launch a test. An...
I don't think it's critical at the moment but I've noticed we don't have an equivalent of `createNamedStoredProcedureQuery`. @gavinking is it something that we want to have eventually?