Interface ReactiveStatelessSession

All Superinterfaces:
ReactiveConnectionSupplier, ReactiveQueryProducer, ReactiveSharedSessionContractImplementor
All Known Implementing Classes:
ReactiveStatelessSessionImpl

@Incubating public interface ReactiveStatelessSession extends ReactiveQueryProducer, ReactiveSharedSessionContractImplementor
Mutiny A contract with the Hibernate stateless session backing the user-visible reactive session.

This is primarily an internal contract between the various subsystems of Hibernate Reactive.

See Also: