Class HibernateOrmDevIntegrator

java.lang.Object
io.quarkus.hibernate.orm.runtime.dev.HibernateOrmDevIntegrator
All Implemented Interfaces:
org.hibernate.integrator.spi.Integrator

public class HibernateOrmDevIntegrator 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 sessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry)
     
    void
    integrate(org.hibernate.boot.Metadata metadata, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry)
     

    Methods inherited from class java.lang.Object

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

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

    integrate
  • Constructor Details

    • HibernateOrmDevIntegrator

      public HibernateOrmDevIntegrator()
  • Method Details

    • integrate

      public void integrate(org.hibernate.boot.Metadata metadata, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry)
      Specified by:
      integrate in interface org.hibernate.integrator.spi.Integrator
    • disintegrate

      public void disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry)
      Specified by:
      disintegrate in interface org.hibernate.integrator.spi.Integrator