Class IntegratorProvider

java.lang.Object
org.openremote.container.persistence.IntegratorProvider
All Implemented Interfaces:
org.hibernate.integrator.spi.Integrator, org.hibernate.jpa.boot.spi.IntegratorProvider

public class IntegratorProvider extends Object implements org.hibernate.jpa.boot.spi.IntegratorProvider, 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)
     
    List<org.hibernate.integrator.spi.Integrator>
     
    void
    integrate(org.hibernate.boot.Metadata metadata, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
     

    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

    • IntegratorProvider

      public IntegratorProvider()
  • Method Details

    • getIntegrators

      public List<org.hibernate.integrator.spi.Integrator> getIntegrators()
      Specified by:
      getIntegrators in interface org.hibernate.jpa.boot.spi.IntegratorProvider
    • integrate

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