Package org.hibernate.reactive.session
Interface ReactiveConnectionSupplier
-
- All Known Subinterfaces:
ReactiveQueryExecutor
,ReactiveSession
,ReactiveStatelessSession
public interface ReactiveConnectionSupplier
A source ofReactiveConnection
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReactiveConnection
getReactiveConnection()
Obtain theReactiveConnection
that is associated with the current session.
-
-
-
Method Detail
-
getReactiveConnection
ReactiveConnection getReactiveConnection()
Obtain theReactiveConnection
that is associated with the current session.
-
-