Class HibernateReactiveRecorder
java.lang.Object
io.quarkus.hibernate.reactive.runtime.HibernateReactiveRecorder
-
Constructor Summary
ConstructorsConstructorDescriptionHibernateReactiveRecorder(io.quarkus.runtime.RuntimeValue<io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfig> runtimeConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoidcallHibernateReactiveFeatureInit(boolean enabled) The feature needs to be initialized, even if it's not enabled.Supplier<io.quarkus.arc.ActiveResult> voidinitializePersistenceProvider(Map<String, List<io.quarkus.hibernate.orm.runtime.integration.HibernateOrmIntegrationRuntimeDescriptor>> integrationRuntimeDescriptors) Function<io.quarkus.arc.SyntheticCreationalContext<org.hibernate.reactive.mutiny.Mutiny.SessionFactory>, org.hibernate.reactive.mutiny.Mutiny.SessionFactory> mutinySessionFactory(String persistenceUnitName)
-
Constructor Details
-
HibernateReactiveRecorder
public HibernateReactiveRecorder(io.quarkus.runtime.RuntimeValue<io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfig> runtimeConfig)
-
-
Method Details
-
callHibernateReactiveFeatureInit
public void callHibernateReactiveFeatureInit(boolean enabled) The feature needs to be initialized, even if it's not enabled.- Parameters:
enabled- Set to false if it's not being enabled, to log appropriately.
-
initializePersistenceProvider
-
checkActiveSupplier
-
mutinySessionFactory
-