jar

org.liquibase.ext : liquibase-hibernate4.2

Maven & Gradle

Jan 08, 2015
267 stars

Liquibase Hibernate Integration · Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files. Supports Hibernate 4.0 through 4.2.

Table Of Contents

Latest Version

Download org.liquibase.ext : liquibase-hibernate4.2 JAR file - Latest Versions:

All Versions

Download org.liquibase.ext : liquibase-hibernate4.2 JAR file - All Versions:

Version Vulnerabilities Size Updated
3.5
3.4
3.3

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-hibernate4.2-3.5.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.ChangedUniqueConstraintChangeGenerator.class - [JAR]

├─ liquibase.ext.hibernate.diff.MissingIndexChangeGenerator.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.CustomClassicConfigurationFactory.class - [JAR]

├─ liquibase.ext.hibernate.customfactory.CustomEjb3ConfigurationFactory.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.HibernateSpringDatabase.class - [JAR]

Advertisement