Class ReactiveSessionFactoryProducer


  • public class ReactiveSessionFactoryProducer
    extends Object
    • Field Detail

      • emf

        @Inject
        javax.persistence.EntityManagerFactory emf
    • Constructor Detail

      • ReactiveSessionFactoryProducer

        public ReactiveSessionFactoryProducer()
    • Method Detail

      • reactiveSessionFactory

        @Produces
        @Singleton
        @Typed(org.hibernate.reactive.stage.Stage.SessionFactory.class)
        public org.hibernate.reactive.stage.Stage.SessionFactory reactiveSessionFactory()
      • mutinySessionFactory

        @Produces
        @Singleton
        @Typed(org.hibernate.reactive.mutiny.Mutiny.SessionFactory.class)
        public org.hibernate.reactive.mutiny.Mutiny.SessionFactory mutinySessionFactory()