Uses of Interface
org.hibernate.reactive.engine.ReactiveExecutable
-
Packages that use ReactiveExecutable Package Description org.hibernate.reactive.engine Reactive adaptations of Hibernate ORM's persistence actions. -
-
Uses of ReactiveExecutable in org.hibernate.reactive.engine
Methods in org.hibernate.reactive.engine with type parameters of type ReactiveExecutable Modifier and Type Method Description <E extends ReactiveExecutable>
CompletionStage<Void>ReactiveActionQueue. execute(E executable)
-