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