Package org.hibernate.reactive.session
Interface ReactiveConnectionSupplier
-
- All Known Subinterfaces:
ReactiveQueryProducer,ReactiveSession,ReactiveStatelessSession
- All Known Implementing Classes:
ReactiveSessionImpl,ReactiveStatelessSessionImpl
public interface ReactiveConnectionSupplierA 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.
-
-