This project implements GORM for the Hibernate ORM.
Important
Currently, this plugin has been migrate to Jakarta Namespace, and support Hibernate 5.6. Grace Framework and Grace Data 2024.0 will upgrade to Hibernate 6.x.
From version 2023.0.0-M5, this plugin has been renamed from the original hibernate5 to hibernate.
From version 2024.0.0-M1, hibernate plugin has been merged into Grace framework as a submodule grace-boot-hibernate.
dependencies {
// Before 2023.0.0-M5
implementation "org.graceframework:gorm-hibernate5-spring-boot"
implementation "org.graceframework:grace-datastore-gorm-hibernate5"
implementation "org.graceframework.plugins:hibernate5"
implementation "org.hibernate:hibernate-core-jakarta:5.6.15.Final"
// After 2023.0.0-M5
implementation "org.graceframework:grace-datastore-gorm-hibernate"
implementation "org.graceframework.plugins:hibernate"
implementation "org.hibernate:hibernate-core-jakarta:5.6.15.Final"
// After 2024.0.0-M1
implementation "org.graceframework:grace-datastore-gorm-hibernate"
implementation "org.graceframework:grace-boot-hibernate"
}To make it easier for users to use and upgrade, Grace Data Hibernate adopts a version policy consistent with the Grace Framework.
| GORM Hibernate Version | Grace Version |
|---|---|
| 2024.0.x | 2024.0.x |
| 2023.3.x | 2023.3.x |
| 2023.2.x | 2023.2.x |
| 2023.1.x | 2023.1.x |
| 2023.0.x | 2023.0.x |
| 2022.2.x | 2022.2.x |
| 2022.1.x | 2022.1.x |
| 2022.0.x | 2022.0.x |
This plugin is available as open source under the terms of the APACHE LICENSE, VERSION 2.0