Class HibernateIntegratorForSchemaExport

java.lang.Object
de.cronn.liquibase.changelog.generator.HibernateIntegratorForSchemaExport
All Implemented Interfaces:
org.hibernate.integrator.spi.Integrator

public class HibernateIntegratorForSchemaExport extends Object implements org.hibernate.integrator.spi.Integrator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
     
    static org.hibernate.boot.Metadata
     
    void
    integrate(org.hibernate.boot.Metadata metadata, org.hibernate.boot.spi.BootstrapContext bootstrapContext, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.integrator.spi.Integrator

    integrate
  • Constructor Details

    • HibernateIntegratorForSchemaExport

      public HibernateIntegratorForSchemaExport()
  • Method Details

    • integrate

      public void integrate(org.hibernate.boot.Metadata metadata, org.hibernate.boot.spi.BootstrapContext bootstrapContext, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
      Specified by:
      integrate in interface org.hibernate.integrator.spi.Integrator
    • disintegrate

      public void disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
      Specified by:
      disintegrate in interface org.hibernate.integrator.spi.Integrator
    • getMetadata

      public static org.hibernate.boot.Metadata getMetadata()