Package org.hibernate.reactive.session
Interface ReactiveConnectionSupplier
-
- All Known Subinterfaces:
ReactiveQueryProducer,ReactiveSession,ReactiveStatelessSession
@Incubating public interface ReactiveConnectionSupplier
A source ofReactiveConnections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReactiveConnectiongetReactiveConnection()Obtain theReactiveConnectionthat is associated with the current session.
-
-
-
Method Detail
-
getReactiveConnection
ReactiveConnection getReactiveConnection()
Obtain theReactiveConnectionthat is associated with the current session.
-
-