jar

dev.ocpd.liquibase.ext : liquibase-hibernate5

Maven & Gradle

Feb 15, 2023
271 stars

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

Table Of Contents

Latest Version

Download dev.ocpd.liquibase.ext : liquibase-hibernate5 JAR file - Latest Versions:

All Versions

Download dev.ocpd.liquibase.ext : liquibase-hibernate5 JAR file - All Versions:

Version Vulnerabilities Size Updated
4.18.x
4.9.x

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.9.1-b10.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.MissingSequenceChangeGenerator.class - [JAR]

├─ liquibase.ext.hibernate.diff.UnexpectedIndexChangeGenerator.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.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.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]