Class ReactiveSessionFactoryProducer
java.lang.Object
io.quarkus.hibernate.reactive.runtime.ReactiveSessionFactoryProducer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl
-
Field Details
-
emf
@Inject jakarta.persistence.EntityManagerFactory emf -
jpaConfig
-
-
Constructor Details
-
ReactiveSessionFactoryProducer
public ReactiveSessionFactoryProducer()
-
-
Method Details
-
mutinySessionFactory
@Produces @ApplicationScoped @Typed({org.hibernate.reactive.mutiny.Mutiny.SessionFactory.class,org.hibernate.reactive.common.spi.Implementor.class}) public org.hibernate.reactive.mutiny.impl.MutinySessionFactoryImpl mutinySessionFactory()
-