Class ReactiveIntegrator

java.lang.Object
org.hibernate.reactive.provider.impl.ReactiveIntegrator
All Implemented Interfaces:
org.hibernate.integrator.spi.Integrator

public class ReactiveIntegrator extends Object implements org.hibernate.integrator.spi.Integrator
Integrates Hibernate Reactive with Hibernate ORM by replacing the built-in event listeners with reactive listeners. This is only applied if the Hibernate ORM instance we're registering with is marked as being reactive.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    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

    disintegrate
  • Constructor Details

    • ReactiveIntegrator

      public ReactiveIntegrator()
  • 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