Package org.hibernate.reactive.session
Interface ReactiveConnectionSupplier
- All Known Subinterfaces:
ReactiveQueryProducer
,ReactiveSession
,ReactiveStatelessSession
A source of
ReactiveConnection
s.-
Method Summary
Modifier and TypeMethodDescriptionObtain theReactiveConnection
that is associated with the current session.
-
Method Details
-
getReactiveConnection
ReactiveConnection getReactiveConnection()Obtain theReactiveConnection
that is associated with the current session.
-