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