Registry / orm / hibernate-core-jakarta

hibernate-core-jakarta

JSON →
library5.5.6javamavenunverified

Hibernate O/RM implementation of the Jakarta Persistence specification.

ormdatabase
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

org.hibernate.Session

Basic Hibernate session usage with Jakarta Persistence.

import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; SessionFactory factory = new Configuration().configure().buildSessionFactory(); Session session = factory.openSession(); session.beginTransaction(); // Perform operations session.getTransaction().commit(); session.close();
Debug
Known footguns
breakingHibernate 5.5.x is the last version supporting Jakarta EE 8; upgrade to 6.x for Jakarta EE 9+.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
22 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources