Registry / orm / hibernate

hibernate

JSON →
library3.6.0.Beta2javamavenunverified

Aggregator of the Hibernate Core modules for object-relational mapping in Java.

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

Opens and closes a Hibernate session.

import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; public class Main { public static void main(String[] args) { SessionFactory factory = new Configuration().configure().buildSessionFactory(); Session session = factory.openSession(); session.close(); } }
Debug
Known footguns
breakingHibernate 3.x is outdated; consider upgrading to 5.x or 6.x.
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
17 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources