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.SessionFactoryStage.Session. getFactory()TheStage.SessionFactorywhich created this session.Stage.SessionFactoryStage.StatelessSession. getFactory()TheStage.SessionFactorywhich created this session.
-