Registry / orm / quarkus-hibernate-orm

quarkus-hibernate-orm

JSON →
library3.35.0javamavenunverified

Integrates Hibernate ORM with Quarkus for defining persistent models using Jakarta Persistence in a reactive or imperative style.

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-hibernate-orm</artifactId> <version>3.35.0</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-HIBERNATE-
Q
quarkus-hibernate-orm
ormjavav3.35.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Entity
jakarta.persistence.Entity

Defines a JPA entity class for Hibernate ORM in Quarkus.

import jakarta.persistence.Entity; import jakarta.persistence.Id; @Entity public class Product { @Id private Long id; private String name; }
Debug
Known issues
gotchaQuarkus Hibernate ORM requires a database driver dependency and proper configuration in application.properties.
fix
Add a JDBC driver (e.g., quarkus-jdbc-postgresql) and configure datasource properties.
affects: all
Upgrade
Version history
3.35.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
38
Resources
quarkus-hibernate-orm — mvn dependency:get quarkus-hibernate-orm · libregistry