Overview of Hibernate 8 and Jakarta Specifications
mainHibernate 8 is a modern ORM solution for Java that implements the latest Jakarta specifications. It provides high levels of compile-time type safety and feature breadth for object-relational mapping.
Key specifications supported include:
- Jakarta Persistence 4.0: Allows accessing the full power of Hibernate via standard API interfaces with an improved programming model.
- Jakarta Data 1.1: Integrated with Jakarta Persistence to simplify handling dynamic queries.
- Jakarta Query 1.0: Provides a rigorous definition of the query language.
Hibernate 8 is a core component of Quarkus 3 for cloud-native Java development.