Class ReactiveIntegrator
java.lang.Object
org.hibernate.reactive.provider.impl.ReactiveIntegrator
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidintegrate(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, waitMethods 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:
integratein interfaceorg.hibernate.integrator.spi.Integrator
-