Registry / orm / hibernate

hibernate

JSON →
library3.6.0.Beta2javamavenunverified

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

<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate</artifactId> <version>3.6.0.Beta2</version> </dependency>
INSTALL
IMPORT
SIG · HIBERNATE
H
hibernate
ormjavav3.6.0.Beta2
harness data pending
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.

Session
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 issues
breakingHibernate 3.x is outdated; consider upgrading to 5.x or 6.x.
fix
Use org.hibernate:hibernate-core version 5.6.15.Final or later.
affects: <5.0.0
Upgrade
Version history
3.6.0.Beta2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
44
Resources
hibernate — mvn dependency:get hibernate · libregistry