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 interface
Stage.Session
A non-blocking counterpart to the HibernateSession
interface, allowing a reactive style of interaction with the database.static interface
Stage.StatelessSession
A non-blocking counterpart to the HibernateStatelessSession
interface, which provides a command-oriented API for performing bulk operations against a database.
-