Uses of Interface
org.hibernate.reactive.stage.Stage.SessionFactory
-
Packages that use Stage.SessionFactory Package Description org.hibernate.reactive.stage An API for Hibernate Reactive where non-blocking operations are represented by a JavaCompletionStage
. -
-
Uses of Stage.SessionFactory in org.hibernate.reactive.stage
Methods in org.hibernate.reactive.stage that return Stage.SessionFactory Modifier and Type Method Description Stage.SessionFactory
Stage.Session. getFactory()
TheStage.SessionFactory
which created this session.Stage.SessionFactory
Stage.StatelessSession. getFactory()
TheStage.SessionFactory
which created this session.
-