Class QuarkusIntegratorServiceImpl

java.lang.Object
io.quarkus.hibernate.orm.runtime.customized.QuarkusIntegratorServiceImpl
All Implemented Interfaces:
Serializable, org.hibernate.integrator.spi.IntegratorService, org.hibernate.service.Service

public final class QuarkusIntegratorServiceImpl extends Object implements org.hibernate.integrator.spi.IntegratorService
This is similar to the default IntegratorService from Hibernate ORM, except that it doesn't come with default integrators as we prefer explicit control.
Author:
Sanne Grinovero <[email protected]>
See Also:
  • Constructor Details

    • QuarkusIntegratorServiceImpl

      public QuarkusIntegratorServiceImpl(org.hibernate.boot.registry.classloading.spi.ClassLoaderService classLoaderService)
  • Method Details

    • getIntegrators

      public Iterable<org.hibernate.integrator.spi.Integrator> getIntegrators()
      Specified by:
      getIntegrators in interface org.hibernate.integrator.spi.IntegratorService