Uses of Interface
org.hibernate.reactive.pool.ReactiveConnection.Result
-
Packages that use ReactiveConnection.Result Package Description org.hibernate.reactive.pool Abstracts reactive database access viaReactiveConnectionandReactiveConnectionPool. -
-
Uses of ReactiveConnection.Result in org.hibernate.reactive.pool
Methods in org.hibernate.reactive.pool that return types with arguments of type ReactiveConnection.Result Modifier and Type Method Description CompletionStage<ReactiveConnection.Result>BatchingConnection. select(String sql)CompletionStage<ReactiveConnection.Result>BatchingConnection. select(String sql, Object[] paramValues)CompletionStage<ReactiveConnection.Result>ReactiveConnection. select(String sql)CompletionStage<ReactiveConnection.Result>ReactiveConnection. select(String sql, Object[] paramValues)
-