Registry / orm / hibernate-tools

hibernate-tools

JSON →
library5.3.38.Finaljavamavenunverified

Code generation and reverse engineering tools for Hibernate ORM.

<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-tools</artifactId> <version>5.3.38.Final</version> </dependency>
INSTALL
IMPORT
SIG · HIBERNATE-TOOLS
H
hibernate-tools
ormjavav5.3.38.Final
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.

SchemaExport
org.hibernate.tool.hbm2ddl.SchemaExport

Export Hibernate schema to database using SchemaExport.

import org.hibernate.tool.hbm2ddl.SchemaExport; import org.hibernate.cfg.Configuration; public class Example { public static void main(String[] args) { Configuration cfg = new Configuration().configure(); SchemaExport export = new SchemaExport(cfg); export.create(true, true); } }
Debug
Known issues
breakingHibernate Tools 5.x is only compatible with Hibernate 5.x; not with Hibernate 6.
fix
Use Hibernate Tools 6.x for Hibernate 6 projects.
affects: >=5.0.0,<6.0.0
Upgrade
Version history
5.3.38.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
hibernate-tools — mvn dependency:get hibernate-tools · libregistry