Hibernate ORM API

Core Hibernate ORM framework for object-relational mapping.

API entry from apis.yml

apis.yml Raw ↑
name: Hibernate ORM API
description: Core Hibernate ORM framework for object-relational mapping.
image: https://hibernate.org/images/hibernate-logo.svg
humanURL: https://hibernate.org/orm/
baseURL: https://hibernate.org/orm/
properties:
- type: Documentation
  url: https://hibernate.org/orm/documentation/
- type: API Documentation
  url: https://docs.jboss.org/hibernate/orm/current/javadocs/
- type: GettingStarted
  url: https://hibernate.org/orm/documentation/getting-started/
- type: User Guide
  url: https://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html
- type: Migration Guide
  url: https://github.com/hibernate/hibernate-orm/blob/main/migration-guide.adoc
- type: GitHubRepository
  url: https://github.com/hibernate/hibernate-orm
- type: ReleaseNotes
  url: https://hibernate.org/orm/releases/
- type: Quickstart
  url: https://hibernate.org/quick-start.html
tags:
- JPA
- ORM
- Persistence