Package io.quarkus.hibernate.reactive.runtime
-
Class Summary Class Description 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.HibernateReactive HibernateReactiveRecorder ReactivePersistenceProviderSetup ReactiveSessionFactoryProducer ReactiveSessionProducer StaticInitHibernateReactivePersistenceProviderResolver During the static init phase, we don't access the PersistenceProviderResolver.