Uses of Interface
org.hibernate.reactive.pool.ReactiveConnection.Expectation
-
Packages that use ReactiveConnection.Expectation Package Description org.hibernate.reactive.pool Abstracts reactive database access viaReactiveConnectionandReactiveConnectionPool. -
-
Uses of ReactiveConnection.Expectation in org.hibernate.reactive.pool
Methods in org.hibernate.reactive.pool with parameters of type ReactiveConnection.Expectation Modifier and Type Method Description CompletionStage<Void>BatchingConnection. update(String sql, Object[] paramValues, boolean allowBatching, ReactiveConnection.Expectation expectation)CompletionStage<Void>ReactiveConnection. update(String sql, Object[] paramValues, boolean allowBatching, ReactiveConnection.Expectation expectation)
-