Uses of Interface
org.hibernate.reactive.stage.Stage.Closeable
-
Packages that use Stage.Closeable Package Description org.hibernate.reactive.stage An API for Hibernate Reactive where non-blocking operations are represented by a JavaCompletionStage. -
-
Uses of Stage.Closeable in org.hibernate.reactive.stage
Subinterfaces of Stage.Closeable in org.hibernate.reactive.stage Modifier and Type Interface Description static interfaceStage.SessionA non-blocking counterpart to the HibernateSessioninterface, allowing a reactive style of interaction with the database.static interfaceStage.StatelessSessionA non-blocking counterpart to the HibernateStatelessSessioninterface, which provides a command-oriented API for performing bulk operations against a database.
-