Uses of Interface
org.hibernate.reactive.mutiny.Mutiny.SessionFactory
-
Packages that use Mutiny.SessionFactory Package Description org.hibernate.reactive.it.techempower org.hibernate.reactive.it.verticle org.hibernate.reactive.mutiny An API for Hibernate Reactive where non-blocking operations are represented by a MutinyUni.org.hibernate.reactive.mutiny.delegation -
-
Uses of Mutiny.SessionFactory in org.hibernate.reactive.it.techempower
Constructor parameters in org.hibernate.reactive.it.techempower with type arguments of type Mutiny.SessionFactory Constructor Description WorldVerticle(Supplier<Mutiny.SessionFactory> emfSupplier) -
Uses of Mutiny.SessionFactory in org.hibernate.reactive.it.verticle
Constructor parameters in org.hibernate.reactive.it.verticle with type arguments of type Mutiny.SessionFactory Constructor Description ProductVerticle(Supplier<Mutiny.SessionFactory> emfSupplier) -
Uses of Mutiny.SessionFactory in org.hibernate.reactive.mutiny
Methods in org.hibernate.reactive.mutiny that return Mutiny.SessionFactory Modifier and Type Method Description Mutiny.SessionFactoryMutiny.Session. getFactory()TheMutiny.SessionFactorywhich created this session.Mutiny.SessionFactoryMutiny.StatelessSession. getFactory()TheMutiny.SessionFactorywhich created this session. -
Uses of Mutiny.SessionFactory in org.hibernate.reactive.mutiny.delegation
Methods in org.hibernate.reactive.mutiny.delegation that return Mutiny.SessionFactory Modifier and Type Method Description Mutiny.SessionFactoryMutinySessionDelegator. getFactory()Mutiny.SessionFactoryMutinyStatelessSessionDelegator. getFactory()
-