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 -
Method Summary
Modifier and TypeMethodDescriptionvoiddisintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry) static org.hibernate.boot.Metadatavoidintegrate(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, waitMethods 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:
integratein interfaceorg.hibernate.integrator.spi.Integrator
-
disintegrate
public void disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry) - Specified by:
disintegratein interfaceorg.hibernate.integrator.spi.Integrator
-
getMetadata
public static org.hibernate.boot.Metadata getMetadata()
-