Class HibernateReactiveRecorder
java.lang.Object
io.quarkus.hibernate.reactive.runtime.HibernateReactiveRecorder
-
Constructor Summary
ConstructorsConstructorDescriptionHibernateReactiveRecorder(io.quarkus.runtime.RuntimeValue<HibernateOrmRuntimeConfig> runtimeConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoidcallHibernateReactiveFeatureInit(boolean enabled) The feature needs to be initialized, even if it's not enabled.voidinitializePersistenceProvider(Map<String, List<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<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
public void initializePersistenceProvider(Map<String, List<HibernateOrmIntegrationRuntimeDescriptor>> integrationRuntimeDescriptors) -
mutinySessionFactory
-