All Classes and Interfaces

Classes
Class
Description
The VertxContext in Hibernate Reactive is accessing the Vert.x context directly, assuming this is the correct context as intended by the developer, as Hibernate Reactive has no opinion in regard to how Vert.x is integrated with other components.
Custom Quarkus initiator for the Context service; this one creates instances of CheckingVertxContext.
This can not inherit from ReactivePersistenceProvider because it references HibernatePersistenceProvider and that would trigger the native-image tool to include all code which could be triggered from using that: we need to be able to fully exclude HibernatePersistenceProvider from the native image.
 
 
 
 
Helps to instantiate a ServiceRegistryBuilder from a previous state.
 
 
An alternative implementation of ExternalSqlClientPool which retrieves SQL loggers / exception handlers lazily, to avoid a circular dependency JdbcEnvironment => pool => JdbcServices => JdbcEnvironment.
Defines the initial list of StandardServiceInitiator instances used to initialize the ServiceRegistry of a new Hibernate Reactive instance.
 
During the static init phase, we don't access the PersistenceProviderResolver.