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
. -
-
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.SessionFactory
Mutiny.Session. getFactory()
TheMutiny.SessionFactory
which created this session.Mutiny.SessionFactory
Mutiny.StatelessSession. getFactory()
TheMutiny.SessionFactory
which created this session.
-