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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a JPA entity class for Hibernate ORM in Quarkus.
Add a JDBC driver (e.g., quarkus-jdbc-postgresql) and configure datasource properties.
No dependency data recorded yet.