{"id":29686931,"url":"https://github.com/graceframework/grace-data-hibernate","last_synced_at":"2026-04-05T14:01:17.627Z","repository":{"id":214431327,"uuid":"725207225","full_name":"graceframework/grace-data-hibernate","owner":"graceframework","description":"Provides integration between Grace and Hibernate through GORM","archived":false,"fork":false,"pushed_at":"2026-03-31T13:36:08.000Z","size":8098,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"2024.0.x","last_synced_at":"2026-03-31T15:29:10.414Z","etag":null,"topics":["data-access-library","gorm","graceframework","groovy","hibernate"],"latest_commit_sha":null,"homepage":"https://graceframework.org/grace-data-hibernate/latest/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graceframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-29T16:54:51.000Z","updated_at":"2026-03-31T13:36:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fec9c74-3621-4331-9e4e-fac52979a8f8","html_url":"https://github.com/graceframework/grace-data-hibernate","commit_stats":null,"previous_names":["graceframework/grace-data-hibernate"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/graceframework/grace-data-hibernate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-hibernate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-hibernate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-hibernate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-hibernate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graceframework","download_url":"https://codeload.github.com/graceframework/grace-data-hibernate/tar.gz/refs/heads/2024.0.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-hibernate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31437927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T13:13:19.330Z","status":"ssl_error","status_checked_at":"2026-04-05T13:13:17.778Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-access-library","gorm","graceframework","groovy","hibernate"],"created_at":"2025-07-23T04:06:40.536Z","updated_at":"2026-04-05T14:01:17.622Z","avatar_url":"https://github.com/graceframework.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Main branch build status](https://github.com/graceframework/grace-data-hibernate/workflows/Grace%20CI/badge.svg?style=flat)](https://github.com/graceframework/grace-data-hibernate/actions?query=workflow%3A%Grace+CI%22)\n[![Apache 2.0 license](https://img.shields.io/badge/License-APACHE%202.0-green.svg?logo=APACHE\u0026style=flat)](https://opensource.org/licenses/Apache-2.0)\n[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework/grace-datastore-gorm-hibernate.svg?label=Maven%20Central\u0026logo=apache-maven\u0026style=flat)](https://search.maven.org/search?q=g:org.graceframework)\n[![Grace Document](https://img.shields.io/badge/Grace_Document-latest-blue?style=flat\u0026logo=asciidoctor\u0026logoColor=E40046\u0026labelColor=ffffff\u0026color=f49b06)](https://graceframework.org/grace-data-hibernate/latest/)\n[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://x.com/graceframework)\n\n[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.30-blue?style=flat\u0026color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html)\n[![Grace Version](https://img.shields.io/badge/Grace-2024.0.0-blue?style=flat\u0026color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0)\n\n# Grace Data for Hibernate\n\nThis project implements [GORM](https://github.com/graceframework/grace-data) for the [Hibernate ORM](https://hibernate.org/orm/).\n\n\u003e [!IMPORTANT]\n\u003e 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. \n\nFrom version 2023.0.0-M5, this plugin has been renamed from the original `hibernate5` to `hibernate`.\n\nFrom version 2024.0.0-M1, `hibernate` plugin has been merged into Grace framework as a submodule `grace-boot-hibernate`.\n\n```gradle\ndependencies {\n    // Before 2023.0.0-M5\n    implementation \"org.graceframework:gorm-hibernate5-spring-boot\"\n    implementation \"org.graceframework:grace-datastore-gorm-hibernate5\"\n    implementation \"org.graceframework.plugins:hibernate5\"\n    implementation \"org.hibernate:hibernate-core-jakarta:5.6.15.Final\"\n\n    // After 2023.0.0-M5\n    implementation \"org.graceframework:grace-datastore-gorm-hibernate\"\n    implementation \"org.graceframework.plugins:hibernate\"\n    implementation \"org.hibernate:hibernate-core-jakarta:5.6.15.Final\"\n\n    // After 2024.0.0-M1\n    implementation \"org.graceframework:grace-datastore-gorm-hibernate\"\n    implementation \"org.graceframework:grace-boot-hibernate\"\n}\n```\n\n## Versions\n\nTo make it easier for users to use and upgrade, Grace Data Hibernate adopts a version policy consistent with the [Grace Framework](https://github.com/graceframework/grace-framework).\n\n| GORM Hibernate Version | Grace Version |\n|------------------------|---------------|\n| 2024.0.x               | 2024.0.x      |\n| 2023.3.x               | 2023.3.x      |\n| 2023.2.x               | 2023.2.x      |\n| 2023.1.x               | 2023.1.x      |\n| 2023.0.x               | 2023.0.x      |\n| 2022.2.x               | 2022.2.x      |\n| 2022.1.x               | 2022.1.x      |\n| 2022.0.x               | 2022.0.x      |\n\n## Ducumentation\n\n* [2024.0.x](https://graceframework.org/grace-data-hibernate/2024.0.x/)\n\n## License\n\nThis plugin is available as open source under the terms of the [APACHE LICENSE, VERSION 2.0](http://apache.org/Licenses/LICENSE-2.0)\n\n## Links\n\n- [Grace Framework](https://github.com/graceframework/grace-framework)\n- [Grace Data](https://github.com/graceframework/grace-data)\n- [Hibernate ORM](https://hibernate.org/orm/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraceframework%2Fgrace-data-hibernate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraceframework%2Fgrace-data-hibernate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraceframework%2Fgrace-data-hibernate/lists"}