All Classes
-
Class Summary Class Description CheckingVertxContext TheVertxContextin 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.CheckingVertxContextInitiator Custom Quarkus initiator for theContextservice; this one creates instances ofCheckingVertxContext.FastBootHibernateReactivePersistenceProvider 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.FastBootReactiveEntityManagerFactoryBuilder HibernateReactive HibernateReactiveRecorder PreconfiguredReactiveServiceRegistryBuilder Helps to instantiate a ServiceRegistryBuilder from a previous state.QuarkusNoJdbcConnectionProviderInitiator QuarkusNoJdbcEnvironmentInitiator QuarkusReactiveConnectionPoolInitiator ReactiveHibernateInitiatorListProvider Defines the initial list of StandardServiceInitiator instances used to initialize the ServiceRegistry of a new Hibernate Reactive instance.ReactivePersistenceProviderSetup ReactiveSessionFactoryProducer StaticInitHibernateReactivePersistenceProviderResolver During the static init phase, we don't access the PersistenceProviderResolver.Substitute_FastBootHibernateReactivePersistenceProvider Substitute_FastBootHibernateReactivePersistenceProvider.IsAgroalAbsent VertxInstanceInitiator