jar

org.liquibase.ext : liquibase-hibernate5

Maven & Gradle

May 12, 2023
14 usages
266 stars

Liquibase Hibernate Integration · Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files

Table Of Contents

Latest Version

Download org.liquibase.ext : liquibase-hibernate5 JAR file - Latest Versions:

All Versions

Download org.liquibase.ext : liquibase-hibernate5 JAR file - All Versions:

Version Vulnerabilities Size Updated
4.22.x
4.21.x
4.20.x
4.19.x
4.18.x
4.17.x
4.16.x
4.15.x
4.14.x
4.13.x
4.12.x
4.11.x
4.10.x
4.9.x
4.8.x
4.7.x
4.6.x
4.5.x
4.4.x
4.3.x
4.2.x
4.1.x
4.0.x
3.10.x
3.9.x
3.8
3.7
3.6

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window liquibase-hibernate5-4.22.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

liquibase.ext.hibernate.diff

├─ liquibase.ext.hibernate.diff.ChangedColumnChangeGenerator.class - [JAR]

├─ liquibase.ext.hibernate.diff.ChangedForeignKeyChangeGenerator.class - [JAR]

├─ liquibase.ext.hibernate.diff.ChangedSequenceChangeGenerator.class - [JAR]

├─ liquibase.ext.hibernate.diff.MissingSequenceChangeGenerator.class - [JAR]

├─ liquibase.ext.hibernate.diff.UnexpectedIndexChangeGenerator.class - [JAR]

liquibase.ext.hibernate.snapshot.extension

├─ liquibase.ext.hibernate.snapshot.extension.ExtendedSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.extension.MultipleHiLoPerTableSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.extension.TableGeneratorSnapshotGenerator.class - [JAR]

liquibase.ext.hibernate.database.connection

├─ liquibase.ext.hibernate.database.connection.HibernateConnection.class - [JAR]

├─ liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata.class - [JAR]

├─ liquibase.ext.hibernate.database.connection.HibernateDriver.class - [JAR]

liquibase.ext.hibernate.customfactory

├─ liquibase.ext.hibernate.customfactory.CustomMetadataFactory.class - [JAR]

liquibase.ext.hibernate.snapshot

├─ liquibase.ext.hibernate.snapshot.CatalogSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.ColumnSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.ForeignKeySnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.IndexSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.PrimaryKeySnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.SchemaSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.SequenceSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.TableSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.UniqueConstraintSnapshotGenerator.class - [JAR]

├─ liquibase.ext.hibernate.snapshot.ViewSnapshotGenerator.class - [JAR]

liquibase.ext.hibernate.database

├─ liquibase.ext.hibernate.database.HibernateClassicDatabase.class - [JAR]

├─ liquibase.ext.hibernate.database.HibernateDatabase.class - [JAR]

├─ liquibase.ext.hibernate.database.HibernateEjb3Database.class - [JAR]

├─ liquibase.ext.hibernate.database.HibernateGenericDialect.class - [JAR]

├─ liquibase.ext.hibernate.database.HibernateSpringBeanDatabase.class - [JAR]

├─ liquibase.ext.hibernate.database.HibernateSpringPackageDatabase.class - [JAR]

├─ liquibase.ext.hibernate.database.JpaPersistenceDatabase.class - [JAR]