Uses of Interface
org.hibernate.reactive.stage.Stage.StatelessSession
-
Packages that use Stage.StatelessSession Package Description org.hibernate.reactive.stage An API for Hibernate Reactive where non-blocking operations are represented by a JavaCompletionStage. -
-
Uses of Stage.StatelessSession in org.hibernate.reactive.stage
Methods in org.hibernate.reactive.stage that return types with arguments of type Stage.StatelessSession Modifier and Type Method Description CompletionStage<Stage.StatelessSession>Stage.SessionFactory. openStatelessSession()Obtain areactive stateless sessionCompletionStage.CompletionStage<Stage.StatelessSession>Stage.SessionFactory. openStatelessSession(String tenantId)Obtain areactive stateless sessionCompletionStage.
-